blob: de0cf91160f2cfb5eb6cb02dd6882823a1c17bec [file] [log] [blame]
Suchitra Vemurib569c6a2020-06-26 19:23:23 -07001# 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 Vemurib569c6a2020-06-26 19:23:23 -070024 user: 'cord'
25 pass: 'cord'
26 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080027 ip: '10.90.0.222'
Suchitra Vemurib569c6a2020-06-26 19:23:23 -070028 user: 'cord'
29 pass: 'cord'
30 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080031 ip: '10.90.0.223'
Suchitra Vemurib569c6a2020-06-26 19:23:23 -070032 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 Vemurib569c6a2020-06-26 19:23:23 -070039 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 Vemurib569c6a2020-06-26 19:23:23 -070048 user: 'root'
49 pass: 'onl'
50 fortygig: 'true'
51 aggPort: '10'
52 serial: 'EC1838000853'
Girish Gowdra1ae53962021-01-11 10:21:26 -080053 oltDebVersion: openolt_asfvolt16-3.3.2-f7feb4b828467ccc99104b56b29dc7a19aa2008b-40G-NNI.deb
Girish Gowdra4254d7e2020-12-14 11:15:17 -080054 oltDebVersion23: openolt_asfvolt16-3.2.0-fc10f0d035181d3125ffc6e7a60bf5328fcf5bfa-40G-NNI.deb
Suchitra Vemurib569c6a2020-06-26 19:23:23 -070055
56onus:
57 -
58 serial: 'ALPHe3d1cfa7'
59
60hosts:
61 src:
62 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080063 ip: '10.90.0.221'
Suchitra Vemurib569c6a2020-06-26 19:23:23 -070064 user: 'cord'
65 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -080066 dp_iface_name: 'ens255f0.35'
67 container_type: null
68 container_name: null
Suchitra Vemurib569c6a2020-06-26 19:23:23 -070069 onu: 'ALPHe3d1cea3'
70 olt: 'EC1838000853'
71 c_tag: '801'
72 s_tag: '111'
73 power_switch_port: 1
74 onu_type: 'alpha'
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -070075 service_type: 'hsia'
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -070076 -
Girish Gowdrac83cb662021-03-01 12:37:10 -080077 ip: '10.90.0.222'
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -070078 user: 'cord'
79 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -080080 dp_iface_name: 'ens255f0.35'
81 container_type: null
82 container_name: null
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -070083 onu: 'ALPHe3d1ceb7'
84 olt: 'EC1838000853'
85 c_tag: '101'
86 s_tag: '222'
87 power_switch_port: 2
88 onu_type: 'alpha'
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -070089 service_type: 'hsia'
Suchitra Vemuri7c130712020-07-13 15:32:47 -070090 -
Girish Gowdra69b366d2021-02-24 17:09:14 -080091 ip: '10.90.0.221'
Suchitra Vemuri7c130712020-07-13 15:32:47 -070092 user: 'cord'
93 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -080094 dp_iface_name: 'ens255f0.65'
95 container_type: null
96 container_name: null
Suchitra Vemuri7c130712020-07-13 15:32:47 -070097 onu: 'ALPHe3d1cea3'
98 olt: 'EC1838000853'
99 c_tag: '444'
100 s_tag: '333'
101 power_switch_port: 1
102 onu_type: ''
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700103 service_type: 'voip'
Suchitra Vemuri7c130712020-07-13 15:32:47 -0700104 -
Girish Gowdrac83cb662021-03-01 12:37:10 -0800105 ip: '10.90.0.222'
Suchitra Vemuri7c130712020-07-13 15:32:47 -0700106 user: 'cord'
107 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -0800108 dp_iface_name: 'ens255f0.65'
109 container_type: null
110 container_name: null
Suchitra Vemuri7c130712020-07-13 15:32:47 -0700111 onu: 'ALPHe3d1ceb7'
112 olt: 'EC1838000853'
113 c_tag: '444'
114 s_tag: '333'
115 power_switch_port: 2
116 onu_type: ''
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700117 service_type: 'voip'
118 -
Girish Gowdra69b366d2021-02-24 17:09:14 -0800119 ip: '10.90.0.221'
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700120 user: 'cord'
121 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -0800122 dp_iface_name: 'ens255f0.55'
123 container_type: null
124 container_name: null
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700125 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 Gowdrac83cb662021-03-01 12:37:10 -0800133 ip: '10.90.0.222'
Suchitra Vemuri22842602020-07-28 15:31:37 -0700134 user: 'cord'
135 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -0800136 dp_iface_name: 'ens255f0.55'
137 container_type: null
138 container_name: null
Suchitra Vemuri22842602020-07-28 15:31:37 -0700139 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 Vemuri413bd7d2020-07-16 23:45:07 -0700148 user: 'cord'
149 pass: 'cord'
Girish Gowdrac83cb662021-03-01 12:37:10 -0800150 dp_iface_name: 'ens255f0.55'
151 container_type: null
152 container_name: null
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700153 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 Vemuri413bd7d2020-07-16 23:45:07 -0700160 mcast_grp_subnet_mask: '224.0.0.0/4'
161 service_type: 'mcast'
Suchitra Vemurib569c6a2020-06-26 19:23:23 -0700162 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 Vemurib569c6a2020-06-26 19:23:23 -0700169 dp_iface_ip: null
170 dp_iface_gateway: null
171 container_type: null
172 container_name: null
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -0700173 -
174 ip: null
175 user: null
176 pass: null
Girish Gowdra69b366d2021-02-24 17:09:14 -0800177 noroot_ip: '10.90.0.223'
Suchitra Vemuri4afd86a2020-07-10 18:13:53 -0700178 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 Vemuri4afd86a2020-07-10 18:13:53 -0700182 dp_iface_ip: null
183 dp_iface_gateway: null
184 container_type: null
185 container_name: null
Suchitra Vemuri7c130712020-07-13 15:32:47 -0700186 -
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 Vemuri7c130712020-07-13 15:32:47 -0700192 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 Vemuri7c130712020-07-13 15:32:47 -0700201 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 Vemuri7c130712020-07-13 15:32:47 -0700205 dp_iface_ip: null
206 dp_iface_gateway: null
207 container_type: null
208 container_name: null
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700209 -
210 ip: null
211 user: null
212 pass: null
Girish Gowdra69b366d2021-02-24 17:09:14 -0800213 noroot_ip: '10.90.0.223'
Suchitra Vemuri22842602020-07-28 15:31:37 -0700214 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 Vemuri22842602020-07-28 15:31:37 -0700218 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
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700226 dp_iface_name: null
Girish Gowdra69b366d2021-02-24 17:09:14 -0800227 dp_iface_ip_qinq: '10.11.6.254'
Suchitra Vemuri413bd7d2020-07-16 23:45:07 -0700228 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 Vemuri413bd7d2020-07-16 23:45:07 -0700237 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
Suchitra Vemurib569c6a2020-06-26 19:23:23 -0700245web_power_switch:
Girish Gowdra69b366d2021-02-24 17:09:14 -0800246 ip: '10.90.0.229'
247 user: 'cord'
248 password: 'cord'
Suchitra Vemurib569c6a2020-06-26 19:23:23 -0700249 type: 'DLI'