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: |
| 16 | image_tag: voltha-2.1 |
| 17 | image_pullPolicy: Always |
| 18 | |
| 19 | images: |
| 20 | adapter_open_olt: |
| 21 | tag_go: voltha-2.1 |
| 22 | pullPolicy: Always |
| 23 | onos: |
Matteo Scandolo | fc2c607 | 2019-09-30 13:56:58 -0700 | [diff] [blame] | 24 | tag: dhcp-fix |
| 25 | repository: matteoscandolo/voltha-onos |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 26 | pullPolicy: Always |
| 27 | bbsim: |
| 28 | tag: 2.0.2 |
| 29 | pullPolicy: Always |
Suchitra Vemuri | bfd2f3d | 2019-10-04 16:09:39 -0700 | [diff] [blame^] | 30 | afrouter: |
| 31 | repository: voltha/voltha-afrouter |
| 32 | tag: master |
| 33 | afrouterd: |
| 34 | repository: voltha/voltha-afrouterd |
| 35 | tag: master |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 36 | |
| 37 | deployments: |
| 38 | etcdOperator: true |
| 39 | backupOperator: false |
| 40 | restoreOperator: false |
| 41 | |
| 42 | voltha-etcd-cluster: |
| 43 | clusterSize: 1 |
| 44 | onos_env: |
| 45 | - name: POD_IP |
| 46 | valueFrom: |
| 47 | fieldRef: |
| 48 | fieldPath: status.podIP |
| 49 | - name: NAMESPACE |
| 50 | valueFrom: |
| 51 | fieldRef: |
| 52 | fieldPath: metadata.namespace |
| 53 | - name: ONOS_APPS |
| 54 | value: "drivers,openflow-base,hostprovider" |
| 55 | |
| 56 | # Customization for BBSIM |
| 57 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 58 | pon_ports: 1 |
| 59 | onus_per_pon_port: 1 |