blob: 4d557fa2335d96a3e714a2909b877326ca96d28f [file] [log] [blame]
Suchitra Vemurib03f6552020-12-03 20:29:36 -08001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Automated deployment configuration for Flex POD 1 , olt/onu are connected to this
16
17---
18
19kube_config: 'flex-ocp-cord-voltha-master.conf'
20
21nodes:
22 -
23 ip: '10.192.20.45'
24 user: 'cord'
25 pass: 'cord'
26 -
27 ip: '10.192.20.46'
28 user: 'cord'
29 pass: 'cord'
30 -
31 ip: '10.192.20.47'
32 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:5b:6d:a8'
38 ip: '10.192.20.217'
39 user: 'root'
40 pass: 'onl'
41 bngPort: '3'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
46 ip: '10.192.20.206'
47 sship: '10.192.20.206'
48 user: 'root'
49 pass: 'onl'
50 fortygig: 'true'
51 aggPort: '10'
52 serial: 'EC1838000853'
53 oltDebVersion: openolt_asfvolt16-3.1.0-812c1126ece038da5c40d0830a09cb67ca36ea07.deb
Girish Gowdra4254d7e2020-12-14 11:15:17 -080054 oltDebVersion23: openolt_asfvolt16-3.2.0-fc10f0d035181d3125ffc6e7a60bf5328fcf5bfa-40G-NNI.deb
Suchitra Vemurib03f6552020-12-03 20:29:36 -080055
56onus:
57 -
58 serial: 'ALPHe3d1cfa7'
59
60hosts:
61 src:
62 -
63 ip: '10.192.20.61'
64 user: 'cord'
65 pass: 'cord'
66 dp_iface_name: 'ens2f0.35'
67 container_type: null
68 container_name: null
69 onu: 'ALPHe3d1cea3'
70 olt: 'EC1838000853'
71 c_tag: '801'
72 s_tag: '111'
73 power_switch_port: 1
74 onu_type: 'alpha'
75 service_type: 'hsia'
76 -
77 ip: '10.192.20.46'
78 user: 'cord'
79 pass: 'cord'
80 dp_iface_name: 'ens2f1.35'
81 container_type: null
82 container_name: null
83 onu: 'ALPHe3d1ceb7'
84 olt: 'EC1838000853'
85 c_tag: '101'
86 s_tag: '222'
87 power_switch_port: 2
88 onu_type: 'alpha'
89 service_type: 'hsia'
90 -
91 ip: '10.192.20.61'
92 user: 'cord'
93 pass: 'cord'
94 dp_iface_name: 'ens2f0.65'
95 container_type: null
96 container_name: null
97 onu: 'ALPHe3d1cea3'
98 olt: 'EC1838000853'
99 c_tag: '444'
100 s_tag: '333'
101 power_switch_port: 1
102 onu_type: ''
103 service_type: 'voip'
104 -
105 ip: '10.192.20.46'
106 user: 'cord'
107 pass: 'cord'
108 dp_iface_name: 'ens2f1.65'
109 container_type: null
110 container_name: null
111 onu: 'ALPHe3d1ceb7'
112 olt: 'EC1838000853'
113 c_tag: '444'
114 s_tag: '333'
115 power_switch_port: 2
116 onu_type: ''
117 service_type: 'voip'
118 -
119 ip: '10.192.20.61'
120 user: 'cord'
121 pass: 'cord'
122 dp_iface_name: 'ens2f0.55'
123 container_type: null
124 container_name: null
125 onu: 'ALPHe3d1cea3'
126 olt: 'EC1838000853'
127 c_tag: '55'
128 s_tag: '555'
129 power_switch_port: 1
130 onu_type: ''
131 service_type: 'vod'
132 -
133 ip: '10.192.20.46'
134 user: 'cord'
135 pass: 'cord'
136 dp_iface_name: 'ens2f1.55'
137 container_type: null
138 container_name: null
139 onu: 'ALPHe3d1ceb7'
140 olt: 'EC1838000853'
141 c_tag: '55'
142 s_tag: '555'
143 power_switch_port: 2
144 onu_type: ''
145 service_type: 'vod'
146 -
147 ip: '10.192.20.61'
148 user: 'cord'
149 pass: 'cord'
150 dp_iface_name: 'ens2f0.55'
151 container_type: null
152 container_name: null
153 onu: 'ALPHe3d1cea3'
154 olt: 'EC1838000853'
155 c_tag: '55'
156 s_tag: '550'
157 power_switch_port: 1
158 onu_type: ''
159 mcast_rg: '10.8.13.3/24'
160 mcast_grp_subnet_mask: '224.0.0.0/4'
161 service_type: 'mcast'
162 dst:
163 -
164 ip: null
165 user: null
166 pass: null
167 dp_iface_name: null
168 dp_iface_ip_qinq: '10.8.8.100'
169 dp_iface_ip: null
170 dp_iface_gateway: null
171 container_type: null
172 container_name: null
173 -
174 ip: null
175 user: null
176 pass: null
177 noroot_ip: '10.192.20.47'
178 noroot_user: cord
179 noroot_pass: cord
180 dp_iface_name: ens3d1
181 dp_iface_ip_qinq: '10.8.7.100'
182 dp_iface_ip: null
183 dp_iface_gateway: null
184 container_type: null
185 container_name: null
186 -
187 ip: null
188 user: null
189 pass: null
190 dp_iface_name: null
191 dp_iface_ip_qinq: '10.8.10.100'
192 dp_iface_ip: null
193 dp_iface_gateway: null
194 container_type: null
195 container_name: null
196 -
197 ip: null
198 user: null
199 pass: null
200 noroot_ip: '10.192.20.47'
201 noroot_user: cord
202 noroot_pass: cord
203 dp_iface_name: ens3d1
204 dp_iface_ip_qinq: '10.8.10.100'
205 dp_iface_ip: null
206 dp_iface_gateway: null
207 container_type: null
208 container_name: null
209 -
210 ip: null
211 user: null
212 pass: null
213 noroot_ip: '10.192.20.47'
214 noroot_user: cord
215 noroot_pass: cord
216 dp_iface_name: ens3d1
217 dp_iface_ip_qinq: '10.8.12.100'
218 dp_iface_ip: null
219 dp_iface_gateway: null
220 container_type: null
221 container_name: null
222 -
223 ip: null
224 user: null
225 pass: null
226 dp_iface_name: null
227 dp_iface_ip_qinq: '10.8.12.100'
228 dp_iface_ip: null
229 dp_iface_gateway: null
230 container_type: null
231 container_name: null
232 -
233 ip: null
234 user: null
235 pass: null
236 bng_ip: '10.192.20.47'
237 bng_user: cord
238 bng_pass: cord
239 dp_iface_name: null
240 dp_iface_ip_qinq: '225.22.0.2'
241 dp_iface_ip: null
242 dp_iface_gateway: null
243 container_type: null
244 container_name: null
245web_power_switch:
246 ip: '10.192.20.56'
247 user: 'admin'
248 password: '1234'
249 type: 'DLI'