Suchitra Vemuri | 00de414 | 2020-02-04 23:30:48 -0800 | [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 | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 15 | defaults: |
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 |
| 18 | |
Suchitra Vemuri | 87d14d2 | 2020-05-01 20:08:01 -0700 | [diff] [blame] | 19 | onosSshPort: 30115 |
| 20 | onosApiPort: 30120 |
| 21 | onosOfPort: 31653 |
| 22 | |
Suchitra Vemuri | 3cb2b9c | 2020-06-19 14:47:41 -0700 | [diff] [blame] | 23 | #images: |
| 24 | # onos: |
| 25 | # repository: voltha/voltha-onos@sha256 |
| 26 | # tag: 6f23767b85a6515bc465c4678c945d194551dd27abe2cf1b926a524b5e9eb3e6 |
Suchitra Vemuri | 35ce233 | 2020-03-22 21:15:05 -0700 | [diff] [blame] | 27 | # adapter_open_onu: |
| 28 | # repository: gcgirish/voltha-openonu-adapter |
| 29 | # tag: flow-sync |
| 30 | # adapter_open_olt: |
| 31 | # repository: gcgirish/voltha-openolt-adapter |
| 32 | # tag: flow-sync |
| 33 | # rw_core: |
| 34 | # repository: gcgirish/voltha-rw-core |
| 35 | # tag: delete-device |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 36 | deployments: |
| 37 | etcdOperator: true |
| 38 | backupOperator: false |
| 39 | restoreOperator: false |
| 40 | |
Girish Gowdra | da53e47 | 2020-06-29 13:01:40 -0700 | [diff] [blame] | 41 | nodeAffinityConfig: |
| 42 | enabled: true |
| 43 | node_label_key: "in-band" |
| 44 | node_label_value: "yes" |
| 45 | |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 46 | voltha-etcd-cluster: |
| 47 | clusterSize: 1 |
| 48 | onos_env: |
| 49 | - name: POD_IP |
| 50 | valueFrom: |
| 51 | fieldRef: |
| 52 | fieldPath: status.podIP |
| 53 | - name: NAMESPACE |
| 54 | valueFrom: |
| 55 | fieldRef: |
| 56 | fieldPath: metadata.namespace |
| 57 | - name: ONOS_APPS |
| 58 | value: "drivers,openflow-base,hostprovider" |
Suchitra Vemuri | 00de414 | 2020-02-04 23:30:48 -0800 | [diff] [blame] | 59 | |
| 60 | # Customization for BBSIM |
| 61 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 62 | pon_ports: 1 |
| 63 | onus_per_pon_port: 1 |