blob: 09284837970b31883baba4d591f7f79652268c6d [file] [log] [blame]
Andy Baviera40e82b2018-05-07 17:00:36 -07001---
2
3# Copyright 2018-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17apiVersion: v1
18kind: ConfigMap
19metadata:
20 name: mcord-tosca
21data:
Matteo Scandolo3f2426b2019-01-18 13:46:26 -080022 010-onos-service.yaml: |
23{{ include "mcord.onosTosca" .Values | indent 4 }}
24 020-fabric-service.yaml: |
25{{ include "fabric.serviceTosca" .Values.fabric | indent 4 }}
26 030-fixtures.yaml: |
Andy Baviera40e82b2018-05-07 17:00:36 -070027{{ include "mcord.fixtureTosca" . | indent 4 }}
Matteo Scandolo3f2426b2019-01-18 13:46:26 -080028 040-progran-service.yaml: |
Andy Baviera40e82b2018-05-07 17:00:36 -070029{{ include "progran.serviceTosca" .Values.progran | indent 4 }}
Andy Baviera40e82b2018-05-07 17:00:36 -070030 100-mcord-subscriber-service.yaml: |
31{{ include "mcord-subscriber.serviceTosca" (index .Values "mcord-subscriber") | indent 4 }}
Andy Bavierfe8b7d02018-06-12 10:04:52 -070032 300-service-graph.yaml: |
Andy Baviera40e82b2018-05-07 17:00:36 -070033{{ include "mcord.serviceGraphTosca" . | indent 4 }}