blob: 78b28b524b8f67e6d164d269be826f9a9eb0a007 [file] [log] [blame]
Andrea Campanellae28feaf2020-04-22 15:17:45 +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
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010025# This tells the control node how to reach the Kubernetes nodes.
Andrea Campanellae28feaf2020-04-22 15:17:45 +020026 nodes:
27 -
Andrea Campanella2da3a1d2020-11-04 09:45:54 +010028 ip: '10.34.90.40'
29 user: 'community'
30 pass: 'admin'
31 -
32 ip: '10.34.90.41'
33 user: 'community'
34 pass: 'admin'
35 -
36 ip: '10.34.90.42'
37 user: 'community'
38 pass: 'admin'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020039
40 fabric_switches:
41 -
42 mac: '8c:ea:1b:a7:29:72'
43 ip: 10.34.90.55
44 user: root
45 pass: onl
46 bngPort: 157
47 device_id: 'of:0000000000000001'
48
49 olts:
50 # Gpon OLT
51 -
52 ip: 10.34.90.50
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070053 sship: 10.34.90.50
Andrea Campanellae28feaf2020-04-22 15:17:45 +020054 user: root
55 pass: onl
56 fortygig: False
57 aggPort: 2
58 serial: EC1912001814
Girish Gowdrafc537ac2020-10-14 15:45:14 -070059 oltDebVersion: openolt_asgvolt64-3.0.0-07ac2cb46d74b83b707fa654ee2e8d4d4de2372a.deb
Andrea Campanella77376d92020-06-19 20:37:26 +020060 oltDebVersion23: openolt_asgvolt64-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020061
Andrea Campanellae28feaf2020-04-22 15:17:45 +020062 # XGS-PON OLT
63 -
64 ip: 10.34.90.51
Suchitra Vemuri61bf7562020-07-14 22:12:33 -070065 sship: 10.34.90.51
Andrea Campanellae28feaf2020-04-22 15:17:45 +020066 user: root
67 pass: onl
68 fortygig: False
69 aggPort: 1
70 serial: EC1729003539
Girish Gowdrafc537ac2020-10-14 15:45:14 -070071 oltDebVersion: openolt_asfvolt16-3.0.0-07ac2cb46d74b83b707fa654ee2e8d4d4de2372a.deb
Andrea Campanella77376d92020-06-19 20:37:26 +020072 oltDebVersion23: openolt_asfvolt16-2.4.9-dev-d4aeca5a2094f7dc7c519913ab1558348c546dab.deb
Andrea Campanellae28feaf2020-04-22 15:17:45 +020073
74 hosts:
75 src:
76 #GPON ONU
77 -
78 ip: 127.0.0.1
79 user: community
80 pass: admin
81 dp_iface_name: eth1.7
82 container_type: LXC
83 container_name: voltha-client-gpon-1
84 onu: SCOM00001c82
85 olt: EC1912001814
86 c_tag: 7
87 s_tag: 31
88 power_switch_port: 1
89 -
90 ip: 10.34.90.42
91 user: community
92 pass: admin
93 dp_iface_name: eth1.7
94 container_type: LXC
95 container_name: voltha-client-gpon-2
96 onu: SCOM00001c89
97 olt: EC1912001814
98 c_tag: 7
99 s_tag: 32
100 power_switch_port: 2
101 -
102 ip: 10.34.90.42
103 user: community
104 pass: admin
105 dp_iface_name: eth1.7
106 container_type: LXC
107 container_name: voltha-client-gpon-3
108 onu: SCOM00001c96
109 olt: EC1912001814
110 c_tag: 7
111 s_tag: 33
112 power_switch_port: 4
Suchitra Vemuribd0ddf42020-11-09 21:34:17 -0800113 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200114 ip: 10.34.90.42
115 user: community
116 pass: admin
117 dp_iface_name: eth1.7
118 container_type: LXC
119 container_name: voltha-client-gpon-4
120 onu: SCOM00001c0b
121 olt: EC1912001814
122 c_tag: 7
123 s_tag: 34
124 power_switch_port: 7
125
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200126 #XGSPON ONU
127 -
128 ip: 127.0.0.1
129 user: community
130 pass: admin
131 dp_iface_name: eth1
132 container_type: LXC
133 container_name: voltha-client
134 onu: ALPHe3d1cf5c
135 olt: EC1729003539
136 c_tag: 11
137 s_tag: 11
138 power_switch_port: 6
139 -
140 ip: 127.0.0.1
141 user: community
142 pass: admin
143 dp_iface_name: eth1
144 container_type: LXC
145 container_name: voltha-client-dt
146 onu: ALPHe3a69d03
147 olt: EC1729003539
148 c_tag: 7
149 s_tag: 11
150 power_switch_port: 8
151
152 dst:
153 -
154 dp_iface_ip_qinq: 10.31.7.254
155 ip: null
156 user: null
157 pass: null
158 dp_iface_name: null
159 dp_iface_ip: null
160 dp_iface_gateway: null
161 container_type: null
162 container_name: null
163 -
164 dp_iface_ip_qinq: 10.32.7.254
165 ip: null
166 user: null
167 pass: null
168 dp_iface_name: null
169 dp_iface_ip: null
170 dp_iface_gateway: null
171 container_type: null
172 container_name: null
173 -
174 dp_iface_ip_qinq: 10.33.7.254
175 ip: null
176 user: null
177 pass: null
178 dp_iface_name: null
179 dp_iface_ip: null
180 dp_iface_gateway: null
181 container_type: null
182 container_name: null
183 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200184 dp_iface_ip_qinq: 10.34.7.254
185 ip: null
186 user: null
187 pass: null
188 dp_iface_name: null
189 dp_iface_ip: null
190 dp_iface_gateway: null
191 container_type: null
192 container_name: null
193 -
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200194 dp_iface_ip_qinq: 10.11.2.254
195 ip: null
196 user: null
197 pass: null
198 dp_iface_name: null
199 dp_iface_ip: null
200 dp_iface_gateway: null
201 container_type: null
202 container_name: null
203 -
204 dp_iface_ip_qinq: 10.11.7.254
205 ip: null
206 user: null
207 pass: null
208 dp_iface_name: null
209 dp_iface_ip: null
210 dp_iface_gateway: null
211 container_type: null
212 container_name: null
213
214 web_power_switch:
215 ip: '10.34.90.48'
216 user: 'admin'
217 password: 'secret'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700218 type: 'EPC'