blob: 0212a16acfd2cb2b4bb1065287b5c397fbf942e5 [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:
17 mcord:
18 enabled: true
19 base-kubernetes:
20 enabled: true
21
22# 0.2. enable/disable sub-chart ProgRAN
23progran:
24 enabled: false
25
Woojoong Kim862fc2f2019-07-26 15:54:01 -070026# 3. mcord parameters
27# To-Do: need to change it to COMAC profile in xos-service charts
28mcord:
29 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
30 kafkaService: cord-platform-kafka.default.svc.cluster.local:9092
31
32 onos-service:
33 kafkaService: cord-platform-kafka
34 onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local"
35
36 fabric:
37 kafkaService: cord-platform-kafka
38
39 # parameter in mcord service for progran
40 progran:
41 enabled: false
Woojoong Kim45dd7982019-09-03 14:09:35 -070042 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070043 repository: 'omecproject/progran-synchronizer'
44 tag: 'comac-1.0.0'
45 pullPolicy: 'IfNotPresent'
Woojoong Kim862fc2f2019-07-26 15:54:01 -070046
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070047 mcord-subscriber:
48 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070049 repository: 'omecproject/mcord-synchronizer'
50 tag: 'comac-1.0.0'
51 pullPolicy: 'IfNotPresent'
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070052
Woojoong Kim862fc2f2019-07-26 15:54:01 -070053 seba:
54 enabled: false
55
56# 4. base-kubernetes parameters
Woojoong Kim45dd7982019-09-03 14:09:35 -070057base-kubernetes:
58 kubernetes:
59 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070060 repository: 'omecproject/kubernetes-synchronizer'
61 tag: 'comac-1.0.0'
62 pullPolicy: 'IfNotPresent'