blob: a0d4d3d9b93197cfc821a68c93f9a7a101e81288 [file] [log] [blame]
Woojoong Kima053c4a2019-08-09 16:19:14 -07001---
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
16apiVersion: v1
17kind: ConfigMap
18metadata:
19 name: comac-tosca
20data:
Woojoong Kim6db4c4d2019-10-03 10:22:07 -070021{{- if .Values.residentialService.enabled }}
Woojoong Kima053c4a2019-08-09 16:19:14 -070022 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 Kim13a5c992019-10-03 11:03:27 -070028 040-fixtures.yaml: |
Woojoong Kimb30eee52019-10-02 16:55:28 -070029{{ include "att-workflow-driver.serviceTosca" (index .Values "att-workflow-driver") | indent 4 }}
Woojoong Kima053c4a2019-08-09 16:19:14 -070030{{- end }}
Woojoong Kim13a5c992019-10-03 11:03:27 -070031 050-onos-service.yaml: |
Woojoong Kima053c4a2019-08-09 16:19:14 -070032{{ include "comac.onosTosca" .Values | indent 4 }}
Woojoong Kim13a5c992019-10-03 11:03:27 -070033{{- if .Values.progran.enabled }}
34 060-progran-service.yaml: |
35{{ include "progran.serviceTosca" .Values.progran | indent 4 }}
36{{- end }}
Woojoong Kima053c4a2019-08-09 16:19:14 -070037{{- if .Values.fabric.enabled }}
Woojoong Kim13a5c992019-10-03 11:03:27 -070038 070-fabric-service.yaml: |
Woojoong Kima053c4a2019-08-09 16:19:14 -070039{{ include "fabric.serviceTosca" .Values.fabric | indent 4 }}
40{{- end }}
Woojoong Kim6db4c4d2019-10-03 10:22:07 -070041{{- if .Values.residentialService.enabled }}
Woojoong Kim13a5c992019-10-03 11:03:27 -070042 080-fixtures.yaml: |
Woojoong Kima053c4a2019-08-09 16:19:14 -070043{{ include "comac.basicFixturesTosca" . | indent 4 }}
44{{- end }}
Woojoong Kim13a5c992019-10-03 11:03:27 -070045 0900-vrouter-service.yaml: |
Woojoong Kima053c4a2019-08-09 16:19:14 -070046{{ include "vrouter.serviceTosca" .Values.vrouter | indent 4 }}
Woojoong Kim13a5c992019-10-03 11:03:27 -070047 100-mcord-subscriber-service.yaml: |
Woojoong Kima053c4a2019-08-09 16:19:14 -070048{{ include "mcord-subscriber.serviceTosca" (index .Values "mcord-subscriber") | indent 4 }}
49 300-service-graph.yaml: |
50{{ include "comac.serviceGraphTosca" . | indent 4 }}