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 | 00de414 | 2020-02-04 23:30:48 -0800 | [diff] [blame] | 19 | images: |
| 20 | onos: |
| 21 | repository: matteoscandolo/voltha-onos |
| 22 | tag: 1.13.10 |
| 23 | |
Suchitra Vemuri | 30c3eca | 2020-02-13 16:32:36 -0800 | [diff] [blame] | 24 | adapter_open_onu: |
| 25 | repository: etowah/voltha-openonu-adapter |
| 26 | tag: linkstatetesting |
| 27 | |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 28 | deployments: |
| 29 | etcdOperator: true |
| 30 | backupOperator: false |
| 31 | restoreOperator: false |
| 32 | |
| 33 | voltha-etcd-cluster: |
| 34 | clusterSize: 1 |
| 35 | onos_env: |
| 36 | - name: POD_IP |
| 37 | valueFrom: |
| 38 | fieldRef: |
| 39 | fieldPath: status.podIP |
| 40 | - name: NAMESPACE |
| 41 | valueFrom: |
| 42 | fieldRef: |
| 43 | fieldPath: metadata.namespace |
| 44 | - name: ONOS_APPS |
| 45 | value: "drivers,openflow-base,hostprovider" |
Suchitra Vemuri | 00de414 | 2020-02-04 23:30:48 -0800 | [diff] [blame] | 46 | |
| 47 | # Customization for BBSIM |
| 48 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 49 | pon_ports: 1 |
| 50 | onus_per_pon_port: 1 |