Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 1 | # 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 |
| 16 | profile: |
| 17 | mcord: |
| 18 | enabled: true |
| 19 | base-kubernetes: |
| 20 | enabled: true |
| 21 | |
| 22 | # 0.2. enable/disable sub-chart ProgRAN |
| 23 | progran: |
| 24 | enabled: false |
Woojoong Kim | b037e9f | 2019-09-03 13:21:14 -0700 | [diff] [blame] | 25 | image: |
| 26 | repository: 'woojoong/progran-synchronizer' |
| 27 | tag: 'onf-19' |
| 28 | pullPolicy: 'Always' |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 29 | |
| 30 | # 2. etcd-cluster parameters |
| 31 | etcd-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 |
| 38 | mcord: |
| 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 Kim | 37611cc | 2019-09-03 13:40:17 -0700 | [diff] [blame^] | 57 | kubernetes: |
| 58 | image: |
| 59 | repository: 'woojoong/kubernetes-synchronizer' |
| 60 | tag: 'onf-19' |
| 61 | pullPolicy: 'Always' |
Woojoong Kim | b037e9f | 2019-09-03 13:21:14 -0700 | [diff] [blame] | 62 | |
Woojoong Kim | 862fc2f | 2019-07-26 15:54:01 -0700 | [diff] [blame] | 63 | # 5. mcord-setup parameters: true - enable COMAC to use SR-IOV; false - no SR-IOV networks |
| 64 | mcord-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 | |