blob: ff677b7db2592873e610ce8c10b4da368210aa7b [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
48
49 seba:
50 enabled: false
51
52# 4. base-kubernetes parameters
53
54# 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks
55mcord-setup:
56 enabled: true
57
58 sriov_vfio:
59 name: sriov_vfio
60 devicepci: 04:00.0
61 devicetype: vfio
62
63 sriov_netdevice:
64 name: sriov_netdevice
65 devicepci: 04:00.0
66 devicetype: netdevice
67
68