Andy Bavier | a40e82b | 2018-05-07 17:00:36 -0700 | [diff] [blame] | 1 | --- |
| 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 | |
| 17 | apiVersion: v1 |
| 18 | kind: ConfigMap |
| 19 | metadata: |
| 20 | name: mcord-tosca |
| 21 | data: |
Matteo Scandolo | 3f2426b | 2019-01-18 13:46:26 -0800 | [diff] [blame] | 22 | 010-onos-service.yaml: | |
| 23 | {{ include "mcord.onosTosca" .Values | indent 4 }} |
Matteo Scandolo | 4df2a0b | 2019-01-25 13:19:15 -0800 | [diff] [blame] | 24 | {{- if .Values.fabric.enabled }} |
Matteo Scandolo | 3f2426b | 2019-01-18 13:46:26 -0800 | [diff] [blame] | 25 | 020-fabric-service.yaml: | |
| 26 | {{ include "fabric.serviceTosca" .Values.fabric | indent 4 }} |
Matteo Scandolo | 4df2a0b | 2019-01-25 13:19:15 -0800 | [diff] [blame] | 27 | {{- end }} |
Matteo Scandolo | 3f2426b | 2019-01-18 13:46:26 -0800 | [diff] [blame] | 28 | 030-fixtures.yaml: | |
Andy Bavier | a40e82b | 2018-05-07 17:00:36 -0700 | [diff] [blame] | 29 | {{ include "mcord.fixtureTosca" . | indent 4 }} |
Woojoong Kim | 411585c | 2019-07-29 18:31:28 -0700 | [diff] [blame] | 30 | {{- if .Values.progran.enabled }} |
Matteo Scandolo | 3f2426b | 2019-01-18 13:46:26 -0800 | [diff] [blame] | 31 | 040-progran-service.yaml: | |
Andy Bavier | a40e82b | 2018-05-07 17:00:36 -0700 | [diff] [blame] | 32 | {{ include "progran.serviceTosca" .Values.progran | indent 4 }} |
Woojoong Kim | 411585c | 2019-07-29 18:31:28 -0700 | [diff] [blame] | 33 | {{- end }} |
Matteo Scandolo | a9ac2b8 | 2019-01-29 16:55:35 -0800 | [diff] [blame] | 34 | 050-vrouter-service.yaml: | |
| 35 | {{ include "vrouter.serviceTosca" .Values.vrouter | indent 4 }} |
Andy Bavier | a40e82b | 2018-05-07 17:00:36 -0700 | [diff] [blame] | 36 | 100-mcord-subscriber-service.yaml: | |
| 37 | {{ include "mcord-subscriber.serviceTosca" (index .Values "mcord-subscriber") | indent 4 }} |
Andy Bavier | fe8b7d0 | 2018-06-12 10:04:52 -0700 | [diff] [blame] | 38 | 300-service-graph.yaml: | |
Andy Bavier | a40e82b | 2018-05-07 17:00:36 -0700 | [diff] [blame] | 39 | {{ include "mcord.serviceGraphTosca" . | indent 4 }} |