Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2019-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | apiVersion: v1 |
| 17 | kind: ConfigMap |
| 18 | metadata: |
| 19 | name: comac-tosca |
| 20 | data: |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame^] | 21 | {{- if .Values.residentialService.enabled }} |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 22 | 010-rcord-subscriber-service.yaml: | |
| 23 | {{ include "rcord.serviceTosca" .Values.rcord | indent 4 }} |
| 24 | 020-volt-service.yaml: | |
| 25 | {{ include "volt.serviceTosca" .Values.volt | indent 4 }} |
| 26 | 030-fabric-crossconnect-service.yaml: | |
| 27 | {{ include "fabric-crossconnect.serviceTosca" (index .Values "fabric-crossconnect") | indent 4 }} |
Woojoong Kim | b30eee5 | 2019-10-02 16:55:28 -0700 | [diff] [blame] | 28 | 031-fixtures.yaml: | |
| 29 | {{ include "att-workflow-driver.serviceTosca" (index .Values "att-workflow-driver") | indent 4 }} |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 30 | {{- end }} |
| 31 | 040-onos-service.yaml: | |
| 32 | {{ include "comac.onosTosca" .Values | indent 4 }} |
| 33 | {{- if .Values.fabric.enabled }} |
| 34 | 050-fabric-service.yaml: | |
| 35 | {{ include "fabric.serviceTosca" .Values.fabric | indent 4 }} |
| 36 | {{- end }} |
Woojoong Kim | 6db4c4d | 2019-10-03 10:22:07 -0700 | [diff] [blame^] | 37 | {{- if .Values.residentialService.enabled }} |
Woojoong Kim | a053c4a | 2019-08-09 16:19:14 -0700 | [diff] [blame] | 38 | 060-fixtures.yaml: | |
| 39 | {{ include "comac.basicFixturesTosca" . | indent 4 }} |
| 40 | {{- end }} |
| 41 | 070-vrouter-service.yaml: | |
| 42 | {{ include "vrouter.serviceTosca" .Values.vrouter | indent 4 }} |
| 43 | 080-mcord-subscriber-service.yaml: | |
| 44 | {{ include "mcord-subscriber.serviceTosca" (index .Values "mcord-subscriber") | indent 4 }} |
| 45 | 300-service-graph.yaml: | |
| 46 | {{ include "comac.serviceGraphTosca" . | indent 4 }} |