blob: 6aa8f3a17034116c3c55e5debc7b2807e7e941ff [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
26# 2. etcd-cluster parameters
27etcd-cluster:
28 enabled: true
29 etcdNodePort: 32379
30 clusterSize: 1
31
32# 3. mcord parameters
33# To-Do: need to change it to COMAC profile in xos-service charts
34mcord:
35 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
36 kafkaService: cord-platform-kafka.default.svc.cluster.local:9092
37
38 onos-service:
39 kafkaService: cord-platform-kafka
40 onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local"
41
42 fabric:
43 kafkaService: cord-platform-kafka
44
45 # parameter in mcord service for progran
46 progran:
47 enabled: false
Woojoong Kim45dd7982019-09-03 14:09:35 -070048 image:
49 repository: 'woojoong/progran-synchronizer'
50 tag: 'onf-19'
51 pullPolicy: 'Always'
Woojoong Kim862fc2f2019-07-26 15:54:01 -070052
Woojoong Kim9d0a5b32019-09-07 16:16:40 -070053 mcord-subscriber:
54 image:
55 repository: 'woojoong/mcord-synchronizer'
56 tag: 'onf-19'
57 pullPolicy: 'Always'
58
Woojoong Kim862fc2f2019-07-26 15:54:01 -070059 seba:
60 enabled: false
61
Woojoong Kimaa9876c2019-09-03 14:59:19 -070062 vrouter:
63 image:
64 repository: 'woojoong/vrouter-synchronizer'
65 tag: 'latest'
66
Woojoong Kim862fc2f2019-07-26 15:54:01 -070067# 4. base-kubernetes parameters
Woojoong Kim45dd7982019-09-03 14:09:35 -070068base-kubernetes:
69 kubernetes:
70 image:
71 repository: 'woojoong/kubernetes-synchronizer'
72 tag: 'onf-19'
73 pullPolicy: 'Always'
Woojoong Kimb037e9f2019-09-03 13:21:14 -070074
Woojoong Kim862fc2f2019-07-26 15:54:01 -070075# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
76mcord-setup:
77 enabled: true
78
79 sriov_vfio:
80 name: sriov_vfio
81 devicepci: 04:00.0
82 devicetype: vfio
83
84 sriov_netdevice:
85 name: sriov_netdevice
86 devicepci: 04:00.0
87 devicetype: netdevice
88
89