blob: 8875011da26787fef3335c151a288ae389aadc08 [file] [log] [blame]
Andy Bavierb83fa322019-10-29 11:00:07 -07001---
2
3# Copyright 2017-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17# Automated deployment configuration for kind-voltha running BBSim
18
19# Change default values in tests
20has_dataplane: True
21external_libs: True
22teardown_device: False
Andy Bavier316ab862019-11-04 16:07:47 -070023ONOS_API_PORT: 30120
Andy Bavierb83fa322019-10-29 11:00:07 -070024ONOS_SSH_PORT: 30115
25OLT_PORT: 9191
26KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
27
28# This tells the control node how to reach the Kubernetes nodes.
29# Since we're running kind-voltha, the nodes are reached on localhost.
30nodes:
31 -
32 ip: 127.0.0.1
33
Andy Bavier316ab862019-11-04 16:07:47 -070034# The pipeline requires this even though we don't have a fabric switch
35fabric_switches:
36
Andy Bavierb83fa322019-10-29 11:00:07 -070037olts:
38 -
39 ip: 192.168.2.22
40 user: root
41 pass: onl
42 fortygig: True
43 serial: EC1925000157
44
45hosts:
46 src:
47 -
48 ip: 127.0.0.1
49 user: cord
50 pass: cord
51 dp_iface_name: eth1
52 container_type: LXC
53 container_name: voltha-client
54 onu: ALPHe3d1ce7b
55 c_tag: 11
56 s_tag: 11
57
58 dst:
59 -
60 dp_iface_ip_qinq: 192.168.11.254
61 ip: null
62 user: null
63 pass: null
64 dp_iface_name: null
65 dp_iface_ip: null
66 dp_iface_gateway: null
67 container_type: null
68 container_name: null