blob: 53f60c4f26ae8a226a4c29c2010e5b4b19a1ff00 [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 Gowdradd4460a2021-08-05 14:45:49 -070059 oltDebVersion: openolt_asgvolt64-3.5.1-b8c09facd3da5d93b7c2815e176c6682de737437-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070060 board_technology: GPON
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 Gowdradd4460a2021-08-05 14:45:49 -070071 oltDebVersion: openolt_asfvolt16-3.5.1-b8c09facd3da5d93b7c2815e176c6682de737437-100G-NNI.deb
Girish Gowdra83112522021-07-07 12:05:42 -070072 board_technology: XGS-PON
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
Hardik Windlass252539e2021-07-02 04:26:45 +000089 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +020090 -
91 ip: 10.34.90.42
92 user: community
93 pass: admin
94 dp_iface_name: eth1.7
95 container_type: LXC
Andrea Campanellae28feaf2020-04-22 15:17:45 +020096 container_name: voltha-client-gpon-3
97 onu: SCOM00001c96
98 olt: EC1912001814
99 c_tag: 7
100 s_tag: 33
101 power_switch_port: 4
Hardik Windlass252539e2021-07-02 04:26:45 +0000102 uni_id: 1
Suchitra Vemuribd0ddf42020-11-09 21:34:17 -0800103 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200104 ip: 10.34.90.42
105 user: community
106 pass: admin
107 dp_iface_name: eth1.7
108 container_type: LXC
109 container_name: voltha-client-gpon-4
110 onu: SCOM00001c0b
111 olt: EC1912001814
112 c_tag: 7
113 s_tag: 34
114 power_switch_port: 7
Hardik Windlass252539e2021-07-02 04:26:45 +0000115 uni_id: 1
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200116
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200117 #XGSPON ONU
118 -
119 ip: 127.0.0.1
120 user: community
121 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800122 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200123 container_type: LXC
124 container_name: voltha-client
125 onu: ALPHe3d1cf5c
126 olt: EC1729003539
Girish Gowdrad2ba5f32020-11-19 17:03:04 -0800127 c_tag: 7
128 s_tag: 12
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200129 power_switch_port: 6
Hardik Windlass252539e2021-07-02 04:26:45 +0000130 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200131 -
132 ip: 127.0.0.1
133 user: community
134 pass: admin
Girish Gowdracfa2c102020-11-19 18:06:39 -0800135 dp_iface_name: eth1.7
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200136 container_type: LXC
137 container_name: voltha-client-dt
138 onu: ALPHe3a69d03
139 olt: EC1729003539
140 c_tag: 7
141 s_tag: 11
142 power_switch_port: 8
Hardik Windlass252539e2021-07-02 04:26:45 +0000143 uni_id: 1
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200144
145 dst:
146 -
147 dp_iface_ip_qinq: 10.31.7.254
148 ip: null
149 user: null
150 pass: null
151 dp_iface_name: null
152 dp_iface_ip: null
153 dp_iface_gateway: null
154 container_type: null
155 container_name: null
156 -
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200157 dp_iface_ip_qinq: 10.33.7.254
158 ip: null
159 user: null
160 pass: null
161 dp_iface_name: null
162 dp_iface_ip: null
163 dp_iface_gateway: null
164 container_type: null
165 container_name: null
166 -
Andrea Campanellad62b86f2020-05-14 12:57:50 +0200167 dp_iface_ip_qinq: 10.34.7.254
168 ip: null
169 user: null
170 pass: null
171 dp_iface_name: null
172 dp_iface_ip: null
173 dp_iface_gateway: null
174 container_type: null
175 container_name: null
176 -
Girish Gowdracfa2c102020-11-19 18:06:39 -0800177 dp_iface_ip_qinq: 10.12.7.254
Andrea Campanellae28feaf2020-04-22 15:17:45 +0200178 ip: null
179 user: null
180 pass: null
181 dp_iface_name: null
182 dp_iface_ip: null
183 dp_iface_gateway: null
184 container_type: null
185 container_name: null
186 -
187 dp_iface_ip_qinq: 10.11.7.254
188 ip: null
189 user: null
190 pass: null
191 dp_iface_name: null
192 dp_iface_ip: null
193 dp_iface_gateway: null
194 container_type: null
195 container_name: null
196
197 web_power_switch:
198 ip: '10.34.90.48'
199 user: 'admin'
200 password: 'secret'
Hung-Wei Chiua0cdedb2020-05-29 15:23:19 -0700201 type: 'EPC'