Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 1 | # Copyright 2019 Ciena Corporation |
| 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 | defaults: |
Andy Bavier | 6b9ff51 | 2019-10-22 08:18:13 -0700 | [diff] [blame] | 16 | image_tag: master |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 17 | image_pullPolicy: Always |
| 18 | |
Suchitra Vemuri | f9050a8 | 2020-01-16 19:58:58 -0800 | [diff] [blame] | 19 | images: |
| 20 | onos: |
| 21 | repository: voltha/voltha-onos |
| 22 | tag: onos-2.2 |
Matteo Scandolo | ef22e67 | 2020-01-14 15:29:01 -0800 | [diff] [blame] | 23 | |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 24 | deployments: |
| 25 | etcdOperator: true |
| 26 | backupOperator: false |
| 27 | restoreOperator: false |
| 28 | |
| 29 | voltha-etcd-cluster: |
| 30 | clusterSize: 1 |
| 31 | onos_env: |
| 32 | - name: POD_IP |
| 33 | valueFrom: |
| 34 | fieldRef: |
| 35 | fieldPath: status.podIP |
| 36 | - name: NAMESPACE |
| 37 | valueFrom: |
| 38 | fieldRef: |
| 39 | fieldPath: metadata.namespace |
| 40 | - name: ONOS_APPS |
| 41 | value: "drivers,openflow-base,hostprovider" |
| 42 | |
| 43 | # Customization for BBSIM |
| 44 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 45 | pon_ports: 1 |
| 46 | onus_per_pon_port: 1 |