Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -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: |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 16 | image_pullPolicy: Always |
| 17 | |
Hema | 0e92bce | 2020-05-07 23:57:35 +0530 | [diff] [blame] | 18 | onosSshPort: 30115 |
| 19 | onosApiPort: 30120 |
| 20 | onosOfPort: 31653 |
| 21 | |
Andrea Campanella | 78dea33 | 2020-09-07 12:17:23 +0200 | [diff] [blame] | 22 | individualOpenFlowNodePorts: true |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 23 | |
Suchitra Vemuri | 6da6659 | 2020-02-14 17:49:40 -0800 | [diff] [blame] | 24 | #images: |
| 25 | # onos: |
| 26 | # repository: voltha/voltha-onos |
| 27 | # tag: onos-2.2 |
Suchitra Vemuri | 59e9eeb | 2020-02-14 14:28:47 -0800 | [diff] [blame] | 28 | |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 29 | deployments: |
| 30 | etcdOperator: true |
| 31 | backupOperator: false |
| 32 | restoreOperator: false |
| 33 | |
| 34 | voltha-etcd-cluster: |
| 35 | clusterSize: 1 |
| 36 | onos_env: |
| 37 | - name: POD_IP |
| 38 | valueFrom: |
| 39 | fieldRef: |
| 40 | fieldPath: status.podIP |
| 41 | - name: NAMESPACE |
| 42 | valueFrom: |
| 43 | fieldRef: |
| 44 | fieldPath: metadata.namespace |
| 45 | - name: ONOS_APPS |
| 46 | value: "drivers,openflow-base,hostprovider" |
| 47 | |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 48 | apps: |
| 49 | - org.onosproject.lldpprovider |
| 50 | - org.onosproject.openflow-base |
| 51 | - org.onosproject.gui2 |
| 52 | - org.onosproject.drivers |
| 53 | - org.onosproject.mcast |
| 54 | - org.opencord.kafka |
| 55 | - org.opencord.sadis |
| 56 | - org.opencord.dhcpl2relay |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 57 | - org.opencord.igmpproxy |
| 58 | - org.opencord.mcast |
| 59 | - org.opencord.olt |
| 60 | - org.opencord.aaa |
| 61 | |
| 62 | atomix: |
| 63 | persistence: |
| 64 | enabled: false |
| 65 | |
Suchitra Vemuri | 5ab214f | 2020-01-09 23:18:44 -0800 | [diff] [blame] | 66 | # Customization for BBSIM |
| 67 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 68 | pon_ports: 1 |
| 69 | onus_per_pon_port: 1 |