blob: 83bb3507698cc6f8b57a9754427102fe86caef54 [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
23ONOS_REST_PORT: 8181
24ONOS_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
34olts:
35 -
36 ip: 192.168.2.22
37 user: root
38 pass: onl
39 fortygig: True
40 serial: EC1925000157
41
42hosts:
43 src:
44 -
45 ip: 127.0.0.1
46 user: cord
47 pass: cord
48 dp_iface_name: eth1
49 container_type: LXC
50 container_name: voltha-client
51 onu: ALPHe3d1ce7b
52 c_tag: 11
53 s_tag: 11
54
55 dst:
56 -
57 dp_iface_ip_qinq: 192.168.11.254
58 ip: null
59 user: null
60 pass: null
61 dp_iface_name: null
62 dp_iface_ip: null
63 dp_iface_gateway: null
64 container_type: null
65 container_name: null