blob: d572cc7e210a8ada602fb96f4ccac7beba4c98c3 [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
56# 4. base-kubernetes parameters
Woojoong Kim45dd7982019-09-03 14:09:35 -070057base-kubernetes:
58 kubernetes:
59 image:
60 repository: 'woojoong/kubernetes-synchronizer'
61 tag: 'onf-19'
62 pullPolicy: 'Always'
Woojoong Kimb037e9f2019-09-03 13:21:14 -070063
Woojoong Kim862fc2f2019-07-26 15:54:01 -070064# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
65mcord-setup:
66 enabled: true
67
68 sriov_vfio:
69 name: sriov_vfio
70 devicepci: 04:00.0
71 devicetype: vfio
72
73 sriov_netdevice:
74 name: sriov_netdevice
75 devicepci: 04:00.0
76 devicetype: netdevice
77
78