blob: 18b81b3bc8a4f84683f270e438c4a0a2341defc5 [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
57
Woojoong Kimb037e9f2019-09-03 13:21:14 -070058
Woojoong Kim862fc2f2019-07-26 15:54:01 -070059# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
60mcord-setup:
61 enabled: true
62
63 sriov_vfio:
64 name: sriov_vfio
65 devicepci: 04:00.0
66 devicetype: vfio
67
68 sriov_netdevice:
69 name: sriov_netdevice
70 devicepci: 04:00.0
71 devicetype: netdevice
72
73