ansible: Use jre-11-openjdk by default on SLES12SP5
[lttng-ci.git] / automation / ansible / vars / ci-instances.yml
1 ---
2 # The search domain for instance names
3 search_domain: internal.efficios.com
4 # Which DNS server to use for checks + updates
5 name_server: smb-adc02.internal.efficios.com
6 # The host to use for delegating lxd commands
7 lxd_host: ci-host-amd64-1a.internal.efficios.com
8 # Default host to create libvirt VMs on if not specified
9 libvirt_host: ci-host-amd64-1b.internal.efficios.com
10
11 # @see https://docs.ansible.com/ansible/latest/collections/community/general/lxd_container_module.html#ansible-collections-community-general-lxd-container-module
12 # @example a container instance with the default image (deb12 amd64)
13 # - meta:
14 # address: 192.168.1.2
15 # lxd:
16 # name: ci-node-example
17 #
18 # The meta.address is used to fill in the default lxd.config['user.network-config'] value
19 # templated from the cloud_init_netconf.j2 template. Note that this does not change the
20 # configuration inside an already deployed instances. The merged value of lxd is passed
21 # as arguments to community.general.lxd_container task.
22 #
23 # When a container/vm is created, the target within the cluster is
24 # determined by the allocation strategy configured for the LXD cluster. The
25 # default is to allocate the instance to the cluster member with the fewest
26 # instances (resource usage not considered).
27 #
28 # Once the instances are provisied meta.address and lxd.name are used to update the
29 # DNS records in Samba. @see scripts/update_dns_entry.py.
30 #
31 # @example a container created on a specific cluster member
32 # - meta:
33 # address: 192.168.1.2
34 # lxd:
35 # name: ci-node-example
36 # # This only affects creation, the container is not moved if it
37 # # already exists in the cluster.
38 # target: ci-host-amd64-1a
39 #
40 # @example a virtual machine with the default image
41 # - meta:
42 # address: 192.168.1.2
43 # lxd:
44 # name: ci-rootnode-example
45 # type: virtual-machine
46 # profiles:
47 # - ci-rootnode
48 #
49 # @example a VM with an ISO attached as a cdrom
50 # - meta:
51 # address: 192.168.1.2
52 # lxd:
53 # name: ci-rootnode-example
54 # type: virtual-machine
55 # profiles:
56 # - ci-rootnode
57 # # If there are configuration errors, sometimes the state
58 # # will need to be set to stopped to apply any differences.
59 # # Some values, eg. raw.apparmor, cannot be changed while the
60 # # VM or container is online. Note that the image needs to
61 # # be readable as the user 'nobody'.
62 # # state: stopped
63 # config:
64 # raw.qemu: '-drive file=/path/to/image.iso,media=cdrom'
65 # raw.apparmor: '/path/to/image.iso rk,'
66 #
67 # Console access, assuming the remote 'ci' is connected to the LXD cluster:
68 # lxc console ci:ci-rootnode-example --type vga
69 # Text console (may not have output depending on boot settings)
70 # lxc console ci:ci-rootnode-example
71 #
72 # @example Define a VM using libvirt
73 # - vm:
74 # # host: 'ci-host-example'
75 # name: 'ci-rootnode-example'
76 # disk: '/path/to/disk'
77 #
78 # @note libvirt VMs are created using the task roles/libvirt/vm.yml.
79 # If `vm.host` not specified, then the host will default to the one defined
80 # in `libvirt_host`.
81 #
82 # @note: `meta.address` doesn't set any additional information for libvirt VMs.
83 #
84 containers:
85 - meta:
86 address: 172.18.18.1
87 lxd:
88 name: git-mirror02
89 target: ci-host-amd64-1c
90 config:
91 # Using a privileged container here means we can avoid doing
92 # uid/gid mapping and reduce the work done during file IO
93 security.privileged: 'true'
94 devices:
95 git-mirror:
96 path: /storage/git-mirror
97 # This was created manually:
98 # zfs create -o mountpoint=/storage/git-mirror tank/lxd/custom/git-mirror
99 source: /storage/git-mirror
100 type: disk
101 - meta:
102 address: 172.18.16.9
103 lxd:
104 name: ci-node-deb12-amd64-1a-01
105 target: ci-host-amd64-1a
106 jenkins:
107 label: 'deb12-amd64 deb12'
108 mode: EXCLUSIVE
109 - meta:
110 address: 172.18.16.10
111 lxd:
112 name: ci-node-deb12-amd64-1a-02
113 target: ci-host-amd64-1a
114 jenkins:
115 label: 'deb12-amd64 deb12'
116 mode: EXCLUSIVE
117 - meta:
118 address: 172.18.16.11
119 lxd:
120 name: ci-node-deb12-amd64-1a-03
121 target: ci-host-amd64-1a
122 jenkins:
123 label: 'deb12-amd64 deb12'
124 mode: EXCLUSIVE
125 - meta:
126 address: 172.18.16.12
127 lxd:
128 name: ci-node-deb12-amd64-1a-04
129 target: ci-host-amd64-1a
130 jenkins:
131 label: 'deb12-amd64 deb12'
132 mode: EXCLUSIVE
133 - meta:
134 address: 172.18.16.13
135 lxd:
136 name: ci-node-deb12-amd64-1a-05
137 target: ci-host-amd64-1a
138 jenkins:
139 label: 'deb12-amd64 deb12'
140 mode: EXCLUSIVE
141 - meta:
142 address: 172.18.16.14
143 lxd:
144 name: ci-node-deb12-amd64-1a-06
145 target: ci-host-amd64-1a
146 jenkins:
147 label: 'deb12-amd64 deb12'
148 mode: EXCLUSIVE
149 - meta:
150 address: 172.18.16.15
151 lxd:
152 name: ci-node-deb12-amd64-1a-07
153 target: ci-host-amd64-1a
154 jenkins:
155 label: 'deb12-amd64 deb12'
156 mode: EXCLUSIVE
157 - meta:
158 address: 172.18.16.16
159 lxd:
160 name: ci-node-deb12-amd64-1a-08
161 target: ci-host-amd64-1a
162 jenkins:
163 label: 'deb12-amd64 deb12'
164 mode: EXCLUSIVE
165 - meta:
166 address: 172.18.16.17
167 lxd:
168 name: ci-node-deb12-amd64-1a-09
169 target: ci-host-amd64-1a
170 jenkins:
171 label: 'deb12-amd64 deb12'
172 mode: EXCLUSIVE
173 - meta:
174 address: 172.18.16.18
175 lxd:
176 name: ci-node-deb12-amd64-1a-10
177 target: ci-host-amd64-1a
178 jenkins:
179 label: 'deb12-amd64 deb12'
180 mode: EXCLUSIVE
181 - meta:
182 address: 172.18.16.19
183 lxd:
184 name: ci-node-deb12-amd64-1b-01
185 target: ci-host-amd64-1b
186 jenkins:
187 label: 'deb12-amd64 deb12'
188 mode: EXCLUSIVE
189 - meta:
190 address: 172.18.16.20
191 lxd:
192 name: ci-node-deb12-amd64-1b-02
193 target: ci-host-amd64-1b
194 jenkins:
195 label: 'deb12-amd64 deb12'
196 mode: EXCLUSIVE
197 - meta:
198 address: 172.18.16.21
199 lxd:
200 name: ci-node-deb12-amd64-1b-03
201 target: ci-host-amd64-1b
202 jenkins:
203 label: 'deb12-amd64 deb12'
204 mode: EXCLUSIVE
205 - meta:
206 address: 172.18.16.22
207 lxd:
208 name: ci-node-deb12-amd64-1b-04
209 target: ci-host-amd64-1b
210 jenkins:
211 label: 'deb12-amd64 deb12'
212 mode: EXCLUSIVE
213 - meta:
214 address: 172.18.16.23
215 lxd:
216 name: ci-node-deb12-amd64-1b-05
217 target: ci-host-amd64-1b
218 jenkins:
219 label: 'deb12-amd64 deb12'
220 mode: EXCLUSIVE
221 - meta:
222 address: 172.18.16.24
223 lxd:
224 name: ci-node-deb12-amd64-1b-06
225 target: ci-host-amd64-1b
226 jenkins:
227 label: 'deb12-amd64 deb12'
228 mode: EXCLUSIVE
229 - meta:
230 address: 172.18.16.25
231 lxd:
232 name: ci-node-deb12-amd64-1b-07
233 target: ci-host-amd64-1b
234 jenkins:
235 label: 'deb12-amd64 deb12'
236 mode: EXCLUSIVE
237 - meta:
238 address: 172.18.16.26
239 lxd:
240 name: ci-node-deb12-amd64-1b-08
241 target: ci-host-amd64-1b
242 jenkins:
243 label: 'deb12-amd64 deb12'
244 mode: EXCLUSIVE
245 - meta:
246 address: 172.18.16.27
247 lxd:
248 name: ci-node-deb12-amd64-1b-09
249 target: ci-host-amd64-1b
250 jenkins:
251 label: 'deb12-amd64 deb12'
252 mode: EXCLUSIVE
253 - meta:
254 address: 172.18.16.28
255 lxd:
256 name: ci-node-deb12-amd64-1b-10
257 target: ci-host-amd64-1b
258 jenkins:
259 label: 'deb12-amd64 deb12'
260 mode: EXCLUSIVE
261 - meta:
262 address: 172.18.16.29
263 lxd:
264 name: ci-node-deb12-amd64-1c-01
265 target: ci-host-amd64-1c
266 jenkins:
267 label: 'deb12-amd64 deb12'
268 mode: EXCLUSIVE
269 - meta:
270 address: 172.18.16.30
271 lxd:
272 name: ci-node-deb12-amd64-1c-02
273 target: ci-host-amd64-1c
274 jenkins:
275 label: 'deb12-amd64 deb12'
276 mode: EXCLUSIVE
277 - meta:
278 address: 172.18.16.31
279 lxd:
280 name: ci-node-deb12-amd64-1c-03
281 target: ci-host-amd64-1c
282 jenkins:
283 label: 'deb12-amd64 deb12'
284 mode: EXCLUSIVE
285 - meta:
286 address: 172.18.16.32
287 lxd:
288 name: ci-node-deb12-amd64-1c-04
289 target: ci-host-amd64-1c
290 jenkins:
291 label: 'deb12-amd64 deb12'
292 mode: EXCLUSIVE
293 - meta:
294 address: 172.18.16.33
295 lxd:
296 name: ci-node-deb12-amd64-1c-05
297 target: ci-host-amd64-1c
298 jenkins:
299 label: 'deb12-amd64 deb12'
300 mode: EXCLUSIVE
301 - meta:
302 address: 172.18.16.34
303 lxd:
304 name: ci-node-deb12-amd64-1c-06
305 target: ci-host-amd64-1c
306 jenkins:
307 label: 'deb12-amd64 deb12'
308 mode: EXCLUSIVE
309 - meta:
310 address: 172.18.16.35
311 lxd:
312 name: ci-node-deb12-amd64-1c-07
313 target: ci-host-amd64-1c
314 jenkins:
315 label: 'deb12-amd64 deb12'
316 mode: EXCLUSIVE
317 - meta:
318 address: 172.18.16.36
319 lxd:
320 name: ci-node-deb12-amd64-1c-08
321 target: ci-host-amd64-1c
322 jenkins:
323 label: 'deb12-amd64 deb12'
324 mode: EXCLUSIVE
325 - meta:
326 address: 172.18.16.37
327 lxd:
328 name: ci-node-deb12-amd64-1c-09
329 target: ci-host-amd64-1c
330 jenkins:
331 label: 'deb12-amd64 deb12'
332 mode: EXCLUSIVE
333 - meta:
334 address: 172.18.16.38
335 lxd:
336 name: ci-node-deb12-amd64-1c-10
337 target: ci-host-amd64-1c
338 jenkins:
339 label: 'deb12-amd64 deb12'
340 mode: EXCLUSIVE
341 - meta:
342 address: 172.18.16.39
343 lxd:
344 name: ci-node-deb12-amd64-1d-01
345 target: ci-host-amd64-1d
346 jenkins:
347 label: 'deb12-amd64 deb12'
348 mode: EXCLUSIVE
349 - meta:
350 address: 172.18.16.40
351 lxd:
352 name: ci-node-deb12-amd64-1d-02
353 target: ci-host-amd64-1d
354 jenkins:
355 label: 'deb12-amd64 deb12'
356 mode: EXCLUSIVE
357 - meta:
358 address: 172.18.16.41
359 lxd:
360 name: ci-node-deb12-amd64-1d-03
361 target: ci-host-amd64-1d
362 jenkins:
363 label: 'deb12-amd64 deb12'
364 mode: EXCLUSIVE
365 - meta:
366 address: 172.18.16.42
367 lxd:
368 name: ci-node-deb12-amd64-1d-04
369 target: ci-host-amd64-1d
370 jenkins:
371 label: 'deb12-amd64 deb12'
372 mode: EXCLUSIVE
373 - meta:
374 address: 172.18.16.43
375 lxd:
376 name: ci-node-deb12-amd64-1d-05
377 target: ci-host-amd64-1d
378 jenkins:
379 label: 'deb12-amd64 deb12'
380 mode: EXCLUSIVE
381 - meta:
382 address: 172.18.16.44
383 lxd:
384 name: ci-node-deb12-amd64-1d-06
385 target: ci-host-amd64-1d
386 jenkins:
387 label: 'deb12-amd64 deb12'
388 mode: EXCLUSIVE
389 - meta:
390 address: 172.18.16.45
391 lxd:
392 name: ci-node-deb12-amd64-1d-07
393 target: ci-host-amd64-1d
394 jenkins:
395 label: 'deb12-amd64 deb12'
396 mode: EXCLUSIVE
397 - meta:
398 address: 172.18.16.46
399 lxd:
400 name: ci-node-deb12-amd64-1d-08
401 target: ci-host-amd64-1d
402 jenkins:
403 label: 'deb12-amd64 deb12'
404 mode: EXCLUSIVE
405 - meta:
406 address: 172.18.16.47
407 lxd:
408 name: ci-node-deb12-amd64-1d-09
409 target: ci-host-amd64-1d
410 jenkins:
411 label: 'deb12-amd64 deb12'
412 mode: EXCLUSIVE
413 - meta:
414 address: 172.18.16.48
415 lxd:
416 name: ci-node-deb12-amd64-1d-10
417 target: ci-host-amd64-1d
418 jenkins:
419 label: 'deb12-amd64 deb12'
420 mode: EXCLUSIVE
421 - meta:
422 address: 172.18.16.49
423 lxd:
424 name: ci-node-deb12-amd64-2a-01
425 target: ci-host-amd64-2a
426 jenkins:
427 label: 'deb12-amd64 deb12'
428 mode: EXCLUSIVE
429 - meta:
430 address: 172.18.16.50
431 lxd:
432 name: ci-node-deb12-amd64-2a-02
433 target: ci-host-amd64-2a
434 jenkins:
435 label: 'deb12-amd64 deb12'
436 mode: EXCLUSIVE
437 - meta:
438 address: 172.18.16.51
439 lxd:
440 name: ci-node-deb12-amd64-2a-03
441 target: ci-host-amd64-2a
442 jenkins:
443 label: 'deb12-amd64 deb12'
444 mode: EXCLUSIVE
445 - meta:
446 address: 172.18.16.52
447 lxd:
448 name: ci-node-deb12-amd64-2a-04
449 target: ci-host-amd64-2a
450 jenkins:
451 label: 'deb12-amd64 deb12'
452 mode: EXCLUSIVE
453 - meta:
454 address: 172.18.16.53
455 lxd:
456 name: ci-node-deb12-amd64-2a-05
457 target: ci-host-amd64-2a
458 jenkins:
459 label: 'deb12-amd64 deb12'
460 mode: EXCLUSIVE
461 - meta:
462 address: 172.18.16.54
463 lxd:
464 name: ci-node-deb12-amd64-2a-06
465 target: ci-host-amd64-2a
466 jenkins:
467 label: 'deb12-amd64 deb12'
468 mode: EXCLUSIVE
469 - meta:
470 address: 172.18.16.55
471 lxd:
472 name: ci-node-deb12-amd64-2a-07
473 target: ci-host-amd64-2a
474 jenkins:
475 label: 'deb12-amd64 deb12'
476 mode: EXCLUSIVE
477 - meta:
478 address: 172.18.16.56
479 lxd:
480 name: ci-node-deb12-amd64-2a-08
481 target: ci-host-amd64-2a
482 jenkins:
483 label: 'deb12-amd64 deb12'
484 mode: EXCLUSIVE
485 - meta:
486 address: 172.18.16.57
487 lxd:
488 name: ci-node-deb12-amd64-2a-09
489 target: ci-host-amd64-2a
490 jenkins:
491 label: 'deb12-amd64 deb12'
492 mode: EXCLUSIVE
493 - meta:
494 address: 172.18.16.58
495 lxd:
496 name: ci-node-deb12-amd64-2a-10
497 target: ci-host-amd64-2a
498 jenkins:
499 label: 'deb12-amd64 deb12'
500 mode: EXCLUSIVE
501 - meta:
502 address: 172.18.16.59
503 lxd:
504 name: ci-node-deb12-amd64-2b-01
505 target: ci-host-amd64-2b
506 jenkins:
507 label: 'deb12-amd64 deb12'
508 mode: EXCLUSIVE
509 - meta:
510 address: 172.18.16.60
511 lxd:
512 name: ci-node-deb12-amd64-2b-02
513 target: ci-host-amd64-2b
514 jenkins:
515 label: 'deb12-amd64 deb12'
516 mode: EXCLUSIVE
517 - meta:
518 address: 172.18.16.61
519 lxd:
520 name: ci-node-deb12-amd64-2b-03
521 target: ci-host-amd64-2b
522 jenkins:
523 label: 'deb12-amd64 deb12'
524 mode: EXCLUSIVE
525 - meta:
526 address: 172.18.16.62
527 lxd:
528 name: ci-node-deb12-amd64-2b-04
529 target: ci-host-amd64-2b
530 jenkins:
531 label: 'deb12-amd64 deb12'
532 mode: EXCLUSIVE
533 - meta:
534 address: 172.18.16.63
535 lxd:
536 name: ci-node-deb12-amd64-2b-05
537 target: ci-host-amd64-2b
538 jenkins:
539 label: 'deb12-amd64 deb12'
540 mode: EXCLUSIVE
541 - meta:
542 address: 172.18.16.64
543 lxd:
544 name: ci-node-deb12-amd64-2b-06
545 target: ci-host-amd64-2b
546 jenkins:
547 label: 'deb12-amd64 deb12'
548 mode: EXCLUSIVE
549 - meta:
550 address: 172.18.16.65
551 lxd:
552 name: ci-node-deb12-amd64-2b-07
553 target: ci-host-amd64-2b
554 jenkins:
555 label: 'deb12-amd64 deb12'
556 mode: EXCLUSIVE
557 - meta:
558 address: 172.18.16.66
559 lxd:
560 name: ci-node-deb12-amd64-2b-08
561 target: ci-host-amd64-2b
562 jenkins:
563 label: 'deb12-amd64 deb12'
564 mode: EXCLUSIVE
565 - meta:
566 address: 172.18.16.67
567 lxd:
568 name: ci-node-deb12-amd64-2b-09
569 target: ci-host-amd64-2b
570 jenkins:
571 label: 'deb12-amd64 deb12'
572 mode: EXCLUSIVE
573 - meta:
574 address: 172.18.16.68
575 lxd:
576 name: ci-node-deb12-amd64-2b-10
577 target: ci-host-amd64-2b
578 jenkins:
579 label: 'deb12-amd64 deb12'
580 mode: EXCLUSIVE
581 - meta:
582 address: 172.18.16.69
583 lxd:
584 name: ci-node-deb12-amd64-2c-01
585 target: ci-host-amd64-2c
586 jenkins:
587 label: 'deb12-amd64 deb12'
588 mode: EXCLUSIVE
589 - meta:
590 address: 172.18.16.70
591 lxd:
592 name: ci-node-deb12-amd64-2c-02
593 target: ci-host-amd64-2c
594 jenkins:
595 label: 'deb12-amd64 deb12'
596 mode: EXCLUSIVE
597 - meta:
598 address: 172.18.16.71
599 lxd:
600 name: ci-node-deb12-amd64-2c-03
601 target: ci-host-amd64-2c
602 jenkins:
603 label: 'deb12-amd64 deb12'
604 mode: EXCLUSIVE
605 - meta:
606 address: 172.18.16.72
607 lxd:
608 name: ci-node-deb12-amd64-2c-04
609 target: ci-host-amd64-2c
610 jenkins:
611 label: 'deb12-amd64 deb12'
612 mode: EXCLUSIVE
613 - meta:
614 address: 172.18.16.73
615 lxd:
616 name: ci-node-deb12-amd64-2c-05
617 target: ci-host-amd64-2c
618 jenkins:
619 label: 'deb12-amd64 deb12'
620 mode: EXCLUSIVE
621 - meta:
622 address: 172.18.16.74
623 lxd:
624 name: ci-node-deb12-amd64-2c-06
625 target: ci-host-amd64-2c
626 jenkins:
627 label: 'deb12-amd64 deb12'
628 mode: EXCLUSIVE
629 - meta:
630 address: 172.18.16.75
631 lxd:
632 name: ci-node-deb12-amd64-2c-07
633 target: ci-host-amd64-2c
634 jenkins:
635 label: 'deb12-amd64 deb12'
636 mode: EXCLUSIVE
637 - meta:
638 address: 172.18.16.76
639 lxd:
640 name: ci-node-deb12-amd64-2c-08
641 target: ci-host-amd64-2c
642 jenkins:
643 label: 'deb12-amd64 deb12'
644 mode: EXCLUSIVE
645 - meta:
646 address: 172.18.16.77
647 lxd:
648 name: ci-node-deb12-amd64-2c-09
649 target: ci-host-amd64-2c
650 jenkins:
651 label: 'deb12-amd64 deb12'
652 mode: EXCLUSIVE
653 - meta:
654 address: 172.18.16.78
655 lxd:
656 name: ci-node-deb12-amd64-2c-10
657 target: ci-host-amd64-2c
658 jenkins:
659 label: 'deb12-amd64 deb12'
660 mode: EXCLUSIVE
661 # @NOTE: debian/bookworm/cloud/i386 isn't an image
662 # available from images.linuxcontainers.org since they
663 # reduced architecture to save storage space. The instances
664 # below were produced from copies which weren't installed with
665 # cloud-init.
666 - meta:
667 address: 172.18.16.79
668 lxd:
669 name: ci-node-deb12-i386-1a-01
670 target: ci-host-amd64-1a
671 source:
672 alias: debian/bookworm/cloud/i386
673 jenkins:
674 label: 'deb12-i386 deb12'
675 mode: EXCLUSIVE
676 - meta:
677 address: 172.18.16.80
678 lxd:
679 name: ci-node-deb12-i386-1b-01
680 target: ci-host-amd64-1b
681 jenkins:
682 label: 'deb12-i386 deb12'
683 mode: EXCLUSIVE
684 - meta:
685 address: 172.18.16.81
686 lxd:
687 name: ci-node-deb12-i386-1c-01
688 target: ci-host-amd64-1c
689 jenkins:
690 label: 'deb12-i386 deb12'
691 mode: EXCLUSIVE
692 - meta:
693 address: 172.18.16.82
694 lxd:
695 name: ci-node-deb12-i386-1d-01
696 target: ci-host-amd64-1d
697 jenkins:
698 label: 'deb12-i386 deb12'
699 mode: EXCLUSIVE
700 - meta:
701 address: 172.18.16.83
702 lxd:
703 name: ci-node-deb12-i386-2a-01
704 target: ci-host-amd64-2a
705 jenkins:
706 label: 'deb12-i386 deb12'
707 mode: EXCLUSIVE
708 - meta:
709 address: 172.18.16.84
710 lxd:
711 name: ci-node-deb12-i386-2b-01
712 target: ci-host-amd64-2b
713 jenkins:
714 label: 'deb12-i386 deb12'
715 mode: EXCLUSIVE
716 - meta:
717 address: 172.18.16.85
718 lxd:
719 name: ci-node-deb12-i386-2c-01
720 target: ci-host-amd64-2c
721 jenkins:
722 label: 'deb12-i386 deb12'
723 mode: EXCLUSIVE
724 - meta:
725 address: 172.18.16.86
726 lxd:
727 name: ci-node-deb12-i386-2d-01
728 target: ci-host-amd64-2d
729 jenkins:
730 label: 'deb12-i386 deb12'
731 mode: EXCLUSIVE
732 - meta:
733 address: 172.18.16.91
734 lxd:
735 name: ci-node-sles15sp4-amd64-2a-01
736 target: ci-host-amd64-2a
737 source:
738 alias: 'sles/15.4/cloud/amd64/ci-node/lxd'
739 type: image
740 jenkins:
741 label: 'sles15sp4-amd64'
742 mode: EXCLUSIVE
743 - meta:
744 address: 172.18.16.92
745 lxd:
746 name: ci-node-sles15sp4-amd64-2b-01
747 target: ci-host-amd64-2b
748 source:
749 alias: 'sles/15.4/cloud/amd64/ci-node/lxd'
750 type: image
751 jenkins:
752 label: 'sles15sp4-amd64'
753 mode: EXCLUSIVE
754 - meta:
755 address: 172.18.16.93
756 lxd:
757 name: ci-node-sles15sp4-amd64-2c-01
758 target: ci-host-amd64-2c
759 source:
760 alias: 'sles/15.4/cloud/amd64/ci-node/lxd'
761 type: image
762 jenkins:
763 label: 'sles15sp4-amd64'
764 mode: EXCLUSIVE
765 - meta:
766 address: 172.18.16.94
767 lxd:
768 name: ci-node-sles15sp5-amd64-2a-01
769 target: ci-host-amd64-2a
770 source:
771 alias: 'sles/15.5/cloud/amd64/ci-node/lxd'
772 type: image
773 jenkins:
774 label: 'sles15sp5-amd64'
775 mode: EXCLUSIVE
776 - meta:
777 address: 172.18.16.95
778 lxd:
779 name: ci-node-sles15sp5-amd64-2b-01
780 target: ci-host-amd64-2b
781 source:
782 alias: 'sles/15.5/cloud/amd64/ci-node/lxd'
783 type: image
784 jenkins:
785 label: 'sles15sp5-amd64'
786 mode: EXCLUSIVE
787 - meta:
788 address: 172.18.16.96
789 lxd:
790 name: ci-node-sles15sp5-amd64-2c-01
791 target: ci-host-amd64-2c
792 source:
793 alias: 'sles/15.5/cloud/amd64/ci-node/lxd'
794 type: image
795 jenkins:
796 label: 'sles15sp5-amd64'
797 mode: EXCLUSIVE
798 - meta:
799 address: 172.18.16.97
800 jenkins:
801 label: 'sles12sp5-amd64'
802 mode: EXCLUSIVE
803 vm:
804 name: 'ci-node-sles12sp5-amd64-2a-01'
805 disk: '/var/lib/libvirt/images/ci-node-sles12sp5-amd64-2a-01.qcow'
806 host: 'ci-host-amd64-2a.internal.efficios.com'
807 - meta:
808 address: 172.18.16.98
809 jenkins:
810 label: 'sles12sp5-amd64'
811 mode: EXCLUSIVE
812 vm:
813 name: 'ci-node-sles12sp5-amd64-2b-01'
814 disk: '/var/lib/libvirt/images/ci-node-sles12sp5-amd64-2b-01.qcow'
815 host: 'ci-host-amd64-2b.internal.efficios.com'
816 - meta:
817 address: 172.18.16.99
818 jenkins:
819 label: 'sles12sp5-amd64'
820 mode: EXCLUSIVE
821 vm:
822 name: 'ci-node-sles12sp5-amd64-2c-01'
823 disk: '/var/lib/libvirt/images/ci-node-sles12sp5-amd64-2c-01.qcow'
824 host: 'ci-host-amd64-2c.internal.efficios.com'
825 # "Root " nodes in libvirt, since Jenkins can use the "libvirt agents" plugin
826 # to revert to a specific snapshot before running a job
827 #
828 # @NOTE: For Jenkins, the node configuration was initially created by cloning
829 # or creating the nodes as they use a type of node which isn't 'simple' to
830 # create through the API. The entire XML configuration would have to be written
831 # from scratch. In effect, templates may be a better long term solution than
832 # the current structure.
833 #
834 - jenkins:
835 name: 'ci-rootnode-deb12-amd64-1a-01'
836 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
837 mode: EXCLUSIVE
838 config:
839 remoteFS: '/root'
840 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
841 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1a-01'
842 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
843 launcher/delegate/port: '22'
844 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1a-01.internal.efficios.com'
845 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
846 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
847 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1a-01'
848 snapshotName: ''
849 beforeJobSnapshotName: 'base-configuration'
850 startupWaitingPeriodSeconds: '20'
851 launcher/waitTimeMs: '20000'
852 shutdownMethod: 'destroy'
853 vm:
854 name: 'ci-rootnode-deb12-amd64-1a-01'
855 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1a-01.qcow'
856 host: 'ci-host-amd64-1a.internal.efficios.com'
857 meta:
858 address: 172.18.17.1
859 - jenkins:
860 name: 'ci-rootnode-deb12-i386-1a-01'
861 label: 'deb12 deb12-i386-rootnode'
862 mode: EXCLUSIVE
863 config:
864 remoteFS: '/root'
865 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
866 launcher/virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
867 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
868 launcher/delegate/port: '22'
869 launcher/delegate/host: 'ci-rootnode-deb12-i386-1a-01.internal.efficios.com'
870 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
871 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
872 ./virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
873 snapshotName: ''
874 beforeJobSnapshotName: 'base-configuration'
875 startupWaitingPeriodSeconds: '20'
876 launcher/waitTimeMs: '20000'
877 shutdownMethod: 'destroy'
878 vm:
879 name: 'ci-rootnode-deb12-i386-1a-01'
880 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-i386-1a-01.qcow'
881 host: 'ci-host-amd64-1a.internal.efficios.com'
882 meta:
883 address: 172.18.17.2
884 - jenkins:
885 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
886 name: 'ci-rootnode-deb12-amd64-1b-01'
887 mode: EXCLUSIVE
888 config:
889 remoteFS: '/root'
890 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1b.internal.efficios.com'
891 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1b-01'
892 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
893 launcher/delegate/port: '22'
894 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1b-01.internal.efficios.com'
895 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
896 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1b.internal.efficios.com'
897 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1b-01'
898 snapshotName: ''
899 beforeJobSnapshotName: 'base-configuration'
900 startupWaitingPeriodSeconds: '20'
901 launcher/waitTimeMs: '20000'
902 shutdownMethod: 'destroy'
903 vm:
904 name: 'ci-rootnode-deb12-amd64-1b-01'
905 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1b-01.qcow'
906 host: 'ci-host-amd64-1b.internal.efficios.com'
907 meta:
908 address: 172.18.17.3
909 - jenkins:
910 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
911 name: 'ci-rootnode-deb12-amd64-1c-01'
912 mode: EXCLUSIVE
913 config:
914 remoteFS: '/root'
915 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
916 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1c-01'
917 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
918 launcher/delegate/port: '22'
919 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1c-01.internal.efficios.com'
920 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
921 snapshotName: ''
922 beforeJobSnapshotName: 'base-configuration'
923 startupWaitingPeriodSeconds: '20'
924 launcher/waitTimeMs: '20000'
925 shutdownMethod: 'destroy'
926 vm:
927 name: 'ci-rootnode-deb12-amd64-1c-01'
928 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1c-01.qcow'
929 host: 'ci-host-amd64-1c.internal.efficios.com'
930 meta:
931 address: 172.18.17.4
932 - jenkins:
933 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
934 name: 'ci-rootnode-deb12-amd64-1d-01'
935 config:
936 remoteFS: '/root'
937 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
938 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1d-01'
939 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
940 launcher/delegate/port: '22'
941 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1d-01.internal.efficios.com'
942 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
943 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
944 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1d-01'
945 snapshotName: ''
946 beforeJobSnapshotName: 'base-configuration'
947 startupWaitingPeriodSeconds: '20'
948 launcher/waitTimeMs: '20000'
949 shutdownMethod: 'destroy'
950 vm:
951 name: 'ci-rootnode-deb12-amd64-1d-01'
952 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1d-01.qcow'
953 host: 'ci-host-amd64-1d.internal.efficios.com'
954 meta:
955 address: 172.18.17.5
956 - jenkins:
957 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
958 name: 'ci-rootnode-deb12-amd64-2a-01'
959 mode: EXCLUSIVE
960 config:
961 remoteFS: '/root'
962 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2a.internal.efficios.com'
963 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2a-01'
964 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
965 launcher/delegate/port: '22'
966 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2a-01.internal.efficios.com'
967 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
968 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2a.internal.efficios.com'
969 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2a-01'
970 snapshotName: ''
971 beforeJobSnapshotName: 'base-configuration'
972 startupWaitingPeriodSeconds: '20'
973 shutdownMethod: 'destroy'
974 vm:
975 name: 'ci-rootnode-deb12-amd64-2a-01'
976 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2a-01.qcow'
977 host: 'ci-host-amd64-2a.internal.efficios.com'
978 meta:
979 address: 172.18.17.6
980 - jenkins:
981 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
982 name: 'ci-rootnode-deb12-amd64-2b-01'
983 mode: EXCLUSIVE
984 config:
985 remoteFS: '/root'
986 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2b.internal.efficios.com'
987 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2b-01'
988 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
989 launcher/delegate/port: '22'
990 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2b-01.internal.efficios.com'
991 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
992 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2b.internal.efficios.com'
993 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2b-01'
994 snapshotName: ''
995 beforeJobSnapshotName: 'base-configuration'
996 startupWaitingPeriodSeconds: '20'
997 launcher/waitTimeMs: '20000'
998 shutdownMethod: 'destroy'
999 vm:
1000 name: 'ci-rootnode-deb12-amd64-2b-01'
1001 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2b-01.qcow'
1002 host: 'ci-host-amd64-2b.internal.efficios.com'
1003 meta:
1004 address: 172.18.17.7
1005 - jenkins:
1006 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1007 name: 'ci-rootnode-deb12-amd64-2c-01'
1008 mode: EXCLUSIVE
1009 config:
1010 remoteFS: '/root'
1011 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2c.internal.efficios.com'
1012 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2c-01'
1013 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1014 launcher/delegate/port: '22'
1015 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2c-01.internal.efficios.com'
1016 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1017 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2c.internal.efficios.com'
1018 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2c-01'
1019 snapshotName: ''
1020 beforeJobSnapshotName: 'base-configuration'
1021 startupWaitingPeriodSeconds: '20'
1022 launcher/waitTimeMs: '20000'
1023 shutdownMethod: 'destroy'
1024 vm:
1025 name: 'ci-rootnode-deb12-amd64-2c-01'
1026 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2c-01.qcow'
1027 host: 'ci-host-amd64-2c.internal.efficios.com'
1028 meta:
1029 address: 172.18.17.8
1030 - jenkins:
1031 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1032 name: 'ci-rootnode-deb12-amd64-2d-01'
1033 mode: EXCLUSIVE
1034 config:
1035 remoteFS: '/root'
1036 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2d.internal.efficios.com'
1037 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2d-01'
1038 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1039 launcher/delegate/port: '22'
1040 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2d-01.internal.efficios.com'
1041 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1042 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2d.internal.efficios.com'
1043 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2d-01'
1044 snapshotName: ''
1045 beforeJobSnapshotName: 'base-configuration'
1046 startupWaitingPeriodSeconds: '20'
1047 launcher/waitTimeMs: '20000'
1048 shutdownMethod: 'destroy'
1049 vm:
1050 name: 'ci-rootnode-deb12-amd64-2d-01'
1051 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2d-01.qcow'
1052 host: 'ci-host-amd64-2d.internal.efficios.com'
1053 meta:
1054 address: 172.18.17.9
1055 - jenkins:
1056 label: 'deb12 deb12-amd64-rootnode amd64-rootnode-linux5'
1057 name: 'ci-rootnode-deb12-amd64-1c-02'
1058 mode: EXCLUSIVE
1059 config:
1060 remoteFS: '/root'
1061 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
1062 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1c-02'
1063 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1064 launcher/delegate/port: '22'
1065 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1c-02.internal.efficios.com'
1066 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1067 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
1068 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1c-02'
1069 snapshotName: ''
1070 beforeJobSnapshotName: 'base-configuration'
1071 startupWaitingPeriodSeconds: '20'
1072 launcher/waitTimeMs: '20000'
1073 shutdownMethod: 'destroy'
1074 vm:
1075 name: 'ci-rootnode-deb12-amd64-1c-02'
1076 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1c-02.qcow'
1077 host: 'ci-host-amd64-1c.internal.efficios.com'
1078 meta:
1079 address: 172.18.17.10
1080 - jenkins:
1081 label: 'sles15sp4-amd64-rootnode'
1082 name: 'ci-rootnode-sles15sp4-amd64-1d-01'
1083 mode: EXCLUSIVE
1084 config:
1085 remoteFS: '/root'
1086 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1087 launcher/virtualMachineName: 'ci-rootnode-sles15sp4-amd64-1d-01'
1088 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1089 launcher/delegate/port: '22'
1090 launcher/delegate/host: 'ci-rootnode-sles15sp4-amd64-1d-01.internal.efficios.com'
1091 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1092 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1093 ./virtualMachineName: 'ci-rootnode-sles15sp4-amd64-1d-01'
1094 snapshotName: ''
1095 beforeJobSnapshotName: 'base-configuration'
1096 startupWaitingPeriodSeconds: '30'
1097 launcher/waitTimeMs: '30000'
1098 shutdownMethod: 'destroy'
1099 vm:
1100 name: 'ci-rootnode-sles15sp4-amd64-1d-01'
1101 disk: '/var/lib/libvirt/images/ci-rootnode-sles15sp4-amd64-1d-01.qcow'
1102 host: 'ci-host-amd64-1d.internal.efficios.com'
1103 meta:
1104 address: 172.18.17.13
1105 - jenkins:
1106 label: 'el8-amd64-rootnode'
1107 name: 'ci-rootnode-el8-amd64-1d-01'
1108 mode: EXCLUSIVE
1109 config:
1110 remoteFS: '/root'
1111 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1112 launcher/virtualMachineName: 'ci-rootnode-el8-amd64-1d-01'
1113 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1114 launcher/delegate/port: '22'
1115 launcher/delegate/host: 'ci-rootnode-el8-amd64-1d-01.internal.efficios.com'
1116 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1117 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1118 ./virtualMachineName: 'ci-rootnode-el8-amd64-1d-01'
1119 snapshotName: ''
1120 beforeJobSnapshotName: 'base-configuration'
1121 startupWaitingPeriodSeconds: '30'
1122 launcher/waitTimeMs: '30000'
1123 shutdownMethod: 'destroy'
1124 vm:
1125 name: 'ci-rootnode-el8-amd64-1d-01'
1126 disk: '/var/lib/libvirt/images/ci-rootnode-el8-amd64-1d-01.qcow'
1127 host: 'ci-host-amd64-1d.internal.efficios.com'
1128 meta:
1129 address: 172.18.17.14
1130 # VMs for running tests using lava
1131 - jenkins: {}
1132 meta: {}
1133 vm:
1134 name: 'lava-node-amd64-01'
1135 disk: '/var/lib/libvirt/images/lava-node-amd64-01.qcow'
1136 disk_capacity: '10G'
1137 host: 'ci-host-amd64-2d.internal.efficios.com'
1138 - jenkins: {}
1139 meta: {}
1140 vm:
1141 name: 'lava-node-amd64-02'
1142 disk: '/var/lib/libvirt/images/lava-node-amd64-02.qcow'
1143 disk_capacity: '10G'
1144 host: 'ci-host-amd64-2d.internal.efficios.com'
1145 - jenkins: {}
1146 meta: {}
1147 vm:
1148 name: 'lava-node-amd64-03'
1149 disk: '/var/lib/libvirt/images/lava-node-amd64-03.qcow'
1150 disk_capacity: '10G'
1151 host: 'ci-host-amd64-2d.internal.efficios.com'
1152 - jenkins: {}
1153 meta: {}
1154 vm:
1155 name: 'lava-node-amd64-04'
1156 disk: '/var/lib/libvirt/images/lava-node-amd64-04.qcow'
1157 disk_capacity: '10G'
1158 host: 'ci-host-amd64-2d.internal.efficios.com'
1159 - jenkins: {}
1160 meta: {}
1161 vm:
1162 name: 'lava-node-amd64-05'
1163 disk: '/var/lib/libvirt/images/lava-node-amd64-05.qcow'
1164 disk_capacity: '10G'
1165 host: 'ci-host-amd64-2d.internal.efficios.com'
This page took 0.057487 seconds and 5 git commands to generate.