blob: 1ae6459e71a71813f9cd052377dc2a604fbd3801 [file] [log] [blame]
Matteo Scandolo7e194a62019-10-18 15:06:13 -07001---
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
18defaults:
19 image_tag: voltha-2.1
20 image_pullPolicy: Always
21
22images:
23 adapter_open_olt:
24 tag_go: voltha-2.1
25 pullPolicy: Always
26 onos:
27 tag: dhcp-fix
28 repository: matteoscandolo/voltha-onos
29 pullPolicy: Always
30 bbsim:
31 tag: 2.0.2
32 pullPolicy: Always
33 afrouter:
34 repository: voltha/voltha-afrouter
35 tag: master
36 afrouterd:
37 repository: voltha/voltha-afrouterd
38 tag: master
39
40deployments:
41 etcdOperator: true
42 backupOperator: false
43 restoreOperator: false
44
45voltha-etcd-cluster:
46 clusterSize: 1
47onos_env:
48- name: POD_IP
49 valueFrom:
50 fieldRef:
51 fieldPath: status.podIP
52- name: NAMESPACE
53 valueFrom:
54 fieldRef:
55 fieldPath: metadata.namespace
56- name: ONOS_APPS
57 value: "drivers,openflow-base,hostprovider"