blob: dd8b58417687089eaa6b11dbc86974fd3fe07ef6 [file] [log] [blame]
Woojoong Kim862fc2f2019-07-26 15:54:01 -07001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# 0.1. profile definition
16profile:
Woojoong Kim6150bd92019-09-30 14:35:48 -070017 comac:
Woojoong Kim862fc2f2019-07-26 15:54:01 -070018 enabled: true
19 base-kubernetes:
20 enabled: true
Woojoong Kimdbefb342019-10-03 10:22:59 -070021residentialService:
Woojoong Kim6150bd92019-09-30 14:35:48 -070022 enabled: true
Woojoong Kim862fc2f2019-07-26 15:54:01 -070023
24# 0.2. enable/disable sub-chart ProgRAN
25progran:
26 enabled: false
27
Woojoong Kim6150bd92019-09-30 14:35:48 -070028# 3. COMAC parameters
29comac:
Woojoong Kim862fc2f2019-07-26 15:54:01 -070030 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
31 kafkaService: cord-platform-kafka.default.svc.cluster.local:9092
32
33 onos-service:
34 kafkaService: cord-platform-kafka
35 onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local"
Woojoong Kim7a707fe2019-09-26 16:22:45 -070036 enabled: true
Woojoong Kim862fc2f2019-07-26 15:54:01 -070037
38 fabric:
39 kafkaService: cord-platform-kafka
Woojoong Kim6150bd92019-09-30 14:35:48 -070040
41 volt:
42 kafkaService: cord-platform-kafka
43 volthaRestService: voltha.voltha.svc.cluster.local
44 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
45
46 fabric-crossconnect:
47 kafkaService: cord-platform-kafka
48
49 sadis-server:
50 kafkaBroker: cord-platform-kafka:9092
Woojoong Kim862fc2f2019-07-26 15:54:01 -070051
52 # parameter in mcord service for progran
53 progran:
54 enabled: false
Woojoong Kim45dd7982019-09-03 14:09:35 -070055 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070056 repository: 'omecproject/progran-synchronizer'
57 tag: 'comac-1.0.0'
58 pullPolicy: 'IfNotPresent'
Woojoong Kim862fc2f2019-07-26 15:54:01 -070059
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070060 mcord-subscriber:
61 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070062 repository: 'omecproject/mcord-synchronizer'
63 tag: 'comac-1.0.0'
64 pullPolicy: 'IfNotPresent'
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070065
Woojoong Kimdbefb342019-10-03 10:22:59 -070066 residentialService:
Woojoong Kim6150bd92019-09-30 14:35:48 -070067 enabled: true
Woojoong Kim862fc2f2019-07-26 15:54:01 -070068
69# 4. base-kubernetes parameters
Woojoong Kim45dd7982019-09-03 14:09:35 -070070base-kubernetes:
71 kubernetes:
72 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070073 repository: 'omecproject/kubernetes-synchronizer'
74 tag: 'comac-1.0.0'
75 pullPolicy: 'IfNotPresent'