blob: dd39ae6fcbb6fd5bafc713a7caf01fcaf5f50a86 [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
53 seba:
54 enabled: false
55
Woojoong Kimaa9876c2019-09-03 14:59:19 -070056 vrouter:
57 image:
58 repository: 'woojoong/vrouter-synchronizer'
59 tag: 'latest'
60
Woojoong Kim862fc2f2019-07-26 15:54:01 -070061# 4. base-kubernetes parameters
Woojoong Kim45dd7982019-09-03 14:09:35 -070062base-kubernetes:
63 kubernetes:
64 image:
65 repository: 'woojoong/kubernetes-synchronizer'
66 tag: 'onf-19'
67 pullPolicy: 'Always'
Woojoong Kimb037e9f2019-09-03 13:21:14 -070068
Woojoong Kim862fc2f2019-07-26 15:54:01 -070069# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
70mcord-setup:
71 enabled: true
72
73 sriov_vfio:
74 name: sriov_vfio
75 devicepci: 04:00.0
76 devicetype: vfio
77
78 sriov_netdevice:
79 name: sriov_netdevice
80 devicepci: 04:00.0
81 devicetype: netdevice
82
83