blob: b0d44f7d933874feec852bd443690c6db4055b8f [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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080023 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080024 user: 'cord'
25 pass: 'cord'
26 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080027 ip: '10.90.0.222'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080028 user: 'cord'
29 pass: 'cord'
30 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080031 ip: '10.90.0.223'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080032 user: 'cord'
33 pass: 'cord'
34
35fabric_switches:
36 -
37 mac: 'cc:37:ab:5b:6d:a8'
Girish Gowdra69b366d2021-02-24 17:09:14 -080038 ip: '10.90.0.224'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080039 user: 'root'
40 pass: 'onl'
41 bngPort: '3'
42 device_id: 'of:0000000000000001'
43
44olts:
45 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080046 ip: '10.90.0.225'
47 sship: '10.90.0.225'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080048 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080063 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080064 user: 'cord'
65 pass: 'cord'
Girish Gowdra69b366d2021-02-24 17:09:14 -080066 dp_iface_name: 'eth1.35'
67 container_type: LXC
68 container_name: ALPHe3d1cea3
Suchitra Vemurib03f6552020-12-03 20:29:36 -080069 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080077 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080078 user: 'cord'
79 pass: 'cord'
Girish Gowdra69b366d2021-02-24 17:09:14 -080080 dp_iface_name: 'eth1.35'
81 container_type: LXC
82 container_name: ALPHe3d1ceb7
Suchitra Vemurib03f6552020-12-03 20:29:36 -080083 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080091 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -080092 user: 'cord'
93 pass: 'cord'
94 dp_iface_name: 'ens2f0.65'
Girish Gowdra69b366d2021-02-24 17:09:14 -080095 container_type: LXC
96 container_name: ALPHe3d1cea3
Suchitra Vemurib03f6552020-12-03 20:29:36 -080097 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -0800105 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800106 user: 'cord'
107 pass: 'cord'
108 dp_iface_name: 'ens2f1.65'
Girish Gowdra69b366d2021-02-24 17:09:14 -0800109 container_type: LXC
110 container_name: ALPHe3d1ceb7
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800111 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -0800119 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800120 user: 'cord'
121 pass: 'cord'
122 dp_iface_name: 'ens2f0.55'
Girish Gowdra69b366d2021-02-24 17:09:14 -0800123 container_type: LXC
124 container_name: ALPHe3d1cea3
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800125 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -0800133 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800134 user: 'cord'
135 pass: 'cord'
136 dp_iface_name: 'ens2f1.55'
Girish Gowdra69b366d2021-02-24 17:09:14 -0800137 container_type: LXC
138 container_name: ALPHe3d1ceb7
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800139 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 -
Girish Gowdra69b366d2021-02-24 17:09:14 -0800147 ip: '10.90.0.221'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800148 user: 'cord'
149 pass: 'cord'
150 dp_iface_name: 'ens2f0.55'
Girish Gowdra69b366d2021-02-24 17:09:14 -0800151 container_type: LXC
152 container_name: ALPHe3d1cea3
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800153 onu: 'ALPHe3d1cea3'
154 olt: 'EC1838000853'
155 c_tag: '55'
156 s_tag: '550'
157 power_switch_port: 1
158 onu_type: ''
Girish Gowdra69b366d2021-02-24 17:09:14 -0800159 mcast_rg: '10.11.6.3/24'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800160 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800168 dp_iface_ip_qinq: '10.11.1.254'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800169 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800177 noroot_ip: '10.90.0.223'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800178 noroot_user: cord
179 noroot_pass: cord
Girish Gowdra69b366d2021-02-24 17:09:14 -0800180 dp_iface_name: ens6f1
181 dp_iface_ip_qinq: '10.11.2.254'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800182 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800191 dp_iface_ip_qinq: '10.11.4.254'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800192 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800200 noroot_ip: '10.90.0.223'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800201 noroot_user: cord
202 noroot_pass: cord
Girish Gowdra69b366d2021-02-24 17:09:14 -0800203 dp_iface_name: ens6f1
204 dp_iface_ip_qinq: '10.11.4.254'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800205 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800213 noroot_ip: '10.90.0.223'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800214 noroot_user: cord
215 noroot_pass: cord
Girish Gowdra69b366d2021-02-24 17:09:14 -0800216 dp_iface_name: ens6f1
217 dp_iface_ip_qinq: '10.11.5.254'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800218 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800227 dp_iface_ip_qinq: '10.11.6.254'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800228 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
Girish Gowdra69b366d2021-02-24 17:09:14 -0800236 bng_ip: '10.90.0.223'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800237 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:
Girish Gowdra69b366d2021-02-24 17:09:14 -0800246 ip: '10.90.0.229'
247 user: 'cord'
248 password: 'cord'
Suchitra Vemurib03f6552020-12-03 20:29:36 -0800249 type: 'DLI'