blob: fbf874e5e36e03e329ebd042c22c04809f9c89ed [file] [log] [blame]
Andrea Campanellacca023c2021-04-28 10:04:39 +02001---
2
3 # Copyright 2020-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
20 ONOS_REST_PORT: 30120
21 ONOS_SSH_PORT: 30115
22 OLT_PORT: 9191
23 KUBERNETES_CONF: $HOME/.kube/kind-config-voltha-minimal
24
25# This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
28 ip: '10.90.0.240'
29 user: 'cord'
30 pass: 'cord'
31 -
32 ip: '10.90.0.241'
33 user: 'cord'
34 pass: 'cord'
35
36 fabric_switches:
37 -
38 mac: '8c:ea:1b:a7:29:72'
39 ip: 10.90.0.243
40 user: root
41 pass: onl
42 bngPort: 31
43 device_id: 'of:0000000000000001'
44
45 olts:
46 # Gpon OLT
47 -
48 ip: 10.90.0.244
49 sship: 10.90.0.244
50 user: root
51 pass: onl
52 fortygig: True
53 aggPort: 1
54 serial: 722033538840
Girish Gowdrad27cc032021-07-06 17:39:40 -070055 oltDebVersion: openolt_rlt-3200g-w-40g-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4.deb
56 oltDebVersion23: openolt_rlt-3200g-w-40g-3.4.8-eec0fc9e9a01dc0d35b0b8441e0a22a4c0cc51b4.deb
Andrea Campanellacca023c2021-04-28 10:04:39 +020057
58 hosts:
59 src:
60 #GPON ONU
61 -
62 ip: 10.90.0.241
63 user: cord
64 pass: cord
65 dp_iface_name: eth1.111
66 container_type: LXC
67 container_name: SCOM00001c7f
68 onu: SCOM00001c7f
69 olt: 722033538840
70 c_tag: 111
71 s_tag: 11
Matteo Scandolo3ec26db2021-05-12 16:54:17 -070072 power_switch_port: 2
Hardik Windlass252539e2021-07-02 04:26:45 +000073 uni_id: 1
Matteo Scandolo3ec26db2021-05-12 16:54:17 -070074 -
75 ip: 10.90.0.240
76 user: cord
77 pass: cord
78 dp_iface_name: eth1.222
79 container_type: LXC
80 container_name: SCOM00001c8d
81 onu: SCOM00001c8d
82 olt: 722033538840
83 c_tag: 222
84 s_tag: 22
85 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +000086 uni_id: 1
Andrea Campanellacca023c2021-04-28 10:04:39 +020087
Matteo Scandolof57e5342021-05-13 16:22:55 -070088 -
89 ip: 10.90.0.240
90 user: cord
91 pass: cord
92 dp_iface_name: eth1.333
93 container_type: LXC
94 container_name: SCOM00019ab7
95 onu: SCOM00019ab7
96 olt: 722033538840
97 c_tag: 333
98 s_tag: 33
99 power_switch_port: 8
Hardik Windlass252539e2021-07-02 04:26:45 +0000100 uni_id: 1
Matteo Scandolof57e5342021-05-13 16:22:55 -0700101
Andrea Campanella4663cc92021-06-03 13:17:39 +0200102 - ip: 10.90.0.240
103 user: cord
104 pass: cord
105 dp_iface_name: eth1.41
106 container_type: LXC
107 container_name: SCOMa0108af9
108 onu: SCOMa0108af9
109 olt: 722033538840
110 c_tag: 41
111 s_tag: 54
112 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +0000113 uni_id: 1
Andrea Campanella4663cc92021-06-03 13:17:39 +0200114
115 - ip: 10.90.0.240
116 user: cord
117 pass: cord
118 dp_iface_name: eth1.42
119 container_type: LXC
120 container_name: SCOMa0108aea
121 onu: SCOMa0108aea
122 olt: 722033538840
123 c_tag: 42
124 s_tag: 55
125 power_switch_port: 5
Hardik Windlass252539e2021-07-02 04:26:45 +0000126 uni_id: 1
Andrea Campanella4663cc92021-06-03 13:17:39 +0200127
Andrea Campanellacca023c2021-04-28 10:04:39 +0200128 dst:
129 -
130 dp_iface_ip_qinq: 10.11.11.254
131 ip: null
132 user: null
133 pass: null
134 noroot_ip: 10.90.0.241
135 noroot_user: cord
136 noroot_pass: cord
Girish Gowdrad30830d2021-05-16 11:07:27 -0700137 dp_iface_name: enp3s0d1
Andrea Campanellacca023c2021-04-28 10:04:39 +0200138 dp_iface_ip: null
139 dp_iface_gateway: null
140 container_type: null
141 container_name: null
Matteo Scandolo3ec26db2021-05-12 16:54:17 -0700142 -
143 dp_iface_ip_qinq: 10.22.22.254
144 ip: null
145 user: null
146 pass: null
147 noroot_ip: 10.90.0.241
148 noroot_user: cord
149 noroot_pass: cord
Girish Gowdrad30830d2021-05-16 11:07:27 -0700150 dp_iface_name: enp3s0d1
Matteo Scandolo3ec26db2021-05-12 16:54:17 -0700151 dp_iface_ip: null
152 dp_iface_gateway: null
153 container_type: null
154 container_name: null
Matteo Scandolof57e5342021-05-13 16:22:55 -0700155 -
156 dp_iface_ip_qinq: 10.33.33.254
157 ip: null
158 user: null
159 pass: null
160 noroot_ip: 10.90.0.241
161 noroot_user: cord
162 noroot_pass: cord
Girish Gowdrad30830d2021-05-16 11:07:27 -0700163 dp_iface_name: enp3s0d1
Matteo Scandolof57e5342021-05-13 16:22:55 -0700164 dp_iface_ip: null
165 dp_iface_gateway: null
166 container_type: null
167 container_name: null
Andrea Campanellacca023c2021-04-28 10:04:39 +0200168
Andrea Campanella4663cc92021-06-03 13:17:39 +0200169 - dp_iface_ip_qinq: 10.54.41.254
170 ip: null
171 user: null
172 pass: null
173 noroot_ip: 10.90.0.241
174 noroot_user: cord
175 noroot_pass: cord
176 dp_iface_name: enp3s0d1
177 dp_iface_ip: null
178 dp_iface_gateway: null
179 container_type: null
180 container_name: null
181
182 - dp_iface_ip_qinq: 10.55.42.254
183 ip: null
184 user: null
185 pass: null
186 noroot_ip: 10.90.0.241
187 noroot_user: cord
188 noroot_pass: cord
189 dp_iface_name: enp3s0d1
190 dp_iface_ip: null
191 dp_iface_gateway: null
192 container_type: null
193 container_name: null
194
Matteo Scandolo3ec26db2021-05-12 16:54:17 -0700195 web_power_switch:
196 ip: '10.90.0.250'
197 user: 'cord'
198 password: 'cord'
199 type: 'DLI'