Hardik Windlass | 3a94c12 | 2021-08-25 11:14:39 +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: |
| 16 | image_pullPolicy: Always |
| 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: "app-update-sadis" |
| 28 | |
| 29 | network: |
| 30 | netconfUserSecret: '' |
| 31 | |
| 32 | |
| 33 | deployments: |
| 34 | etcdOperator: true |
| 35 | backupOperator: false |
| 36 | restoreOperator: false |
| 37 | |
| 38 | voltha-etcd-cluster: |
| 39 | clusterSize: 1 |
| 40 | onos_env: |
| 41 | - name: POD_IP |
| 42 | valueFrom: |
| 43 | fieldRef: |
| 44 | fieldPath: status.podIP |
| 45 | - name: NAMESPACE |
| 46 | valueFrom: |
| 47 | fieldRef: |
| 48 | fieldPath: metadata.namespace |
| 49 | - name: ONOS_APPS |
| 50 | value: "drivers,openflow-base,hostprovider" |
| 51 | |
| 52 | apps: |
| 53 | - org.onosproject.lldpprovider |
| 54 | - org.onosproject.openflow-base |
| 55 | - org.onosproject.gui2 |
| 56 | - org.onosproject.drivers |
| 57 | - org.onosproject.mcast |
| 58 | - org.opencord.kafka |
| 59 | - org.opencord.sadis |
| 60 | - org.opencord.dhcpl2relay |
| 61 | - org.opencord.igmpproxy |
| 62 | - org.opencord.mcast |
| 63 | - org.opencord.olt |
| 64 | - org.opencord.aaa |
| 65 | |
| 66 | atomix: |
| 67 | persistence: |
| 68 | enabled: false |