Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 1 | --- |
| 2 | # Copyright 2017-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | # Automated deployment configuration for ONF DEMO POD, olt/onu are connected to this |
| 17 | |
| 18 | defaults: |
Matteo Scandolo | 59f7d9c | 2019-10-22 17:40:49 -0700 | [diff] [blame] | 19 | image_tag: master |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 20 | image_pullPolicy: Always |
| 21 | |
Matteo Scandolo | 7e194a6 | 2019-10-18 15:06:13 -0700 | [diff] [blame] | 22 | deployments: |
| 23 | etcdOperator: true |
| 24 | backupOperator: false |
| 25 | restoreOperator: false |
| 26 | |
| 27 | voltha-etcd-cluster: |
| 28 | clusterSize: 1 |
| 29 | onos_env: |
| 30 | - name: POD_IP |
| 31 | valueFrom: |
| 32 | fieldRef: |
| 33 | fieldPath: status.podIP |
| 34 | - name: NAMESPACE |
| 35 | valueFrom: |
| 36 | fieldRef: |
| 37 | fieldPath: metadata.namespace |
| 38 | - name: ONOS_APPS |
| 39 | value: "drivers,openflow-base,hostprovider" |