blob: 2e8049a4f34630aa384165a7001e3a4e69d95ad1 [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
Woojoong Kimb037e9f2019-09-03 13:21:14 -070025 image:
26 repository: 'woojoong/progran-synchronizer'
27 tag: 'onf-19'
28 pullPolicy: 'Always'
Woojoong Kim862fc2f2019-07-26 15:54:01 -070029
30# 2. etcd-cluster parameters
31etcd-cluster:
32 enabled: true
33 etcdNodePort: 32379
34 clusterSize: 1
35
36# 3. mcord parameters
37# To-Do: need to change it to COMAC profile in xos-service charts
38mcord:
39 onosRestService: cord-platform-onos-ui.default.svc.cluster.local
40 kafkaService: cord-platform-kafka.default.svc.cluster.local:9092
41
42 onos-service:
43 kafkaService: cord-platform-kafka
44 onosRestService: "cord-platform-onos-cord-ui.default.svc.cluster.local"
45
46 fabric:
47 kafkaService: cord-platform-kafka
48
49 # parameter in mcord service for progran
50 progran:
51 enabled: false
52
53 seba:
54 enabled: false
55
56# 4. base-kubernetes parameters
Woojoong Kim37611cc2019-09-03 13:40:17 -070057kubernetes:
58 image:
59 repository: 'woojoong/kubernetes-synchronizer'
60 tag: 'onf-19'
61 pullPolicy: 'Always'
Woojoong Kimb037e9f2019-09-03 13:21:14 -070062
Woojoong Kim862fc2f2019-07-26 15:54:01 -070063# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
64mcord-setup:
65 enabled: true
66
67 sriov_vfio:
68 name: sriov_vfio
69 devicepci: 04:00.0
70 devicetype: vfio
71
72 sriov_netdevice:
73 name: sriov_netdevice
74 devicepci: 04:00.0
75 devicetype: netdevice
76
77