Andrea Campanella | 3ed245b | 2021-03-09 09:00:03 +0000 | [diff] [blame] | 1 | # Copyright 2019 Ciena Corporation |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 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 | # |
Suchitra Vemuri | 00de414 | 2020-02-04 23:30:48 -0800 | [diff] [blame] | 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 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 | |
Matteo Scandolo | e82fbbd | 2021-05-05 12:59:35 -0700 | [diff] [blame] | 15 | global: |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 16 | image_pullPolicy: Always |
| 17 | |
Suchitra Vemuri | 87d14d2 | 2020-05-01 20:08:01 -0700 | [diff] [blame] | 18 | onosSshPort: 30115 |
| 19 | onosApiPort: 30120 |
| 20 | onosOfPort: 31653 |
| 21 | |
Andrea Campanella | 78dea33 | 2020-09-07 12:17:23 +0200 | [diff] [blame] | 22 | individualOpenFlowNodePorts: true |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 23 | |
Andrea Campanella | 334ede2 | 2021-07-01 07:20:40 +0000 | [diff] [blame] | 24 | #images: |
| 25 | # onos: |
| 26 | # repository: "andreacampanella/voltha-onos" |
| 27 | # tag: "olt-required-drivers" |
| 28 | # adapter_open_onu: |
| 29 | # repository: gcgirish/voltha-openonu-adapter |
| 30 | # tag: tpstate |
| 31 | # adapter_open_olt: |
| 32 | # repository: gcgirish/voltha-openolt-adapter |
| 33 | # tag: ofagentRestartCrashFix |
| 34 | # rw_core: |
| 35 | # repository: khagerma/voltha-rw-core |
| 36 | # tag: update-port-fix |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 37 | deployments: |
| 38 | etcdOperator: true |
| 39 | backupOperator: false |
| 40 | restoreOperator: false |
| 41 | |
Girish Gowdra | da53e47 | 2020-06-29 13:01:40 -0700 | [diff] [blame] | 42 | nodeAffinityConfig: |
| 43 | enabled: true |
| 44 | node_label_key: "in-band" |
| 45 | node_label_value: "yes" |
| 46 | |
Matteo Scandolo | c7b0e58 | 2021-05-07 13:57:39 -0700 | [diff] [blame] | 47 | voltha-adapter-openolt: |
| 48 | nodeAffinityConfig: |
| 49 | enabled: true |
| 50 | node_label_key: "in-band" |
| 51 | node_label_value: "yes" |
| 52 | |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 53 | voltha-etcd-cluster: |
| 54 | clusterSize: 1 |
| 55 | onos_env: |
| 56 | - name: POD_IP |
| 57 | valueFrom: |
| 58 | fieldRef: |
| 59 | fieldPath: status.podIP |
| 60 | - name: NAMESPACE |
| 61 | valueFrom: |
| 62 | fieldRef: |
| 63 | fieldPath: metadata.namespace |
| 64 | - name: ONOS_APPS |
| 65 | value: "drivers,openflow-base,hostprovider" |
Suchitra Vemuri | 00de414 | 2020-02-04 23:30:48 -0800 | [diff] [blame] | 66 | |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 67 | apps: |
| 68 | - org.onosproject.lldpprovider |
| 69 | - org.onosproject.openflow-base |
| 70 | - org.onosproject.gui2 |
| 71 | - org.onosproject.drivers |
| 72 | - org.onosproject.mcast |
| 73 | - org.opencord.kafka |
| 74 | - org.opencord.sadis |
| 75 | - org.opencord.dhcpl2relay |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 76 | - org.opencord.igmpproxy |
| 77 | - org.opencord.mcast |
| 78 | - org.opencord.olt |
| 79 | - org.opencord.aaa |
| 80 | |
| 81 | atomix: |
| 82 | persistence: |
| 83 | enabled: false |
| 84 | |
Suchitra Vemuri | 00de414 | 2020-02-04 23:30:48 -0800 | [diff] [blame] | 85 | # Customization for BBSIM |
| 86 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 87 | pon_ports: 1 |
| 88 | onus_per_pon_port: 1 |