blob: 79cf581e71f20fb53fda7d1141bfc0ddb80f1335 [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
Andy Bavier7190ae62019-11-04 16:52:41 -070017# Automated deployment configuration for Tucson pod
Andy Bavierb83fa322019-10-29 11:00:07 -070018
19# Change default values in tests
Andy Bavier7190ae62019-11-04 16:52:41 -070020ONOS_REST_PORT: 30120
Andy Bavierb83fa322019-10-29 11:00:07 -070021ONOS_SSH_PORT: 30115
22OLT_PORT: 9191
Andy Bavierb83fa322019-10-29 11:00:07 -070023
24# This tells the control node how to reach the Kubernetes nodes.
25# Since we're running kind-voltha, the nodes are reached on localhost.
26nodes:
27 -
28 ip: 127.0.0.1
29
Andy Bavier316ab862019-11-04 16:07:47 -070030# The pipeline requires this even though we don't have a fabric switch
Andy Bavier7190ae62019-11-04 16:52:41 -070031fabric_switches: []
Andy Bavier316ab862019-11-04 16:07:47 -070032
Andy Bavierb83fa322019-10-29 11:00:07 -070033olts:
34 -
35 ip: 192.168.2.22
36 user: root
37 pass: onl
38 fortygig: True
39 serial: EC1925000157
40
41hosts:
42 src:
43 -
44 ip: 127.0.0.1
45 user: cord
46 pass: cord
47 dp_iface_name: eth1
48 container_type: LXC
49 container_name: voltha-client
50 onu: ALPHe3d1ce7b
51 c_tag: 11
52 s_tag: 11
53
54 dst:
55 -
56 dp_iface_ip_qinq: 192.168.11.254
57 ip: null
58 user: null
59 pass: null
60 dp_iface_name: null
61 dp_iface_ip: null
62 dp_iface_gateway: null
63 container_type: null
64 container_name: null