| --- |
| |
| # Copyright 2018-present Open Networking Foundation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| name: seba-services-tosca |
| data: |
| 020-rcord-subscriber-service.yaml: | |
| {{ include "rcord.serviceTosca" .Values.rcord | indent 4 }} |
| 030-volt-service.yaml: | |
| {{ include "volt.serviceTosca" .Values.volt | indent 4 }} |
| {{- if .Values.bng.external.enabled }} |
| 040-fabric-crossconnect-service.yaml: | |
| {{ include "fabric-crossconnect.serviceTosca" (index .Values "fabric-crossconnect") | indent 4 }} |
| {{- end }} |
| {{- if .Values.bng.embedded.enabled }} |
| 040-vrouter-service.yaml: | |
| {{ include "vrouter.serviceTosca" (index .Values "vrouter") | indent 4 }} |
| {{- end }} |
| 061-onos-service.yaml: | |
| {{ include "seba-services.onosTosca" .Values | indent 4 }} |
| {{- if .Values.fabric.enabled }} |
| 070-fabric-service.yaml: | |
| {{ include "fabric.serviceTosca" .Values.fabric | indent 4 }} |
| {{- end }} |
| 300-service-graph.yaml: | |
| {{ include "seba-services.serviceGraphTosca" .Values | indent 4 }} |