blob: c137f7ae018f15ba9037128cea79efd8ab1584ab [file] [log] [blame]
Andrea Campanella789e0102020-07-15 20:30:01 +02001---
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 Tucson pod
18
19# Change default values in tests
20ONOS_REST_PORT: 30120
21ONOS_SSH_PORT: 30115
22OLT_PORT: 9191
23KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26# Since we're running kind-voltha, the nodes are reached on localhost.
27nodes:
28 -
29 ip: 127.0.0.1
30
31# The pipeline requires this even though we don't have a fabric switch
32fabric_switches: []
33
34olts:
35 -
36 ip: 192.168.2.22
37 sship: 192.168.2.22
38 user: root
39 pass: onl
40 fortygig: True
41 serial: EC1925000157
42
43hosts:
44 src:
45 -
46 ip: 127.0.0.1
47 user: cord
48 pass: cord
49 dp_iface_name: eth1.11
50 container_type: LXC
51 container_name: voltha-client
52 onu: ALPHe3d1ce7b
Suchitra Vemuri6201d172020-11-03 11:46:48 -080053 olt: EC1925000157
Andrea Campanella789e0102020-07-15 20:30:01 +020054 c_tag: 11
55 s_tag: 11
56 onu_type: 'alpha'
57 power_switch_port: 2
Hardik Windlass252539e2021-07-02 04:26:45 +000058 uni_id: 1
Andrea Campanella789e0102020-07-15 20:30:01 +020059 -
60 ip: 127.0.0.1
61 user: cord
62 pass: cord
63 dp_iface_name: eth1.22
64 container_type: LXC
65 container_name: voltha-client-ISKT71e801a0
66 onu: ISKT71e801a0
Suchitra Vemuri6201d172020-11-03 11:46:48 -080067 olt: EC1925000157
Andrea Campanella789e0102020-07-15 20:30:01 +020068 c_tag: 22
69 s_tag: 22
70 onu_type: 'iskratel'
71 power_switch_port: 3
Hardik Windlass252539e2021-07-02 04:26:45 +000072 uni_id: 1
Andrea Campanella789e0102020-07-15 20:30:01 +020073 -
74 ip: 127.0.0.1
75 user: cord
76 pass: cord
77 dp_iface_name: eth1.21
78 container_type: LXC
79 container_name: voltha-client-ALPHe3d1cfac
80 onu: ALPHe3d1cfac
Suchitra Vemuri6201d172020-11-03 11:46:48 -080081 olt: EC1925000157
Andrea Campanella789e0102020-07-15 20:30:01 +020082 c_tag: 21
83 s_tag: 21
84 onu_type: 'alpha'
85 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +000086 uni_id: 1
Andrea Campanella789e0102020-07-15 20:30:01 +020087
88 dst:
89 -
90 dp_iface_ip_qinq: 192.168.11.254
91 ip: null
92 user: null
93 pass: null
94 noroot_ip: 127.0.0.1
95 noroot_user: cord
96 noroot_pass: cord
97 dp_iface_name: enp2s0f1
98 dp_iface_ip: null
99 dp_iface_gateway: null
100 container_type: null
101 container_name: null
102 -
103 dp_iface_ip_qinq: 192.168.22.254
104 ip: null
105 user: null
106 pass: null
107 noroot_ip: 127.0.0.1
108 noroot_user: cord
109 noroot_pass: cord
110 dp_iface_name: enp2s0f1
111 dp_iface_ip: null
112 dp_iface_gateway: null
113 container_type: null
114 container_name: null
115 -
116 dp_iface_ip_qinq: 192.168.21.254
117 ip: null
118 user: null
119 pass: null
120 noroot_ip: 127.0.0.1
121 noroot_user: cord
122 noroot_pass: cord
123 dp_iface_name: enp2s0f1
124 dp_iface_ip: null
125 dp_iface_gateway: null
126 container_type: null
127 container_name: null
128
129web_power_switch:
130 ip: '10.76.28.23'
131 user: 'cord'
132 password: 'cord'
133 type: 'DLI'