Suchitra Vemuri | 3857047 | 2020-11-18 11:09:17 -0800 | [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: master |
| 17 | image_pullPolicy: Always |
| 18 | |
| 19 | onosSshPort: 30115 |
| 20 | onosApiPort: 30120 |
| 21 | onosOfPort: 31653 |
| 22 | |
| 23 | individualOpenFlowNodePorts: true |
| 24 | |
Suchitra Vemuri | ceccefe | 2020-12-10 16:37:22 -0800 | [diff] [blame] | 25 | use_openonu_adapter_go: false |
Suchitra Vemuri | b03f655 | 2020-12-03 20:29:36 -0800 | [diff] [blame] | 26 | |
Girish Gowdra | 7c11f78 | 2020-12-08 13:04:43 -0800 | [diff] [blame] | 27 | #images: |
| 28 | # adapter_open_onu_go: |
| 29 | # repository: andreacampanella/voltha-openonu-adapter-go |
| 30 | # tag: mcast-ac-final |
Suchitra Vemuri | 3857047 | 2020-11-18 11:09:17 -0800 | [diff] [blame] | 31 | # onos: |
| 32 | # repository: voltha/voltha-onos@sha256 |
| 33 | # tag: 9f781ace4c6f4bf3b2e5ff9cb9f26aa4b328284da1d6b6523636dca1375d7666 |
| 34 | # adapter_open_onu: |
| 35 | # repository: gcgirish/voltha-openonu-adapter |
| 36 | # tag: ttfix |
| 37 | # adapter_open_olt: |
| 38 | # repository: gcgirish/voltha-openolt-adapter |
| 39 | # tag: fixAction |
| 40 | # rw_core: |
| 41 | # repository: gcgirish/voltha-rw-core |
| 42 | # tag: delete-device |
Suchitra Vemuri | b03f655 | 2020-12-03 20:29:36 -0800 | [diff] [blame] | 43 | |
Suchitra Vemuri | 3857047 | 2020-11-18 11:09:17 -0800 | [diff] [blame] | 44 | deployments: |
| 45 | etcdOperator: true |
| 46 | backupOperator: false |
| 47 | restoreOperator: false |
| 48 | |
| 49 | voltha-etcd-cluster: |
| 50 | clusterSize: 1 |
| 51 | onos_env: |
| 52 | - name: POD_IP |
| 53 | valueFrom: |
| 54 | fieldRef: |
| 55 | fieldPath: status.podIP |
| 56 | - name: NAMESPACE |
| 57 | valueFrom: |
| 58 | fieldRef: |
| 59 | fieldPath: metadata.namespace |
| 60 | - name: ONOS_APPS |
| 61 | value: "drivers,openflow-base,hostprovider" |
| 62 | |
| 63 | apps: |
| 64 | - org.onosproject.lldpprovider |
| 65 | - org.onosproject.openflow-base |
| 66 | - org.onosproject.gui2 |
| 67 | - org.onosproject.drivers |
| 68 | - org.onosproject.mcast |
| 69 | - org.opencord.kafka |
| 70 | - org.opencord.sadis |
| 71 | - org.opencord.dhcpl2relay |
| 72 | - org.opencord.igmpproxy |
| 73 | - org.opencord.mcast |
| 74 | - org.opencord.olt |
| 75 | - org.opencord.aaa |
| 76 | |
| 77 | atomix: |
| 78 | persistence: |
| 79 | enabled: false |
| 80 | |
| 81 | # Customization for BBSIM |
| 82 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 83 | pon_ports: 1 |
| 84 | onus_per_pon_port: 1 |