Hardik Windlass | c73d78b | 2021-07-02 23:38:36 +0000 | [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 | global: |
Hardik Windlass | c73d78b | 2021-07-02 23:38:36 +0000 | [diff] [blame] | 16 | image_pullPolicy: Always |
Hardik Windlass | c73d78b | 2021-07-02 23:38:36 +0000 | [diff] [blame] | 17 | |
| 18 | onosSshPort: 30115 |
| 19 | onosApiPort: 30120 |
| 20 | onosOfPort: 31653 |
| 21 | |
| 22 | individualOpenFlowNodePorts: true |
| 23 | |
| 24 | #images: |
| 25 | # onos: |
| 26 | # repository: "andreacampanella/voltha-onos" |
| 27 | # tag: "olt-required-drivers" |
| 28 | # adapter_open_onu: |
| 29 | # repository: gcgirish/voltha-openonu-adapter |
| 30 | # tag: ttfix |
| 31 | # adapter_open_olt: |
| 32 | # repository: gcgirish/voltha-openolt-adapter |
| 33 | # tag: fixAction |
| 34 | # rw_core: |
| 35 | # repository: gcgirish/voltha-rw-core |
| 36 | # tag: delete-device |
| 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 | apps: |
| 57 | - org.onosproject.lldpprovider |
| 58 | - org.onosproject.openflow-base |
| 59 | - org.onosproject.gui2 |
| 60 | - org.onosproject.drivers |
| 61 | - org.onosproject.mcast |
| 62 | - org.opencord.kafka |
| 63 | - org.opencord.sadis |
| 64 | - org.opencord.dhcpl2relay |
| 65 | - org.opencord.igmpproxy |
| 66 | - org.opencord.mcast |
| 67 | - org.opencord.olt |
| 68 | - org.opencord.aaa |
| 69 | |
| 70 | atomix: |
| 71 | persistence: |
| 72 | enabled: false |
| 73 | |
| 74 | # Customization for BBSIM |
| 75 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 76 | pon_ports: 1 |
| 77 | onus_per_pon_port: 1 |