blob: f0c5cda5bf1ab3d5125244048aca72173ccee656 [file] [log] [blame]
Oleksii Butenkoef540152019-03-22 15:52:54 +02001default_context:
Oleksii Butenkoef540152019-03-22 15:52:54 +02002 bmk_enabled: 'False'
3 cicd_control_node01_address: 10.167.11.91
4 cicd_control_node01_hostname: cid01
5 cicd_control_node02_address: 10.167.11.92
6 cicd_control_node02_hostname: cid02
7 cicd_control_node03_address: 10.167.11.93
8 cicd_control_node03_hostname: cid03
9 cicd_control_vip_address: 10.167.11.90
10 cicd_control_vip_hostname: cid
11 cicd_enabled: 'True'
Oleksii Butenkoef540152019-03-22 15:52:54 +020012 cluster_domain: bm-cicd-queens-ovs-maas.local
13 cluster_name: bm-cicd-queens-ovs-maas
14 compute_bond_mode: active-backup
15 compute_primary_first_nic: eth1
16 compute_primary_second_nic: eth2
17 context_seed: zEFbUBMME6LFdiL0rJWFgHMdQGgywnDSE9vFYvHgEBeYHb4QJsDl3HqpdaTgqYlF
18 control_network_netmask: 255.255.255.0
19 control_network_subnet: 10.167.11.0/24
20 control_vlan: '2404'
21 cookiecutter_template_branch: proposed
22 cookiecutter_template_credentials: gerrit
23 cookiecutter_template_url: https://gerrit.mcp.mirantis.com/mk/cookiecutter-templates.git
24 deploy_network_gateway: 172.16.164.1
25 deploy_network_netmask: 255.255.255.192
26 deploy_network_subnet: 172.16.164.0/26
27 deployment_type: physical
28 dns_server01: 172.18.176.6
29 dns_server02: 172.18.208.44
30 email_address: test@mirantis.com
31 gateway_primary_first_nic: eth1
32 gateway_primary_second_nic: eth2
33 infra_bond_mode: active-backup
34 infra_deploy_nic: eth0
35 infra_kvm01_control_address: 10.167.11.241
36 infra_kvm01_deploy_address: 172.16.164.3
37 infra_kvm01_hostname: kvm01
38 infra_kvm02_control_address: 10.167.11.242
39 infra_kvm02_deploy_address: 172.16.164.4
40 infra_kvm02_hostname: kvm02
41 infra_kvm03_control_address: 10.167.11.243
42 infra_kvm03_deploy_address: 172.16.164.5
43 infra_kvm03_hostname: kvm03
44 infra_kvm04_control_address: 10.167.11.244
45 infra_kvm04_deploy_address: 172.16.164.6
46 infra_kvm04_hostname: kvm04
47 infra_kvm05_control_address: 10.167.11.245
48 infra_kvm05_deploy_address: 172.16.164.7
49 infra_kvm05_hostname: kvm05
50 infra_kvm06_control_address: 10.167.11.246
51 infra_kvm06_deploy_address: 172.16.164.8
52 infra_kvm06_hostname: kvm06
53 infra_kvm_vip_address: 10.167.11.240
54 infra_primary_first_nic: eth1
55 infra_primary_second_nic: eth2
56 kubernetes_enabled: 'False'
57 local_repositories: 'False'
58 maas_enabled: 'True'
59 maas_deploy_address: 172.16.164.2
60 maas_deploy_cidr: 172.16.164.0/26
61 maas_deploy_gateway: 172.16.164.1
62 maas_deploy_range_end: 172.16.164.62
63 maas_deploy_range_start: 172.16.164.18
64 maas_deploy_vlan: '0'
65 maas_dhcp_enabled: 'True'
66 maas_fabric_name: fabric-0
67 maas_hostname: cfg01
68 maas_manage_deploy_network: 'True'
69 maas_machines: |
70 kvm01: # #cz7625-kvm.host-telecom.com
71 distro_series: "xenial"
72 # hwe_kernel: "hwe-16.04"
73 # pxe_interface_mac:
74 pxe_interface_mac: "0c:c4:7a:33:24:be"
75 interfaces:
76 one1:
77 mac: "0c:c4:7a:33:24:be"
78 mode: "static"
79 ip: "172.16.164.3"
80 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
81 gateway: ${_param:deploy_network_gateway}
82 name: one1
83 one2:
84 mode: UNCONFIGURED
85 mac: "0c:c4:7a:33:24:bf"
86 name: one2
87 ten1:
88 mode: UNCONFIGURED
89 mac: "0c:c4:7a:1e:01:3e"
90 name: ten1
91 ten2:
92 mode: UNCONFIGURED
93 mac: "0c:c4:7a:1e:01:3f"
94 name: ten2
95 sten1:
96 mode: UNCONFIGURED
97 mac: "0c:c4:7a:58:f3:ce"
98 name: sten1
99 sten2:
100 mode: UNCONFIGURED
101 mac: "0c:c4:7a:58:f3:cf"
102 name: sten2
103 power_parameters:
104 power_address: "185.8.59.227"
105 power_pass: ==IPMI_PASS==
106 power_type: ipmi
107 power_user: ==IPMI_USER==
108 kvm02: # #cz7627-kvm.host-telecom.com
109 distro_series: "xenial"
110 # hwe_kernel: "hwe-16.04"
111 pxe_interface_mac: "0c:c4:7a:33:2d:6a"
112 interfaces:
113 one1:
114 mac: "0c:c4:7a:33:2d:6a"
115 mode: "static"
116 ip: "172.16.164.4"
117 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
118 gateway: ${_param:deploy_network_gateway}
119 name: one1
120 one2:
121 mode: UNCONFIGURED
122 mac: "0c:c4:7a:33:2d:6b"
123 name: one2
124 ten1:
125 mode: UNCONFIGURED
126 mac: "0c:c4:7a:58:43:b8"
127 name: ten1
128 ten2:
129 mode: UNCONFIGURED
130 mac: "0c:c4:7a:58:43:b9"
131 name: ten2
132 sten1:
133 mode: UNCONFIGURED
134 mac: "0c:c4:7a:1d:96:02"
135 name: sten1
136 sten2:
137 mode: UNCONFIGURED
138 mac: "0c:c4:7a:1d:96:03"
139 name: sten2
140 power_parameters:
141 power_address: "185.8.59.229"
142 power_pass: ==IPMI_PASS==
143 power_type: ipmi
144 power_user: ==IPMI_USER==
145 kvm03: # #cz7756-kvm.host-telecom.com
146 distro_series: "xenial"
147 # hwe_kernel: "hwe-16.04"
148 pxe_interface_mac: "0c:c4:7a:69:a0:4c"
149 interfaces:
150 one1:
151 mac: "0c:c4:7a:69:a0:4c"
152 mode: "static"
153 ip: "172.16.164.5"
154 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
155 gateway: ${_param:deploy_network_gateway}
156 name: one1
157 one2:
158 mode: UNCONFIGURED
159 mac: "0c:c4:7a:69:a0:4d"
160 name: one2
161 ten1:
162 mode: UNCONFIGURED
163 mac: "00:25:90:c0:c2:14"
164 name: ten1
165 ten2:
166 mode: UNCONFIGURED
167 mac: "00:25:90:c0:c2:15"
168 name: ten2
169 sten1:
170 mode: UNCONFIGURED
171 mac: "0c:c4:7a:1e:09:c2"
172 name: sten1
173 sten2:
174 mode: UNCONFIGURED
175 mac: "0c:c4:7a:1e:09:c3"
176 name: sten2
177 power_parameters:
178 power_address: "5.43.225.88"
179 power_pass: ==IPMI_PASS==
180 power_type: ipmi
181 power_user: ==IPMI_USER==
182 kvm04: # #cz7792-kvm.host-telecom.com
183 distro_series: "xenial"
184 # hwe_kernel: "hwe-16.04"
185 # pxe_interface_mac:
186 pxe_interface_mac: "0c:c4:7a:6c:83:5c"
187 interfaces:
188 one1:
189 mac: "0c:c4:7a:6c:83:5c"
190 mode: "static"
191 ip: "172.16.164.6"
192 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
193 gateway: ${_param:deploy_network_gateway}
194 name: one1
195 one2:
196 mode: UNCONFIGURED
197 mac: "0c:c4:7a:6c:83:5d"
198 name: one2
199 ten1:
200 mode: UNCONFIGURED
201 mac: "0c:c4:7a:1f:7d:98"
202 name: ten1
203 ten2:
204 mode: UNCONFIGURED
205 mac: "0c:c4:7a:1f:7d:99"
206 name: ten2
207 sten1:
208 mode: UNCONFIGURED
209 mac: "0c:c4:7a:1e:03:de"
210 name: sten1
211 sten2:
212 mode: UNCONFIGURED
213 mac: "0c:c4:7a:1e:03:df"
214 name: sten2
215 power_parameters:
216 power_address: "5.43.225.112"
217 power_pass: ==IPMI_PASS==
218 power_type: ipmi
219 power_user: ==IPMI_USER==
220 kvm05: # #cz7876-kvm.host-telecom.com
221 distro_series: "xenial"
222 # hwe_kernel: "hwe-16.04"
223 pxe_interface_mac: "0c:c4:7a:6c:88:d6"
224 interfaces:
225 one1:
226 mac: "0c:c4:7a:6c:88:d6"
227 mode: "static"
228 ip: "172.16.164.7"
229 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
230 gateway: ${_param:deploy_network_gateway}
231 name: one1
232 one2:
233 mode: UNCONFIGURED
234 mac: "0c:c4:7a:6c:88:d7"
235 name: one2
236 ten1:
237 mode: UNCONFIGURED
238 mac: "0c:c4:7a:1e:03:74"
239 name: ten1
240 ten2:
241 mode: UNCONFIGURED
242 mac: "0c:c4:7a:1e:03:75"
243 name: ten2
244 sten1:
245 mode: UNCONFIGURED
246 mac: "0c:c4:7a:1f:89:be"
247 name: sten1
248 sten2:
249 mode: UNCONFIGURED
250 mac: "0c:c4:7a:1f:89:bf"
251 name: sten2
252 power_parameters:
253 power_address: "5.43.225.208"
254 power_pass: ==IPMI_PASS==
255 power_type: ipmi
256 power_user: ==IPMI_USER==
257 kvm06: # #cz8073-kvm.host-telecom.com
258 distro_series: "xenial"
259 # hwe_kernel: "hwe-16.04"
260 pxe_interface_mac: "0c:c4:7a:aa:df:ac"
261 interfaces:
262 one1:
263 mac: "0c:c4:7a:aa:df:ac"
264 mode: "static"
265 ip: "172.16.164.8"
266 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
267 gateway: ${_param:deploy_network_gateway}
268 name: one1
269 one2:
270 mode: UNCONFIGURED
271 mac: "0c:c4:7a:aa:df:ad"
272 name: one2
273 ten1:
274 mode: UNCONFIGURED
275 mac: "0c:c4:7a:1e:3a:f2"
276 name: ten1
277 ten2:
278 mode: UNCONFIGURED
279 mac: "0c:c4:7a:1e:3a:f3"
280 name: ten2
281 sten1:
282 mode: UNCONFIGURED
283 mac: "0c:c4:7a:1e:a6:4c"
284 name: sten1
285 sten2:
286 mode: UNCONFIGURED
287 mac: "0c:c4:7a:1e:a6:4d"
288 name: sten2
289 power_parameters:
290 power_address: "5.43.227.118"
291 power_pass: ==IPMI_PASS==
292 power_type: ipmi
293 power_user: ==IPMI_USER==
294 gtw01: # #cz9039-kvm.host-telecom.com
295 distro_series: "xenial"
296 # hwe_kernel: "hwe-16.04"
297 pxe_interface_mac: "0c:c4:7a:aa:d5:84"
298 interfaces:
299 one1:
300 mac: "0c:c4:7a:aa:d5:84"
301 mode: "static"
302 ip: "172.16.164.9"
303 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
304 gateway: ${_param:deploy_network_gateway}
305 name: one1
306 one2:
307 mode: UNCONFIGURED
308 mac: "0c:c4:7a:aa:d5:85"
309 name: one2
310 ten1:
311 mode: UNCONFIGURED
312 mac: "0c:c4:7a:58:41:b0"
313 name: ten1
314 ten2:
315 mode: UNCONFIGURED
316 mac: "0c:c4:7a:58:41:b1"
317 name: ten2
318 sten1:
319 mode: UNCONFIGURED
320 mac: "0c:c4:7a:1d:90:d2"
321 name: sten1
322 sten2:
323 mode: UNCONFIGURED
324 mac: "0c:c4:7a:1d:90:d3"
325 name: sten2
326 power_parameters:
327 power_address: "5.43.229.28"
328 power_pass: ==IPMI_PASS==
329 power_type: ipmi
330 power_user: ==IPMI_USER==
331 gtw02: # #cz9048-kvm.host-telecom.com
332 distro_series: "xenial"
333 # hwe_kernel: "hwe-16.04"
334 pxe_interface_mac: "0c:c4:7a:aa:d5:82"
335 interfaces:
336 one1:
337 mac: "0c:c4:7a:aa:d5:82"
338 mode: "static"
339 ip: "172.16.164.10"
340 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
341 gateway: ${_param:deploy_network_gateway}
342 name: one1
343 one2:
344 mode: UNCONFIGURED
345 mac: "0c:c4:7a:aa:d5:83"
346 name: one2
347 ten1:
348 mode: UNCONFIGURED
349 mac: "0c:c4:7a:1f:00:7c"
350 name: ten1
351 ten2:
352 mode: UNCONFIGURED
353 mac: "0c:c4:7a:1f:00:7d"
354 name: ten2
355 sten1:
356 mode: UNCONFIGURED
357 mac: "0c:c4:7a:bc:88:8a"
358 name: sten1
359 sten2:
360 mode: UNCONFIGURED
361 mac: "0c:c4:7a:bc:88:8b"
362 name: sten2
363 power_parameters:
364 power_address: "5.43.225.23"
365 power_pass: ==IPMI_PASS==
366 power_type: ipmi
367 power_user: ==IPMI_USER==
368 gtw03: # #cz8159-kvm.host-telecom.com
369 distro_series: "xenial"
370 # hwe_kernel: "hwe-16.04"
371 pxe_interface_mac: "0c:c4:7a:6c:bc:f6"
372 interfaces:
373 one1:
374 mac: "0c:c4:7a:6c:bc:f6"
375 mode: "static"
376 ip: "172.16.164.11"
377 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
378 gateway: ${_param:deploy_network_gateway}
379 name: one1
380 one2:
381 mode: UNCONFIGURED
382 mac: "0c:c4:7a:6c:bc:f7"
383 name: one2
384 ten1:
385 mode: UNCONFIGURED
386 mac: "00:25:90:9b:cc:32"
387 name: ten1
388 ten2:
389 mode: UNCONFIGURED
390 mac: "00:25:90:9b:cc:33"
391 name: ten2
392 sten1:
393 mode: UNCONFIGURED
394 mac: "00:25:90:c1:a5:04"
395 name: sten1
396 sten2:
397 mode: UNCONFIGURED
398 mac: "00:25:90:c1:a5:05"
399 name: sten2
400 power_parameters:
401 power_address: "185.8.58.9"
402 power_pass: ==IPMI_PASS==
403 power_type: ipmi
404 power_user: ==IPMI_USER==
405 osd001: # #cz9040-kvm.host-telecom.com
406 distro_series: "xenial"
407 # hwe_kernel: "hwe-16.04"
408 pxe_interface_mac: "0c:c4:7a:aa:c9:02"
409 interfaces:
410 one1:
411 mac: "0c:c4:7a:aa:c9:02"
412 mode: "static"
413 ip: "172.16.164.12"
414 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
415 gateway: ${_param:deploy_network_gateway}
416 name: one1
417 one2:
418 mode: UNCONFIGURED
419 mac: "0c:c4:7a:aa:c9:03"
420 name: one2
421 ten1:
422 mode: UNCONFIGURED
423 mac: "0c:c4:7a:1e:aa:90"
424 name: ten1
425 ten2:
426 mode: UNCONFIGURED
427 mac: "0c:c4:7a:1e:aa:91"
428 name: ten2
429 sten1:
430 mode: UNCONFIGURED
431 mac: "0c:c4:7a:1e:0a:a4"
432 name: sten1
433 sten2:
434 mode: UNCONFIGURED
435 mac: "0c:c4:7a:1e:0a:a5"
436 name: sten2
437 power_parameters:
438 power_address: "185.8.58.246"
439 power_pass: ==IPMI_PASS==
440 power_type: ipmi
441 power_user: ==IPMI_USER==
442 osd002: # #cz9041-kvm.host-telecom.com
443 distro_series: "xenial"
444 # hwe_kernel: "hwe-16.04"
445 pxe_interface_mac: "0c:c4:7a:aa:d5:60"
446 interfaces:
447 one1:
448 mac: "0c:c4:7a:aa:d5:60"
449 mode: "static"
450 ip: "172.16.164.13"
451 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
452 gateway: ${_param:deploy_network_gateway}
453 name: one1
454 one2:
455 mode: UNCONFIGURED
456 mac: "0c:c4:7a:aa:d5:61"
457 name: one2
458 ten1:
459 mode: UNCONFIGURED
460 mac: "0c:c4:7a:1f:04:2c"
461 name: ten1
462 ten2:
463 mode: UNCONFIGURED
464 mac: "0c:c4:7a:1f:04:2d"
465 name: ten2
466 sten1:
467 mode: UNCONFIGURED
468 mac: "0c:c4:7a:1f:01:f2"
469 name: sten1
470 sten2:
471 mode: UNCONFIGURED
472 mac: "0c:c4:7a:1f:01:f3"
473 name: sten2
474 power_parameters:
475 power_address: "185.8.58.243"
476 power_pass: ==IPMI_PASS==
477 power_type: ipmi
478 power_user: ==IPMI_USER==
479 osd003: # #cz9042-kvm.host-telecom.com
480 distro_series: "xenial"
481 # hwe_kernel: "hwe-16.04"
482 pxe_interface_mac: "0c:c4:7a:aa:c9:3a"
483 interfaces:
484 one1:
485 mac: "0c:c4:7a:aa:c9:3a"
486 mode: "static"
487 ip: "172.16.164.14"
488 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
489 gateway: ${_param:deploy_network_gateway}
490 name: one1
491 one2:
492 mode: UNCONFIGURED
493 mac: "0c:c4:7a:aa:c9:3b"
494 name: one2
495 ten1:
496 mode: UNCONFIGURED
497 mac: "00:25:90:33:d7:10"
498 name: ten1
499 ten2:
500 mode: UNCONFIGURED
501 mac: "00:25:90:33:d7:11"
502 name: ten2
503 sten1:
504 mode: UNCONFIGURED
505 mac: "00:25:90:0b:5f:50"
506 name: sten1
507 sten2:
508 mode: UNCONFIGURED
509 mac: "00:25:90:0b:5f:51"
510 name: sten2
511 power_parameters:
512 power_address: "185.8.58.244"
513 power_pass: ==IPMI_PASS==
514 power_type: ipmi
515 power_user: ==IPMI_USER==
516 cmp001: # #cz9039-kvm.host-telecom.com
517 distro_series: "xenial"
518 # hwe_kernel: "hwe-16.04"
519 pxe_interface_mac: "0c:c4:7a:aa:d6:aa"
520 interfaces:
521 one1:
522 mac: "0c:c4:7a:aa:d6:aa"
523 mode: "static"
524 ip: "172.16.164.15"
525 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
526 gateway: ${_param:deploy_network_gateway}
527 name: one1
528 one2:
529 mode: UNCONFIGURED
530 mac: "0c:c4:7a:aa:d6:ab"
531 name: one2
532 ten1:
533 mode: UNCONFIGURED
534 mac: "0c:c4:7a:1f:86:76"
535 name: ten1
536 ten2:
537 mode: UNCONFIGURED
538 mac: "0c:c4:7a:1f:86:77"
539 name: ten2
540 sten1:
541 mode: UNCONFIGURED
542 mac: "0c:c4:7a:1e:39:3c"
543 name: sten1
544 sten2:
545 mode: UNCONFIGURED
546 mac: "0c:c4:7a:1e:39:3d"
547 name: sten2
548 power_parameters:
549 power_address: "185.8.58.248"
550 power_pass: ==IPMI_PASS==
551 power_type: ipmi
552 power_user: ==IPMI_USER==
553 cmp002: # #cz9046-kvm.host-telecom.com
554 distro_series: "xenial"
555 # hwe_kernel: "hwe-16.04"
556 pxe_interface_mac: "0c:c4:7a:aa:ce:30"
557 interfaces:
558 one1:
559 mac: "0c:c4:7a:aa:ce:30"
560 mode: "static"
561 ip: "172.16.164.16"
562 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
563 gateway: ${_param:deploy_network_gateway}
564 name: one1
565 one2:
566 mode: UNCONFIGURED
567 mac: "0c:c4:7a:aa:ce:31"
568 name: one2
569 one2:
570 mode: UNCONFIGURED
571 mac: "0c:c4:7a:aa:ce:31"
572 name: one2
573 ten1:
574 mode: UNCONFIGURED
575 mac: "00:25:90:e0:7d:e0"
576 name: ten1
577 ten2:
578 mode: UNCONFIGURED
579 mac: "00:25:90:e0:7d:e1"
580 name: ten2
581 sten1:
582 mode: UNCONFIGURED
583 mac: "0c:c4:7a:1f:0c:0e"
584 name: sten1
585 sten2:
586 mode: UNCONFIGURED
587 mac: "0c:c4:7a:1f:0c:0f"
588 name: sten2
589 power_parameters:
590 power_address: "185.8.59.222"
591 power_pass: ==IPMI_PASS==
592 power_type: ipmi
593 power_user: ==IPMI_USER==
594 cmp003: # #cz8061-kvm.host-telecom.com
595 distro_series: "xenial"
596 # hwe_kernel: "hwe-16.04"
597 pxe_interface_mac: "0c:c4:7a:aa:e0:ce"
598 interfaces:
599 one1:
600 mac: "0c:c4:7a:aa:e0:ce"
601 mode: "static"
602 ip: "172.16.164.17"
603 subnet: ${maas:region:subnets:deploy_network:cidr} # create it manually... in UI
604 gateway: ${_param:deploy_network_gateway}
605 name: one1
606 one2:
607 mode: UNCONFIGURED
608 mac: "0c:c4:7a:aa:e0:cf"
609 name: one2
610 ten1:
611 mode: UNCONFIGURED
612 mac: "0c:c4:7a:1d:94:5e"
613 name: ten1
614 ten2:
615 mode: UNCONFIGURED
616 mac: "0c:c4:7a:1d:94:5f"
617 name: ten2
618 sten1:
619 mode: UNCONFIGURED
620 mac: "0c:c4:7a:1f:87:e4"
621 name: sten1
622 sten2:
623 mode: UNCONFIGURED
624 mac: "0c:c4:7a:1f:87:e5"
625 name: sten2
626 power_parameters:
627 power_address: "5.43.225.228"
628 power_pass: ==IPMI_PASS==
629 power_type: ipmi
630 power_user: ==IPMI_USER==
631 mcp_version: proposed
632 mcp_common_scripts_branch: ''
633 offline_deployment: 'False'
634 opencontrail_enabled: 'False'
635 openldap_domain: bm-cicd-queens-ovs-maas.local
636 openldap_enabled: 'True'
637 openldap_organisation: ${_param:cluster_name}
638 openstack_benchmark_node01_address: 10.167.11.95
639 openstack_benchmark_node01_hostname: bmk01
640 openstack_cluster_size: golden
641 openstack_compute_count: '3'
642 openstack_compute_rack01_hostname: cmp
643 openstack_compute_single_address_ranges: 10.167.11.15-10.167.11.17
644 openstack_compute_deploy_address_ranges: 172.16.164.15-172.16.164.17
645 openstack_compute_tenant_address_ranges: 10.167.12.15-10.167.12.17
646 openstack_compute_backend_address_ranges: 10.167.12.15-10.167.12.17
647 openstack_control_address: 10.167.11.10
648 openstack_control_hostname: ctl
649 openstack_control_node01_address: 10.167.11.11
650 openstack_control_node01_hostname: ctl01
651 openstack_control_node02_address: 10.167.11.12
652 openstack_control_node02_hostname: ctl02
653 openstack_control_node03_address: 10.167.11.13
654 openstack_control_node03_hostname: ctl03
655 openstack_database_address: 10.167.11.50
656 openstack_database_hostname: dbs
657 openstack_database_node01_address: 10.167.11.51
658 openstack_database_node01_hostname: dbs01
659 openstack_database_node02_address: 10.167.11.52
660 openstack_database_node02_hostname: dbs02
661 openstack_database_node03_address: 10.167.11.53
662 openstack_database_node03_hostname: dbs03
663 openstack_enabled: 'True'
664 openstack_gateway_node01_deploy_address: 172.16.164.9
665 openstack_gateway_node02_deploy_address: 172.16.164.10
666 openstack_gateway_node03_deploy_address: 172.16.164.11
667 openstack_gateway_node01_address: 10.167.11.224
668 openstack_gateway_node01_hostname: gtw01
669 openstack_gateway_node02_hostname: gtw02
670 openstack_gateway_node03_hostname: gtw03
671 openstack_gateway_node01_tenant_address: 10.167.12.9
672 openstack_gateway_node02_address: 10.167.11.225
673 openstack_gateway_node02_tenant_address: 10.167.12.10
674 openstack_gateway_node03_address: 10.167.11.226
675 openstack_gateway_node03_tenant_address: 10.167.12.11
676 openstack_message_queue_address: 10.167.11.40
677 openstack_message_queue_hostname: msg
678 openstack_message_queue_node01_address: 10.167.11.41
679 openstack_message_queue_node01_hostname: msg01
680 openstack_message_queue_node02_address: 10.167.11.42
681 openstack_message_queue_node02_hostname: msg02
682 openstack_message_queue_node03_address: 10.167.11.43
683 openstack_message_queue_node03_hostname: msg03
684 openstack_network_engine: ovs
685 openstack_neutron_qos: 'True'
686 openstack_neutron_vlan_aware_vms: 'True'
687 openstack_nfv_dpdk_enabled: 'False'
688 openstack_nfv_sriov_enabled: 'False'
689 openstack_nova_compute_hugepages_count: '16'
690 openstack_nova_compute_nfv_req_enabled: 'False'
691 openstack_nfv_sriov_network: physnet2
692 openstack_nfv_sriov_numvfs: '7'
693 openstack_nfv_sriov_pf_nic: enp5s0f1
694 openstack_nova_cpu_pinning: 6,7,8,9,10,11
695 openstack_nova_compute_reserved_host_memory_mb: '900'
696 openstack_ovs_dvr_enabled: 'True'
697 openstack_ovs_encapsulation_type: vxlan
698 openstack_ovs_encapsulation_vlan_range: 2402:2406
699 openstack_proxy_address: 10.167.11.80
700 openstack_proxy_hostname: prx
701 openstack_proxy_node01_address: 10.167.11.81
702 openstack_proxy_node01_hostname: prx01
703 openstack_proxy_node02_address: 10.167.11.82
704 openstack_proxy_node02_hostname: prx02
705 openstack_upgrade_node01_address: 10.167.11.19
706 openstack_version: queens
707 cinder_version: ${_param:openstack_version}
708 oss_enabled: 'False'
709 oss_node03_address: ${_param:stacklight_monitor_node03_address}
710 platform: openstack_enabled
711 public_host: ${_param:openstack_proxy_address}
712 publication_method: email
713 reclass_repository: https://github.com/Mirantis/mk-lab-salt-model.git
714 salt_api_password: HlcaUHzUnsWsg62uhF8ua5KEbqRbzijz
715 salt_api_password_hash: $6$qdIFillN$XnzP7oIXRcbroVch7nlthyrSekjKlWND8q2MtoMF3Wz2ymepjAOjyqpyR55nmbH9OQzS8EcQJ6sfr5hWKDesV1
716 salt_master_address: 10.167.11.2
717 salt_master_hostname: cfg01
718 salt_master_management_address: 172.16.164.2
719 shared_reclass_branch: proposed
720 shared_reclass_url: https://gerrit.mcp.mirantis.com/salt-models/reclass-system.git
721 stacklight_enabled: 'True'
722 stacklight_log_address: 10.167.11.60
723 stacklight_log_hostname: log
724 stacklight_log_node01_address: 10.167.11.61
725 stacklight_log_node01_hostname: log01
726 stacklight_log_node02_address: 10.167.11.62
727 stacklight_log_node02_hostname: log02
728 stacklight_log_node03_address: 10.167.11.63
729 stacklight_log_node03_hostname: log03
730 stacklight_long_term_storage_type: prometheus
731 stacklight_monitor_address: 10.167.11.70
732 stacklight_monitor_hostname: mon
733 stacklight_monitor_node01_address: 10.167.11.71
734 stacklight_monitor_node01_hostname: mon01
735 stacklight_monitor_node02_address: 10.167.11.72
736 stacklight_monitor_node02_hostname: mon02
737 stacklight_monitor_node03_address: 10.167.11.73
738 stacklight_monitor_node03_hostname: mon03
739 stacklight_telemetry_address: 10.167.11.96
740 stacklight_telemetry_hostname: mtr
741 stacklight_telemetry_node01_address: 10.167.11.97
742 stacklight_telemetry_node01_hostname: mtr01
743 stacklight_telemetry_node02_address: 10.167.11.98
744 stacklight_telemetry_node02_hostname: mtr02
745 stacklight_telemetry_node03_address: 10.167.11.99
746 stacklight_telemetry_node03_hostname: mtr03
747 stacklight_version: '2'
748 static_ips_on_deploy_network_enabled: 'False'
749 tenant_network_gateway: 10.167.12.1
750 tenant_network_netmask: 255.255.255.0
751 tenant_network_subnet: 10.167.12.0/24
752 tenant_vlan: '2406'
753 upstream_proxy_enabled: 'False'
754 use_default_network_scheme: 'True'
755 sriov_network_subnet: 192.168.10.0/24
756 ceph_enabled: 'True'
757 ceph_version: "luminous"
758 ceph_hyper_converged: "False"
759 ceph_osd_backend: "bluestore"
760 ceph_osd_count: "3"
761 ceph_osd_node_count: 3
762 ceph_osd_block_db_size: 20
763 ceph_osd_journal_size: 20
764 ceph_osd_bond_mode: "active-backup"
765 ceph_osd_data_partition_prefix: ""
766 ceph_public_network_allocation: storage
767 ceph_public_network: "10.167.11.0/24"
768 ceph_cluster_network: "10.167.11.0/24"
769 ceph_osd_single_address_ranges: "10.167.11.200-10.167.11.202"
770 ceph_osd_deploy_address_ranges: "172.16.164.8-172.16.164.10"
771 ceph_osd_storage_address_ranges: "10.167.11.200-10.167.11.202"
772 ceph_osd_backend_address_ranges: "10.167.12.200-10.167.12.202"
773 ceph_osd_data_disks: "/dev/sdb"
774 ceph_osd_journal_or_block_db_disks: "/dev/sdb"
775 ceph_osd_mode: "separated"
776 ceph_osd_deploy_nic: "eth0"
777 ceph_osd_primary_first_nic: "eth1"
778 ceph_osd_primary_second_nic: "eth2"
779 ceph_mon_node01_address: "10.167.11.66"
780 ceph_mon_node01_hostname: "cmn01"
781 ceph_mon_node02_address: "10.167.11.67"
782 ceph_mon_node02_hostname: "cmn02"
783 ceph_mon_node03_address: "10.167.11.68"
784 ceph_mon_node03_hostname: "cmn03"
785 ceph_rgw_address: "10.167.11.75"
786 ceph_rgw_node01_address: "10.167.11.76"
787 ceph_rgw_node01_hostname: "rgw01"
788 ceph_rgw_node02_address: "10.167.11.77"
789 ceph_rgw_node02_hostname: "rgw02"
790 ceph_rgw_node03_address: "10.167.11.78"
791 ceph_rgw_node03_hostname: "rgw03"
792 rsync_fernet_rotation: 'True'
793 compute_padding_with_zeros: True
794 designate_backend: powerdns
795 designate_enabled: 'True'
796 openstack_dns_node01_address: 10.167.11.113
797 openstack_dns_node02_address: 10.167.11.114
798 nova_vnc_tls_enabled: 'True'
799 galera_ssl_enabled: 'True'
800 openstack_mysql_x509_enabled: 'True'
801 rabbitmq_ssl_enabled: 'True'
802 openstack_rabbitmq_x509_enabled: 'True'
803 openstack_internal_protocol: 'https'
804 tenant_telemetry_enabled: 'True'
805 gnocchi_aggregation_storage: ceph
806 openstack_telemetry_address: 10.167.11.83
807 openstack_telemetry_hostname: mdb
808 openstack_telemetry_node01_address: 10.167.11.84
809 openstack_telemetry_node01_hostname: mdb01
810 openstack_telemetry_node02_address: 10.167.11.85
811 openstack_telemetry_node02_hostname: mdb02
812 openstack_telemetry_node03_address: 10.167.11.86
813 openstack_telemetry_node03_hostname: mdb03
814 barbican_backend: dogtag
815 barbican_enabled: 'True'
816 barbican_integration_enabled: 'False'
817 openstack_barbican_address: 10.167.11.44
818 openstack_barbican_hostname: kmn
819 openstack_barbican_node01_address: 10.167.11.45
820 openstack_barbican_node01_hostname: kmn01
821 openstack_barbican_node02_address: 10.167.11.46
822 openstack_barbican_node02_hostname: kmn02
823 openstack_barbican_node03_address: 10.167.11.47
824 openstack_barbican_node03_hostname: kmn03
825 openstack_create_public_network: 'True'
826 openstack_public_neutron_subnet_gateway: 172.17.42.1
827 openstack_public_neutron_subnet_cidr: 172.17.42.0/26
828 openstack_public_neutron_subnet_allocation_start: 172.17.42.15
829 openstack_public_neutron_subnet_allocation_end: 172.17.42.55
830 backend_vlan: '2402'
831 storage_vlan: '2405' # not implemented yet, placeholder
832 kqueen_custom_mail_enabled: 'False'
833 kqueen_enabled: 'False'
834 manila_enabled: 'False'
835 openscap_enabled: 'True'
836 octavia_health_manager_node01_address: 192.168.1.10
837 octavia_health_manager_node02_address: 192.168.1.11
838 octavia_health_manager_node03_address: 192.168.1.12
839 octavia_manager_cluster: 'False'
840 octavia_hm_bind_ip: 192.168.1.12
841 octavia_lb_mgmt_cidr: 192.168.1.0/24
842 octavia_lb_mgmt_allocation_pool_start: 192.168.1.2
843 octavia_lb_mgmt_allocation_pool_end: 192.168.1.200
844 openstack_octavia_enabled: 'True'
Tatyana Leontovich1192aa42019-03-25 14:11:27 +0200845 secrets_encryption_enabled: 'True'
846 secrets_encryption_key_id: 'F5CB2ADC36159B03'
847 # Used on CI only.
848 secrets_encryption_private_key: ''