Suchitra Vemuri | 9411901 | 2019-10-22 15:05:43 -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 | |
Andrea Campanella | 87d0899 | 2021-05-24 14:55:16 +0200 | [diff] [blame] | 15 | global: |
Suchitra Vemuri | 9411901 | 2019-10-22 15:05:43 -0700 | [diff] [blame] | 16 | image_pullPolicy: Always |
| 17 | |
Suchitra Vemuri | 9411901 | 2019-10-22 15:05:43 -0700 | [diff] [blame] | 18 | deployments: |
| 19 | etcdOperator: true |
| 20 | backupOperator: false |
| 21 | restoreOperator: false |
| 22 | |
| 23 | voltha-etcd-cluster: |
| 24 | clusterSize: 1 |
| 25 | onos_env: |
| 26 | - name: POD_IP |
| 27 | valueFrom: |
| 28 | fieldRef: |
| 29 | fieldPath: status.podIP |
| 30 | - name: NAMESPACE |
| 31 | valueFrom: |
| 32 | fieldRef: |
| 33 | fieldPath: metadata.namespace |
| 34 | - name: ONOS_APPS |
| 35 | value: "drivers,openflow-base,hostprovider" |
| 36 | |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 37 | apps: |
| 38 | - org.onosproject.lldpprovider |
| 39 | - org.onosproject.openflow-base |
| 40 | - org.onosproject.gui2 |
| 41 | - org.onosproject.drivers |
| 42 | - org.onosproject.mcast |
| 43 | - org.opencord.kafka |
| 44 | - org.opencord.sadis |
| 45 | - org.opencord.dhcpl2relay |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 46 | - org.opencord.igmpproxy |
| 47 | - org.opencord.mcast |
| 48 | - org.opencord.olt |
| 49 | - org.opencord.aaa |
| 50 | |
| 51 | atomix: |
| 52 | persistence: |
| 53 | enabled: false |
| 54 | |
Suchitra Vemuri | 9411901 | 2019-10-22 15:05:43 -0700 | [diff] [blame] | 55 | # Customization for BBSIM |
| 56 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 57 | pon_ports: 1 |
| 58 | onus_per_pon_port: 1 |