Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -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 | |
| 15 | defaults: |
Andy Bavier | 6b9ff51 | 2019-10-22 08:18:13 -0700 | [diff] [blame] | 16 | image_tag: master |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 17 | image_pullPolicy: Always |
| 18 | |
Suchitra Vemuri | 87d14d2 | 2020-05-01 20:08:01 -0700 | [diff] [blame] | 19 | onosSshPort: 30115 |
| 20 | onosApiPort: 30120 |
| 21 | onosOfPort: 31653 |
| 22 | |
Andrea Campanella | 78dea33 | 2020-09-07 12:17:23 +0200 | [diff] [blame] | 23 | individualOpenFlowNodePorts: true |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 24 | |
Girish Gowdra | 32ecf59 | 2020-10-06 02:27:38 +0000 | [diff] [blame] | 25 | #images: |
Suchitra Vemuri | e88626d | 2020-06-09 14:29:37 -0700 | [diff] [blame] | 26 | # onos: |
| 27 | # repository: voltha/voltha-onos@sha256 |
| 28 | # tag: 9f781ace4c6f4bf3b2e5ff9cb9f26aa4b328284da1d6b6523636dca1375d7666 |
Girish Gowdra | 30978ac | 2020-07-23 14:15:38 -0700 | [diff] [blame] | 29 | # adapter_open_onu: |
| 30 | # repository: gcgirish/voltha-openonu-adapter |
| 31 | # tag: ttfix |
Girish Gowdra | 32ecf59 | 2020-10-06 02:27:38 +0000 | [diff] [blame] | 32 | # adapter_open_olt: |
| 33 | # repository: gcgirish/voltha-openolt-adapter |
| 34 | # tag: fixAction |
Suchitra Vemuri | 35ce233 | 2020-03-22 21:15:05 -0700 | [diff] [blame] | 35 | # rw_core: |
| 36 | # repository: gcgirish/voltha-rw-core |
| 37 | # tag: delete-device |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 38 | deployments: |
| 39 | etcdOperator: true |
| 40 | backupOperator: false |
| 41 | restoreOperator: false |
| 42 | |
| 43 | voltha-etcd-cluster: |
| 44 | clusterSize: 1 |
| 45 | onos_env: |
| 46 | - name: POD_IP |
| 47 | valueFrom: |
| 48 | fieldRef: |
| 49 | fieldPath: status.podIP |
| 50 | - name: NAMESPACE |
| 51 | valueFrom: |
| 52 | fieldRef: |
| 53 | fieldPath: metadata.namespace |
| 54 | - name: ONOS_APPS |
| 55 | value: "drivers,openflow-base,hostprovider" |
| 56 | |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 57 | apps: |
| 58 | - org.onosproject.lldpprovider |
| 59 | - org.onosproject.openflow-base |
| 60 | - org.onosproject.gui2 |
| 61 | - org.onosproject.drivers |
| 62 | - org.onosproject.mcast |
| 63 | - org.opencord.kafka |
| 64 | - org.opencord.sadis |
| 65 | - org.opencord.dhcpl2relay |
Andrea Campanella | beca7db | 2020-09-03 10:36:26 +0200 | [diff] [blame] | 66 | - org.opencord.igmpproxy |
| 67 | - org.opencord.mcast |
| 68 | - org.opencord.olt |
| 69 | - org.opencord.aaa |
| 70 | |
| 71 | atomix: |
| 72 | persistence: |
| 73 | enabled: false |
| 74 | |
Suchitra Vemuri | 86cee97 | 2019-08-28 14:49:58 -0700 | [diff] [blame] | 75 | # Customization for BBSIM |
| 76 | kafka_broker: 'voltha-kafka.voltha.svc.cluster.local:9092' |
| 77 | pon_ports: 1 |
| 78 | onus_per_pon_port: 1 |