blob: 2995c3fb65d455997e5d2780807a3003926b55b9 [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"
Woojoong Kim7a707fe2019-09-26 16:22:45 -070035 enabled: true
Woojoong Kim862fc2f2019-07-26 15:54:01 -070036
37 fabric:
38 kafkaService: cord-platform-kafka
Woojoong Kim7a707fe2019-09-26 16:22:45 -070039 enabled: true
Woojoong Kim862fc2f2019-07-26 15:54:01 -070040
41 # parameter in mcord service for progran
42 progran:
43 enabled: false
Woojoong Kim45dd7982019-09-03 14:09:35 -070044 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070045 repository: 'omecproject/progran-synchronizer'
46 tag: 'comac-1.0.0'
47 pullPolicy: 'IfNotPresent'
Woojoong Kim862fc2f2019-07-26 15:54:01 -070048
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070049 mcord-subscriber:
50 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070051 repository: 'omecproject/mcord-synchronizer'
52 tag: 'comac-1.0.0'
53 pullPolicy: 'IfNotPresent'
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070054
Woojoong Kim862fc2f2019-07-26 15:54:01 -070055 seba:
56 enabled: false
57
58# 4. base-kubernetes parameters
Woojoong Kim45dd7982019-09-03 14:09:35 -070059base-kubernetes:
60 kubernetes:
61 image:
Woojoong Kim57c094c2019-09-19 14:27:10 -070062 repository: 'omecproject/kubernetes-synchronizer'
63 tag: 'comac-1.0.0'
64 pullPolicy: 'IfNotPresent'