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