blob: add0a014118bccfa0f78d9c69fc43618438e2e73 [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
25 # This tells the control node how to reach the Kubernetes nodes.
26 nodes:
27 -
28 ip: '127.0.0.1'
29
30 fabric_switches:
31 -
32 mac: '8c:ea:1b:a7:29:72'
33 ip: 10.34.90.55
34 user: root
35 pass: onl
36 bngPort: 157
37 device_id: 'of:0000000000000001'
38
39 olts:
40 # Gpon OLT
41 -
42 ip: 10.34.90.50
43 user: root
44 pass: onl
45 fortygig: False
46 aggPort: 2
47 serial: EC1912001814
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020048 oltDebVersion: openolt_asgvolt64-2.4.6-5d9ab1a36e13e55ca3687af160cfd4f582317493.deb
49 oltDebVersion23: openolt_asgvolt64-2.4.6-5d9ab1a36e13e55ca3687af160cfd4f582317493.deb
50
Andrea Campanellae28feaf2020-04-22 15:17:45 +020051 # XGS-PON OLT
52 -
53 ip: 10.34.90.51
54 user: root
55 pass: onl
56 fortygig: False
57 aggPort: 1
58 serial: EC1729003539
Andrea Campanellac91fe7d2020-05-19 12:23:39 +020059 oltDebVersion: openolt_asfvolt16-2.4.6-5d9ab1a36e13e55ca3687af160cfd4f582317493.deb
60 oltDebVersion23: openolt_asfvolt16-2.4.3-c636279643a1cac3128395cc9fc22977e8edc46d.deb
Andrea Campanellae28feaf2020-04-22 15:17:45 +020061
62 hosts:
63 src:
64 #GPON ONU
65 -
66 ip: 127.0.0.1
67 user: community
68 pass: admin
69 dp_iface_name: eth1.7
70 container_type: LXC
71 container_name: voltha-client-gpon-1
72 onu: SCOM00001c82
73 olt: EC1912001814
74 c_tag: 7
75 s_tag: 31
76 power_switch_port: 1
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070077 onu_type: 'sercomm'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020078 -
79 ip: 10.34.90.42
80 user: community
81 pass: admin
82 dp_iface_name: eth1.7
83 container_type: LXC
84 container_name: voltha-client-gpon-2
85 onu: SCOM00001c89
86 olt: EC1912001814
87 c_tag: 7
88 s_tag: 32
89 power_switch_port: 2
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -070090 onu_type: 'sercomm'
Andrea Campanellae28feaf2020-04-22 15:17:45 +020091 -
92 ip: 10.34.90.42
93 user: community
94 pass: admin
95 dp_iface_name: eth1.7
96 container_type: LXC
97 container_name: voltha-client-gpon-3
98 onu: SCOM00001c96
99 olt: EC1912001814
100 c_tag: 7
101 s_tag: 33
102 power_switch_port: 4
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700103 onu_type: 'sercomm'
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200104 -
105 ip: 10.34.90.42
106 user: community
107 pass: admin
108 dp_iface_name: eth1.7
109 container_type: LXC
110 container_name: voltha-client-gpon-4
111 onu: SCOM00001c0b
112 olt: EC1912001814
113 c_tag: 7
114 s_tag: 34
115 power_switch_port: 7
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700116 onu_type: 'sercomm'
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200117
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200118 #XGSPON ONU
119 -
120 ip: 127.0.0.1
121 user: community
122 pass: admin
123 dp_iface_name: eth1
124 container_type: LXC
125 container_name: voltha-client
126 onu: ALPHe3d1cf5c
127 olt: EC1729003539
128 c_tag: 11
129 s_tag: 11
130 power_switch_port: 6
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700131 onu_type: 'alpha'
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200132 -
133 ip: 127.0.0.1
134 user: community
135 pass: admin
136 dp_iface_name: eth1
137 container_type: LXC
138 container_name: voltha-client-dt
139 onu: ALPHe3a69d03
140 olt: EC1729003539
141 c_tag: 7
142 s_tag: 11
143 power_switch_port: 8
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700144 onu_type: 'alpha'
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200145
146 dst:
147 -
148 dp_iface_ip_qinq: 10.31.7.254
149 ip: null
150 user: null
151 pass: null
152 dp_iface_name: null
153 dp_iface_ip: null
154 dp_iface_gateway: null
155 container_type: null
156 container_name: null
157 -
158 dp_iface_ip_qinq: 10.32.7.254
159 ip: null
160 user: null
161 pass: null
162 dp_iface_name: null
163 dp_iface_ip: null
164 dp_iface_gateway: null
165 container_type: null
166 container_name: null
167 -
168 dp_iface_ip_qinq: 10.33.7.254
169 ip: null
170 user: null
171 pass: null
172 dp_iface_name: null
173 dp_iface_ip: null
174 dp_iface_gateway: null
175 container_type: null
176 container_name: null
177 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200178 dp_iface_ip_qinq: 10.34.7.254
179 ip: null
180 user: null
181 pass: null
182 dp_iface_name: null
183 dp_iface_ip: null
184 dp_iface_gateway: null
185 container_type: null
186 container_name: null
187 -
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200188 dp_iface_ip_qinq: 10.11.2.254
189 ip: null
190 user: null
191 pass: null
192 dp_iface_name: null
193 dp_iface_ip: null
194 dp_iface_gateway: null
195 container_type: null
196 container_name: null
197 -
198 dp_iface_ip_qinq: 10.11.7.254
199 ip: null
200 user: null
201 pass: null
202 dp_iface_name: null
203 dp_iface_ip: null
204 dp_iface_gateway: null
205 container_type: null
206 container_name: null
207
208 web_power_switch:
209 ip: '10.34.90.48'
210 user: 'admin'
211 password: 'secret'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700212 type: 'EPC'