blob: f47c2b3b62dde00c623f95c2097ac0439b5db59d [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:
22 010-fixtures.yaml: |
23{{ include "mcord.fixtureTosca" . | indent 4 }}
24 020-vspgwu-service.yaml: |
25{{ include "vspgwu.serviceTosca" .Values.vspgwu | indent 4 }}
26 030-vspgwc-service.yaml: |
27{{ include "vspgwc.serviceTosca" .Values.vspgwc | indent 4 }}
28 040-vmme-service.yaml: |
29{{ include "vmme.serviceTosca" .Values.vmme | indent 4 }}
30 050-vhss-service.yaml: |
31{{ include "vhss.serviceTosca" .Values.vhss | indent 4 }}
32 060-hssdb-service.yaml: |
33{{ include "hssdb.serviceTosca" .Values.hssdb | indent 4 }}
34 070-internetemulator-service.yaml: |
35{{ include "internetemulator.serviceTosca" .Values.internetemulator | indent 4 }}
36 080-progran-service.yaml: |
37{{ include "progran.serviceTosca" .Values.progran | indent 4 }}
38 090-sdncontroller-service.yaml: |
39{{ include "sdncontroller.serviceTosca" .Values.sdncontroller | indent 4 }}
40 100-mcord-subscriber-service.yaml: |
41{{ include "mcord-subscriber.serviceTosca" (index .Values "mcord-subscriber") | indent 4 }}
42 110-epc-service.yaml: |
43{{ include "epc-service.serviceTosca" (index .Values "epc-service") | indent 4 }}
Andy Bavierfe8b7d02018-06-12 10:04:52 -070044 300-service-graph.yaml: |
Andy Baviera40e82b2018-05-07 17:00:36 -070045{{ include "mcord.serviceGraphTosca" . | indent 4 }}
46 310-mcord-slices.yaml: |
47{{ include "mcord.sliceTosca" . | indent 4 }}
48 320-mcord-networks.yaml: |
49{{ include "mcord.networkTosca" . | indent 4 }}