d6fee3816770420b5308f407a07938b5a32053bd
[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 # ci-host-arm64-1a
86 - meta:
87 address: 172.18.16.87
88 lxd:
89 name: ci-node-deb12-arm64-1a-01
90 target: ci-host-arm64-1a
91 profiles:
92 - ci-node
93 - ci-node-arm
94 source:
95 type: image
96 server: https://images.linuxcontainers.org
97 protocol: simplestreams
98 mode: pull
99 alias: debian/bookworm/cloud/arm64
100 jenkins:
101 label: 'deb12-arm64 deb12'
102 mode: EXCLUSIVE
103 - meta:
104 address: 172.18.16.88
105 lxd:
106 name: ci-node-deb12-armhf-1a-01
107 target: ci-host-arm64-1a
108 profiles:
109 - ci-node
110 - ci-node-arm
111 source:
112 type: image
113 server: https://images.linuxcontainers.org
114 protocol: simplestreams
115 mode: pull
116 alias: debian/bookworm/cloud/armhf
117 jenkins:
118 label: 'deb12-armhf deb12'
119 mode: EXCLUSIVE
120 # ci-host-arm64-1b
121 - meta:
122 address: 172.18.16.89
123 lxd:
124 name: ci-node-deb12-arm64-1b-01
125 target: ci-host-arm64-1b
126 profiles:
127 - ci-node
128 - ci-node-arm
129 source:
130 type: image
131 server: https://images.linuxcontainers.org
132 protocol: simplestreams
133 mode: pull
134 alias: debian/bookworm/cloud/arm64
135 jenkins:
136 label: 'deb12-arm64 deb12'
137 mode: EXCLUSIVE
138 - meta:
139 address: 172.18.16.90
140 lxd:
141 name: ci-node-deb12-armhf-1b-01
142 target: ci-host-arm64-1b
143 profiles:
144 - ci-node
145 - ci-node-arm
146 source:
147 type: image
148 server: https://images.linuxcontainers.org
149 protocol: simplestreams
150 mode: pull
151 alias: debian/bookworm/cloud/armhf
152 jenkins:
153 label: 'deb12-armhf deb12'
154 mode: EXCLUSIVE
155 # ci-host-arm64-2a
156 - meta:
157 address: 172.18.16.100
158 lxd:
159 name: ci-node-deb12-arm64-2a-01
160 target: ci-host-arm64-2a
161 profiles:
162 - ci-node
163 - ci-node-arm
164 source:
165 type: image
166 server: https://images.linuxcontainers.org
167 protocol: simplestreams
168 mode: pull
169 alias: debian/bookworm/cloud/arm64
170 jenkins:
171 label: 'deb12-arm64 deb12'
172 mode: EXCLUSIVE
173 - meta:
174 address: 172.18.16.101
175 lxd:
176 name: ci-node-deb12-armhf-2a-01
177 target: ci-host-arm64-2a
178 profiles:
179 - ci-node
180 - ci-node-arm
181 source:
182 type: image
183 server: https://images.linuxcontainers.org
184 protocol: simplestreams
185 mode: pull
186 alias: debian/bookworm/cloud/armhf
187 jenkins:
188 label: 'deb12-armhf deb12'
189 mode: EXCLUSIVE
190 # ci-host-arm64-2b
191 - meta:
192 address: 172.18.16.102
193 lxd:
194 name: ci-node-deb12-arm64-2b-01
195 target: ci-host-arm64-2b
196 profiles:
197 - ci-node
198 - ci-node-arm
199 source:
200 type: image
201 server: https://images.linuxcontainers.org
202 protocol: simplestreams
203 mode: pull
204 alias: debian/bookworm/cloud/arm64
205 jenkins:
206 label: 'deb12-arm64 deb12'
207 mode: EXCLUSIVE
208 - meta:
209 address: 172.18.16.103
210 lxd:
211 name: ci-node-deb12-armhf-2b-01
212 target: ci-host-arm64-2b
213 profiles:
214 - ci-node
215 - ci-node-arm
216 source:
217 type: image
218 server: https://images.linuxcontainers.org
219 protocol: simplestreams
220 mode: pull
221 alias: debian/bookworm/cloud/armhf
222 jenkins:
223 label: 'deb12-armhf deb12'
224 mode: EXCLUSIVE
225 - meta:
226 address: 172.18.18.1
227 lxd:
228 name: git-mirror02
229 target: ci-host-amd64-1c
230 config:
231 # Using a privileged container here means we can avoid doing
232 # uid/gid mapping and reduce the work done during file IO
233 security.privileged: 'true'
234 devices:
235 git-mirror:
236 path: /storage/git-mirror
237 # This was created manually:
238 # zfs create -o mountpoint=/storage/git-mirror tank/lxd/custom/git-mirror
239 source: /storage/git-mirror
240 type: disk
241 - meta:
242 address: 172.18.16.9
243 lxd:
244 name: ci-node-deb12-amd64-1a-01
245 target: ci-host-amd64-1a
246 jenkins:
247 label: 'deb12-amd64 deb12'
248 mode: EXCLUSIVE
249 - meta:
250 address: 172.18.16.10
251 lxd:
252 name: ci-node-deb12-amd64-1a-02
253 target: ci-host-amd64-1a
254 jenkins:
255 label: 'deb12-amd64 deb12'
256 mode: EXCLUSIVE
257 - meta:
258 address: 172.18.16.11
259 lxd:
260 name: ci-node-deb12-amd64-1a-03
261 target: ci-host-amd64-1a
262 jenkins:
263 label: 'deb12-amd64 deb12'
264 mode: EXCLUSIVE
265 - meta:
266 address: 172.18.16.12
267 lxd:
268 name: ci-node-deb12-amd64-1a-04
269 target: ci-host-amd64-1a
270 jenkins:
271 label: 'deb12-amd64 deb12'
272 mode: EXCLUSIVE
273 - meta:
274 address: 172.18.16.13
275 lxd:
276 name: ci-node-deb12-amd64-1a-05
277 target: ci-host-amd64-1a
278 jenkins:
279 label: 'deb12-amd64 deb12'
280 mode: EXCLUSIVE
281 - meta:
282 address: 172.18.16.14
283 lxd:
284 name: ci-node-deb12-amd64-1a-06
285 target: ci-host-amd64-1a
286 jenkins:
287 label: 'deb12-amd64 deb12'
288 mode: EXCLUSIVE
289 - meta:
290 address: 172.18.16.15
291 lxd:
292 name: ci-node-deb12-amd64-1a-07
293 target: ci-host-amd64-1a
294 jenkins:
295 label: 'deb12-amd64 deb12'
296 mode: EXCLUSIVE
297 - meta:
298 address: 172.18.16.16
299 lxd:
300 name: ci-node-deb12-amd64-1a-08
301 target: ci-host-amd64-1a
302 jenkins:
303 label: 'deb12-amd64 deb12'
304 mode: EXCLUSIVE
305 - meta:
306 address: 172.18.16.17
307 lxd:
308 name: ci-node-deb12-amd64-1a-09
309 target: ci-host-amd64-1a
310 jenkins:
311 label: 'deb12-amd64 deb12'
312 mode: EXCLUSIVE
313 - meta:
314 address: 172.18.16.18
315 lxd:
316 name: ci-node-deb12-amd64-1a-10
317 target: ci-host-amd64-1a
318 jenkins:
319 label: 'deb12-amd64 deb12'
320 mode: EXCLUSIVE
321 - meta:
322 address: 172.18.16.19
323 lxd:
324 name: ci-node-deb12-amd64-1b-01
325 target: ci-host-amd64-1b
326 jenkins:
327 label: 'deb12-amd64 deb12'
328 mode: EXCLUSIVE
329 - meta:
330 address: 172.18.16.20
331 lxd:
332 name: ci-node-deb12-amd64-1b-02
333 target: ci-host-amd64-1b
334 jenkins:
335 label: 'deb12-amd64 deb12'
336 mode: EXCLUSIVE
337 - meta:
338 address: 172.18.16.21
339 lxd:
340 name: ci-node-deb12-amd64-1b-03
341 target: ci-host-amd64-1b
342 jenkins:
343 label: 'deb12-amd64 deb12'
344 mode: EXCLUSIVE
345 - meta:
346 address: 172.18.16.22
347 lxd:
348 name: ci-node-deb12-amd64-1b-04
349 target: ci-host-amd64-1b
350 jenkins:
351 label: 'deb12-amd64 deb12'
352 mode: EXCLUSIVE
353 - meta:
354 address: 172.18.16.23
355 lxd:
356 name: ci-node-deb12-amd64-1b-05
357 target: ci-host-amd64-1b
358 jenkins:
359 label: 'deb12-amd64 deb12'
360 mode: EXCLUSIVE
361 - meta:
362 address: 172.18.16.24
363 lxd:
364 name: ci-node-deb12-amd64-1b-06
365 target: ci-host-amd64-1b
366 jenkins:
367 label: 'deb12-amd64 deb12'
368 mode: EXCLUSIVE
369 - meta:
370 address: 172.18.16.25
371 lxd:
372 name: ci-node-deb12-amd64-1b-07
373 target: ci-host-amd64-1b
374 jenkins:
375 label: 'deb12-amd64 deb12'
376 mode: EXCLUSIVE
377 - meta:
378 address: 172.18.16.26
379 lxd:
380 name: ci-node-deb12-amd64-1b-08
381 target: ci-host-amd64-1b
382 jenkins:
383 label: 'deb12-amd64 deb12'
384 mode: EXCLUSIVE
385 - meta:
386 address: 172.18.16.27
387 lxd:
388 name: ci-node-deb12-amd64-1b-09
389 target: ci-host-amd64-1b
390 jenkins:
391 label: 'deb12-amd64 deb12'
392 mode: EXCLUSIVE
393 - meta:
394 address: 172.18.16.28
395 lxd:
396 name: ci-node-deb12-amd64-1b-10
397 target: ci-host-amd64-1b
398 jenkins:
399 label: 'deb12-amd64 deb12'
400 mode: EXCLUSIVE
401 - meta:
402 address: 172.18.16.29
403 lxd:
404 name: ci-node-deb12-amd64-1c-01
405 target: ci-host-amd64-1c
406 jenkins:
407 label: 'deb12-amd64 deb12'
408 mode: EXCLUSIVE
409 - meta:
410 address: 172.18.16.30
411 lxd:
412 name: ci-node-deb12-amd64-1c-02
413 target: ci-host-amd64-1c
414 jenkins:
415 label: 'deb12-amd64 deb12'
416 mode: EXCLUSIVE
417 - meta:
418 address: 172.18.16.31
419 lxd:
420 name: ci-node-deb12-amd64-1c-03
421 target: ci-host-amd64-1c
422 jenkins:
423 label: 'deb12-amd64 deb12'
424 mode: EXCLUSIVE
425 - meta:
426 address: 172.18.16.32
427 lxd:
428 name: ci-node-deb12-amd64-1c-04
429 target: ci-host-amd64-1c
430 jenkins:
431 label: 'deb12-amd64 deb12'
432 mode: EXCLUSIVE
433 - meta:
434 address: 172.18.16.33
435 lxd:
436 name: ci-node-deb12-amd64-1c-05
437 target: ci-host-amd64-1c
438 jenkins:
439 label: 'deb12-amd64 deb12'
440 mode: EXCLUSIVE
441 - meta:
442 address: 172.18.16.34
443 lxd:
444 name: ci-node-deb12-amd64-1c-06
445 target: ci-host-amd64-1c
446 jenkins:
447 label: 'deb12-amd64 deb12'
448 mode: EXCLUSIVE
449 - meta:
450 address: 172.18.16.35
451 lxd:
452 name: ci-node-deb12-amd64-1c-07
453 target: ci-host-amd64-1c
454 jenkins:
455 label: 'deb12-amd64 deb12'
456 mode: EXCLUSIVE
457 - meta:
458 address: 172.18.16.36
459 lxd:
460 name: ci-node-deb12-amd64-1c-08
461 target: ci-host-amd64-1c
462 jenkins:
463 label: 'deb12-amd64 deb12'
464 mode: EXCLUSIVE
465 - meta:
466 address: 172.18.16.37
467 lxd:
468 name: ci-node-deb12-amd64-1c-09
469 target: ci-host-amd64-1c
470 jenkins:
471 label: 'deb12-amd64 deb12'
472 mode: EXCLUSIVE
473 - meta:
474 address: 172.18.16.38
475 lxd:
476 name: ci-node-deb12-amd64-1c-10
477 target: ci-host-amd64-1c
478 jenkins:
479 label: 'deb12-amd64 deb12'
480 mode: EXCLUSIVE
481 - meta:
482 address: 172.18.16.39
483 lxd:
484 name: ci-node-deb12-amd64-1d-01
485 target: ci-host-amd64-1d
486 jenkins:
487 label: 'deb12-amd64 deb12'
488 mode: EXCLUSIVE
489 - meta:
490 address: 172.18.16.40
491 lxd:
492 name: ci-node-deb12-amd64-1d-02
493 target: ci-host-amd64-1d
494 jenkins:
495 label: 'deb12-amd64 deb12'
496 mode: EXCLUSIVE
497 - meta:
498 address: 172.18.16.41
499 lxd:
500 name: ci-node-deb12-amd64-1d-03
501 target: ci-host-amd64-1d
502 jenkins:
503 label: 'deb12-amd64 deb12'
504 mode: EXCLUSIVE
505 - meta:
506 address: 172.18.16.42
507 lxd:
508 name: ci-node-deb12-amd64-1d-04
509 target: ci-host-amd64-1d
510 jenkins:
511 label: 'deb12-amd64 deb12'
512 mode: EXCLUSIVE
513 - meta:
514 address: 172.18.16.43
515 lxd:
516 name: ci-node-deb12-amd64-1d-05
517 target: ci-host-amd64-1d
518 jenkins:
519 label: 'deb12-amd64 deb12'
520 mode: EXCLUSIVE
521 - meta:
522 address: 172.18.16.44
523 lxd:
524 name: ci-node-deb12-amd64-1d-06
525 target: ci-host-amd64-1d
526 jenkins:
527 label: 'deb12-amd64 deb12'
528 mode: EXCLUSIVE
529 - meta:
530 address: 172.18.16.45
531 lxd:
532 name: ci-node-deb12-amd64-1d-07
533 target: ci-host-amd64-1d
534 jenkins:
535 label: 'deb12-amd64 deb12'
536 mode: EXCLUSIVE
537 - meta:
538 address: 172.18.16.46
539 lxd:
540 name: ci-node-deb12-amd64-1d-08
541 target: ci-host-amd64-1d
542 jenkins:
543 label: 'deb12-amd64 deb12'
544 mode: EXCLUSIVE
545 - meta:
546 address: 172.18.16.47
547 lxd:
548 name: ci-node-deb12-amd64-1d-09
549 target: ci-host-amd64-1d
550 jenkins:
551 label: 'deb12-amd64 deb12'
552 mode: EXCLUSIVE
553 - meta:
554 address: 172.18.16.48
555 lxd:
556 name: ci-node-deb12-amd64-1d-10
557 target: ci-host-amd64-1d
558 jenkins:
559 label: 'deb12-amd64 deb12'
560 mode: EXCLUSIVE
561 - meta:
562 address: 172.18.16.49
563 lxd:
564 name: ci-node-deb12-amd64-2a-01
565 target: ci-host-amd64-2a
566 jenkins:
567 label: 'deb12-amd64 deb12'
568 mode: EXCLUSIVE
569 - meta:
570 address: 172.18.16.50
571 lxd:
572 name: ci-node-deb12-amd64-2a-02
573 target: ci-host-amd64-2a
574 jenkins:
575 label: 'deb12-amd64 deb12'
576 mode: EXCLUSIVE
577 - meta:
578 address: 172.18.16.51
579 lxd:
580 name: ci-node-deb12-amd64-2a-03
581 target: ci-host-amd64-2a
582 jenkins:
583 label: 'deb12-amd64 deb12'
584 mode: EXCLUSIVE
585 - meta:
586 address: 172.18.16.52
587 lxd:
588 name: ci-node-deb12-amd64-2a-04
589 target: ci-host-amd64-2a
590 jenkins:
591 label: 'deb12-amd64 deb12'
592 mode: EXCLUSIVE
593 - meta:
594 address: 172.18.16.53
595 lxd:
596 name: ci-node-deb12-amd64-2a-05
597 target: ci-host-amd64-2a
598 jenkins:
599 label: 'deb12-amd64 deb12'
600 mode: EXCLUSIVE
601 - meta:
602 address: 172.18.16.54
603 lxd:
604 name: ci-node-deb12-amd64-2a-06
605 target: ci-host-amd64-2a
606 jenkins:
607 label: 'deb12-amd64 deb12'
608 mode: EXCLUSIVE
609 - meta:
610 address: 172.18.16.55
611 lxd:
612 name: ci-node-deb12-amd64-2a-07
613 target: ci-host-amd64-2a
614 jenkins:
615 label: 'deb12-amd64 deb12'
616 mode: EXCLUSIVE
617 - meta:
618 address: 172.18.16.56
619 lxd:
620 name: ci-node-deb12-amd64-2a-08
621 target: ci-host-amd64-2a
622 jenkins:
623 label: 'deb12-amd64 deb12'
624 mode: EXCLUSIVE
625 - meta:
626 address: 172.18.16.57
627 lxd:
628 name: ci-node-deb12-amd64-2a-09
629 target: ci-host-amd64-2a
630 jenkins:
631 label: 'deb12-amd64 deb12'
632 mode: EXCLUSIVE
633 - meta:
634 address: 172.18.16.58
635 lxd:
636 name: ci-node-deb12-amd64-2a-10
637 target: ci-host-amd64-2a
638 jenkins:
639 label: 'deb12-amd64 deb12'
640 mode: EXCLUSIVE
641 - meta:
642 address: 172.18.16.59
643 lxd:
644 name: ci-node-deb12-amd64-2b-01
645 target: ci-host-amd64-2b
646 jenkins:
647 label: 'deb12-amd64 deb12'
648 mode: EXCLUSIVE
649 - meta:
650 address: 172.18.16.60
651 lxd:
652 name: ci-node-deb12-amd64-2b-02
653 target: ci-host-amd64-2b
654 jenkins:
655 label: 'deb12-amd64 deb12'
656 mode: EXCLUSIVE
657 - meta:
658 address: 172.18.16.61
659 lxd:
660 name: ci-node-deb12-amd64-2b-03
661 target: ci-host-amd64-2b
662 jenkins:
663 label: 'deb12-amd64 deb12'
664 mode: EXCLUSIVE
665 - meta:
666 address: 172.18.16.62
667 lxd:
668 name: ci-node-deb12-amd64-2b-04
669 target: ci-host-amd64-2b
670 jenkins:
671 label: 'deb12-amd64 deb12'
672 mode: EXCLUSIVE
673 - meta:
674 address: 172.18.16.63
675 lxd:
676 name: ci-node-deb12-amd64-2b-05
677 target: ci-host-amd64-2b
678 jenkins:
679 label: 'deb12-amd64 deb12'
680 mode: EXCLUSIVE
681 - meta:
682 address: 172.18.16.64
683 lxd:
684 name: ci-node-deb12-amd64-2b-06
685 target: ci-host-amd64-2b
686 jenkins:
687 label: 'deb12-amd64 deb12'
688 mode: EXCLUSIVE
689 - meta:
690 address: 172.18.16.65
691 lxd:
692 name: ci-node-deb12-amd64-2b-07
693 target: ci-host-amd64-2b
694 jenkins:
695 label: 'deb12-amd64 deb12'
696 mode: EXCLUSIVE
697 - meta:
698 address: 172.18.16.66
699 lxd:
700 name: ci-node-deb12-amd64-2b-08
701 target: ci-host-amd64-2b
702 jenkins:
703 label: 'deb12-amd64 deb12'
704 mode: EXCLUSIVE
705 - meta:
706 address: 172.18.16.67
707 lxd:
708 name: ci-node-deb12-amd64-2b-09
709 target: ci-host-amd64-2b
710 jenkins:
711 label: 'deb12-amd64 deb12'
712 mode: EXCLUSIVE
713 - meta:
714 address: 172.18.16.68
715 lxd:
716 name: ci-node-deb12-amd64-2b-10
717 target: ci-host-amd64-2b
718 jenkins:
719 label: 'deb12-amd64 deb12'
720 mode: EXCLUSIVE
721 - meta:
722 address: 172.18.16.69
723 lxd:
724 name: ci-node-deb12-amd64-2c-01
725 target: ci-host-amd64-2c
726 jenkins:
727 label: 'deb12-amd64 deb12'
728 mode: EXCLUSIVE
729 - meta:
730 address: 172.18.16.70
731 lxd:
732 name: ci-node-deb12-amd64-2c-02
733 target: ci-host-amd64-2c
734 jenkins:
735 label: 'deb12-amd64 deb12'
736 mode: EXCLUSIVE
737 - meta:
738 address: 172.18.16.71
739 lxd:
740 name: ci-node-deb12-amd64-2c-03
741 target: ci-host-amd64-2c
742 jenkins:
743 label: 'deb12-amd64 deb12'
744 mode: EXCLUSIVE
745 - meta:
746 address: 172.18.16.72
747 lxd:
748 name: ci-node-deb12-amd64-2c-04
749 target: ci-host-amd64-2c
750 jenkins:
751 label: 'deb12-amd64 deb12'
752 mode: EXCLUSIVE
753 - meta:
754 address: 172.18.16.73
755 lxd:
756 name: ci-node-deb12-amd64-2c-05
757 target: ci-host-amd64-2c
758 jenkins:
759 label: 'deb12-amd64 deb12'
760 mode: EXCLUSIVE
761 - meta:
762 address: 172.18.16.74
763 lxd:
764 name: ci-node-deb12-amd64-2c-06
765 target: ci-host-amd64-2c
766 jenkins:
767 label: 'deb12-amd64 deb12'
768 mode: EXCLUSIVE
769 - meta:
770 address: 172.18.16.75
771 lxd:
772 name: ci-node-deb12-amd64-2c-07
773 target: ci-host-amd64-2c
774 jenkins:
775 label: 'deb12-amd64 deb12'
776 mode: EXCLUSIVE
777 - meta:
778 address: 172.18.16.76
779 lxd:
780 name: ci-node-deb12-amd64-2c-08
781 target: ci-host-amd64-2c
782 jenkins:
783 label: 'deb12-amd64 deb12'
784 mode: EXCLUSIVE
785 - meta:
786 address: 172.18.16.77
787 lxd:
788 name: ci-node-deb12-amd64-2c-09
789 target: ci-host-amd64-2c
790 jenkins:
791 label: 'deb12-amd64 deb12'
792 mode: EXCLUSIVE
793 - meta:
794 address: 172.18.16.78
795 lxd:
796 name: ci-node-deb12-amd64-2c-10
797 target: ci-host-amd64-2c
798 jenkins:
799 label: 'deb12-amd64 deb12'
800 mode: EXCLUSIVE
801 # @NOTE: debian/bookworm/cloud/i386 isn't an image
802 # available from images.linuxcontainers.org since they
803 # reduced architecture to save storage space. The instances
804 # below were produced from copies which weren't installed with
805 # cloud-init.
806 - meta:
807 address: 172.18.16.79
808 lxd:
809 name: ci-node-deb12-i386-1a-01
810 target: ci-host-amd64-1a
811 source:
812 alias: debian/bookworm/cloud/i386
813 jenkins:
814 label: 'deb12-i386 deb12'
815 mode: EXCLUSIVE
816 - meta:
817 address: 172.18.16.80
818 lxd:
819 name: ci-node-deb12-i386-1b-01
820 target: ci-host-amd64-1b
821 jenkins:
822 label: 'deb12-i386 deb12'
823 mode: EXCLUSIVE
824 - meta:
825 address: 172.18.16.81
826 lxd:
827 name: ci-node-deb12-i386-1c-01
828 target: ci-host-amd64-1c
829 jenkins:
830 label: 'deb12-i386 deb12'
831 mode: EXCLUSIVE
832 - meta:
833 address: 172.18.16.82
834 lxd:
835 name: ci-node-deb12-i386-1d-01
836 target: ci-host-amd64-1d
837 jenkins:
838 label: 'deb12-i386 deb12'
839 mode: EXCLUSIVE
840 - meta:
841 address: 172.18.16.83
842 lxd:
843 name: ci-node-deb12-i386-2a-01
844 target: ci-host-amd64-2a
845 jenkins:
846 label: 'deb12-i386 deb12'
847 mode: EXCLUSIVE
848 - meta:
849 address: 172.18.16.84
850 lxd:
851 name: ci-node-deb12-i386-2b-01
852 target: ci-host-amd64-2b
853 jenkins:
854 label: 'deb12-i386 deb12'
855 mode: EXCLUSIVE
856 - meta:
857 address: 172.18.16.85
858 lxd:
859 name: ci-node-deb12-i386-2c-01
860 target: ci-host-amd64-2c
861 jenkins:
862 label: 'deb12-i386 deb12'
863 mode: EXCLUSIVE
864 - meta:
865 address: 172.18.16.86
866 lxd:
867 name: ci-node-deb12-i386-2d-01
868 target: ci-host-amd64-2d
869 jenkins:
870 label: 'deb12-i386 deb12'
871 mode: EXCLUSIVE
872 - meta:
873 address: 172.18.16.91
874 lxd:
875 name: ci-node-sles15sp4-amd64-2a-01
876 target: ci-host-amd64-2a
877 source:
878 alias: 'sles/15.4/cloud/amd64/ci-node/lxd'
879 type: image
880 jenkins:
881 label: 'sles15sp4-amd64'
882 mode: EXCLUSIVE
883 - meta:
884 address: 172.18.16.92
885 lxd:
886 name: ci-node-sles15sp4-amd64-2b-01
887 target: ci-host-amd64-2b
888 source:
889 alias: 'sles/15.4/cloud/amd64/ci-node/lxd'
890 type: image
891 jenkins:
892 label: 'sles15sp4-amd64'
893 mode: EXCLUSIVE
894 - meta:
895 address: 172.18.16.93
896 lxd:
897 name: ci-node-sles15sp4-amd64-2c-01
898 target: ci-host-amd64-2c
899 source:
900 alias: 'sles/15.4/cloud/amd64/ci-node/lxd'
901 type: image
902 jenkins:
903 label: 'sles15sp4-amd64'
904 mode: EXCLUSIVE
905 - meta:
906 address: 172.18.16.94
907 lxd:
908 name: ci-node-sles15sp5-amd64-2a-01
909 target: ci-host-amd64-2a
910 source:
911 alias: 'sles/15.5/cloud/amd64/ci-node/lxd'
912 type: image
913 jenkins:
914 label: 'sles15sp5-amd64'
915 mode: EXCLUSIVE
916 - meta:
917 address: 172.18.16.95
918 lxd:
919 name: ci-node-sles15sp5-amd64-2b-01
920 target: ci-host-amd64-2b
921 source:
922 alias: 'sles/15.5/cloud/amd64/ci-node/lxd'
923 type: image
924 jenkins:
925 label: 'sles15sp5-amd64'
926 mode: EXCLUSIVE
927 - meta:
928 address: 172.18.16.96
929 lxd:
930 name: ci-node-sles15sp5-amd64-2c-01
931 target: ci-host-amd64-2c
932 source:
933 alias: 'sles/15.5/cloud/amd64/ci-node/lxd'
934 type: image
935 jenkins:
936 label: 'sles15sp5-amd64'
937 mode: EXCLUSIVE
938 - meta:
939 address: 172.18.16.97
940 jenkins:
941 label: 'sles12sp5-amd64'
942 mode: EXCLUSIVE
943 vm:
944 name: 'ci-node-sles12sp5-amd64-2a-01'
945 disk: '/var/lib/libvirt/images/ci-node-sles12sp5-amd64-2a-01.qcow'
946 host: 'ci-host-amd64-2a.internal.efficios.com'
947 efi: true
948 - meta:
949 address: 172.18.16.98
950 jenkins:
951 label: 'sles12sp5-amd64'
952 mode: EXCLUSIVE
953 vm:
954 name: 'ci-node-sles12sp5-amd64-2b-01'
955 disk: '/var/lib/libvirt/images/ci-node-sles12sp5-amd64-2b-01.qcow'
956 host: 'ci-host-amd64-2b.internal.efficios.com'
957 efi: true
958 - meta:
959 address: 172.18.16.99
960 jenkins:
961 label: 'sles12sp5-amd64'
962 mode: EXCLUSIVE
963 vm:
964 name: 'ci-node-sles12sp5-amd64-2c-01'
965 disk: '/var/lib/libvirt/images/ci-node-sles12sp5-amd64-2c-01.qcow'
966 host: 'ci-host-amd64-2c.internal.efficios.com'
967 efi: true
968 # "Root " nodes in libvirt, since Jenkins can use the "libvirt agents" plugin
969 # to revert to a specific snapshot before running a job
970 #
971 # @NOTE: For Jenkins, the node configuration was initially created by cloning
972 # or creating the nodes as they use a type of node which isn't 'simple' to
973 # create through the API. The entire XML configuration would have to be written
974 # from scratch. In effect, templates may be a better long term solution than
975 # the current structure.
976 #
977 - jenkins:
978 name: 'ci-rootnode-deb12-amd64-1a-01'
979 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
980 mode: EXCLUSIVE
981 config:
982 remoteFS: '/root'
983 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
984 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1a-01'
985 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
986 launcher/delegate/port: '22'
987 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1a-01.internal.efficios.com'
988 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
989 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
990 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1a-01'
991 snapshotName: ''
992 beforeJobSnapshotName: 'base-configuration'
993 startupWaitingPeriodSeconds: '20'
994 launcher/waitTimeMs: '20000'
995 shutdownMethod: 'destroy'
996 vm:
997 name: 'ci-rootnode-deb12-amd64-1a-01'
998 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1a-01.qcow'
999 host: 'ci-host-amd64-1a.internal.efficios.com'
1000 meta:
1001 address: 172.18.17.1
1002 - jenkins:
1003 name: 'ci-rootnode-deb12-i386-1a-01'
1004 label: 'deb12 deb12-i386-rootnode'
1005 mode: EXCLUSIVE
1006 config:
1007 remoteFS: '/root'
1008 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
1009 launcher/virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
1010 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1011 launcher/delegate/port: '22'
1012 launcher/delegate/host: 'ci-rootnode-deb12-i386-1a-01.internal.efficios.com'
1013 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1014 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
1015 ./virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
1016 snapshotName: ''
1017 beforeJobSnapshotName: 'base-configuration'
1018 startupWaitingPeriodSeconds: '20'
1019 launcher/waitTimeMs: '20000'
1020 shutdownMethod: 'destroy'
1021 vm:
1022 name: 'ci-rootnode-deb12-i386-1a-01'
1023 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-i386-1a-01.qcow'
1024 host: 'ci-host-amd64-1a.internal.efficios.com'
1025 meta:
1026 address: 172.18.17.2
1027 - jenkins:
1028 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1029 name: 'ci-rootnode-deb12-amd64-1b-01'
1030 mode: EXCLUSIVE
1031 config:
1032 remoteFS: '/root'
1033 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1b.internal.efficios.com'
1034 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1b-01'
1035 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1036 launcher/delegate/port: '22'
1037 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1b-01.internal.efficios.com'
1038 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1039 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1b.internal.efficios.com'
1040 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1b-01'
1041 snapshotName: ''
1042 beforeJobSnapshotName: 'base-configuration'
1043 startupWaitingPeriodSeconds: '20'
1044 launcher/waitTimeMs: '20000'
1045 shutdownMethod: 'destroy'
1046 vm:
1047 name: 'ci-rootnode-deb12-amd64-1b-01'
1048 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1b-01.qcow'
1049 host: 'ci-host-amd64-1b.internal.efficios.com'
1050 meta:
1051 address: 172.18.17.3
1052 - jenkins:
1053 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1054 name: 'ci-rootnode-deb12-amd64-1c-01'
1055 mode: EXCLUSIVE
1056 config:
1057 remoteFS: '/root'
1058 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
1059 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1c-01'
1060 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1061 launcher/delegate/port: '22'
1062 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1c-01.internal.efficios.com'
1063 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1064 snapshotName: ''
1065 beforeJobSnapshotName: 'base-configuration'
1066 startupWaitingPeriodSeconds: '20'
1067 launcher/waitTimeMs: '20000'
1068 shutdownMethod: 'destroy'
1069 vm:
1070 name: 'ci-rootnode-deb12-amd64-1c-01'
1071 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1c-01.qcow'
1072 host: 'ci-host-amd64-1c.internal.efficios.com'
1073 meta:
1074 address: 172.18.17.4
1075 - jenkins:
1076 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1077 name: 'ci-rootnode-deb12-amd64-1d-01'
1078 config:
1079 remoteFS: '/root'
1080 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1081 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1d-01'
1082 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1083 launcher/delegate/port: '22'
1084 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1d-01.internal.efficios.com'
1085 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1086 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1087 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1d-01'
1088 snapshotName: ''
1089 beforeJobSnapshotName: 'base-configuration'
1090 startupWaitingPeriodSeconds: '20'
1091 launcher/waitTimeMs: '20000'
1092 shutdownMethod: 'destroy'
1093 vm:
1094 name: 'ci-rootnode-deb12-amd64-1d-01'
1095 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1d-01.qcow'
1096 host: 'ci-host-amd64-1d.internal.efficios.com'
1097 meta:
1098 address: 172.18.17.5
1099 - jenkins:
1100 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1101 name: 'ci-rootnode-deb12-amd64-2a-01'
1102 mode: EXCLUSIVE
1103 config:
1104 remoteFS: '/root'
1105 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2a.internal.efficios.com'
1106 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2a-01'
1107 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1108 launcher/delegate/port: '22'
1109 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2a-01.internal.efficios.com'
1110 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1111 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2a.internal.efficios.com'
1112 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2a-01'
1113 snapshotName: ''
1114 beforeJobSnapshotName: 'base-configuration'
1115 startupWaitingPeriodSeconds: '20'
1116 shutdownMethod: 'destroy'
1117 vm:
1118 name: 'ci-rootnode-deb12-amd64-2a-01'
1119 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2a-01.qcow'
1120 host: 'ci-host-amd64-2a.internal.efficios.com'
1121 meta:
1122 address: 172.18.17.6
1123 - jenkins:
1124 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1125 name: 'ci-rootnode-deb12-amd64-2b-01'
1126 mode: EXCLUSIVE
1127 config:
1128 remoteFS: '/root'
1129 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2b.internal.efficios.com'
1130 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2b-01'
1131 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1132 launcher/delegate/port: '22'
1133 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2b-01.internal.efficios.com'
1134 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1135 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2b.internal.efficios.com'
1136 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2b-01'
1137 snapshotName: ''
1138 beforeJobSnapshotName: 'base-configuration'
1139 startupWaitingPeriodSeconds: '20'
1140 launcher/waitTimeMs: '20000'
1141 shutdownMethod: 'destroy'
1142 vm:
1143 name: 'ci-rootnode-deb12-amd64-2b-01'
1144 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2b-01.qcow'
1145 host: 'ci-host-amd64-2b.internal.efficios.com'
1146 meta:
1147 address: 172.18.17.7
1148 - jenkins:
1149 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1150 name: 'ci-rootnode-deb12-amd64-2c-01'
1151 mode: EXCLUSIVE
1152 config:
1153 remoteFS: '/root'
1154 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2c.internal.efficios.com'
1155 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2c-01'
1156 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1157 launcher/delegate/port: '22'
1158 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2c-01.internal.efficios.com'
1159 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1160 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2c.internal.efficios.com'
1161 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2c-01'
1162 snapshotName: ''
1163 beforeJobSnapshotName: 'base-configuration'
1164 startupWaitingPeriodSeconds: '20'
1165 launcher/waitTimeMs: '20000'
1166 shutdownMethod: 'destroy'
1167 vm:
1168 name: 'ci-rootnode-deb12-amd64-2c-01'
1169 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2c-01.qcow'
1170 host: 'ci-host-amd64-2c.internal.efficios.com'
1171 meta:
1172 address: 172.18.17.8
1173 - jenkins:
1174 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
1175 name: 'ci-rootnode-deb12-amd64-2d-01'
1176 mode: EXCLUSIVE
1177 config:
1178 remoteFS: '/root'
1179 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2d.internal.efficios.com'
1180 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2d-01'
1181 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1182 launcher/delegate/port: '22'
1183 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2d-01.internal.efficios.com'
1184 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1185 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2d.internal.efficios.com'
1186 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2d-01'
1187 snapshotName: ''
1188 beforeJobSnapshotName: 'base-configuration'
1189 startupWaitingPeriodSeconds: '20'
1190 launcher/waitTimeMs: '20000'
1191 shutdownMethod: 'destroy'
1192 vm:
1193 name: 'ci-rootnode-deb12-amd64-2d-01'
1194 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2d-01.qcow'
1195 host: 'ci-host-amd64-2d.internal.efficios.com'
1196 meta:
1197 address: 172.18.17.9
1198 - jenkins:
1199 label: 'deb12 deb12-amd64-rootnode amd64-rootnode-linux5'
1200 name: 'ci-rootnode-deb12-amd64-1c-02'
1201 mode: EXCLUSIVE
1202 config:
1203 remoteFS: '/root'
1204 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
1205 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1c-02'
1206 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1207 launcher/delegate/port: '22'
1208 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1c-02.internal.efficios.com'
1209 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1210 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
1211 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1c-02'
1212 snapshotName: ''
1213 beforeJobSnapshotName: 'base-configuration'
1214 startupWaitingPeriodSeconds: '20'
1215 launcher/waitTimeMs: '20000'
1216 shutdownMethod: 'destroy'
1217 vm:
1218 name: 'ci-rootnode-deb12-amd64-1c-02'
1219 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1c-02.qcow'
1220 host: 'ci-host-amd64-1c.internal.efficios.com'
1221 meta:
1222 address: 172.18.17.10
1223 - jenkins:
1224 label: 'sles15sp4-amd64-rootnode'
1225 name: 'ci-rootnode-sles15sp4-amd64-1d-01'
1226 mode: EXCLUSIVE
1227 config:
1228 remoteFS: '/root'
1229 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1230 launcher/virtualMachineName: 'ci-rootnode-sles15sp4-amd64-1d-01'
1231 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1232 launcher/delegate/port: '22'
1233 launcher/delegate/host: 'ci-rootnode-sles15sp4-amd64-1d-01.internal.efficios.com'
1234 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1235 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1236 ./virtualMachineName: 'ci-rootnode-sles15sp4-amd64-1d-01'
1237 snapshotName: ''
1238 beforeJobSnapshotName: 'base-configuration'
1239 startupWaitingPeriodSeconds: '30'
1240 launcher/waitTimeMs: '30000'
1241 shutdownMethod: 'destroy'
1242 vm:
1243 name: 'ci-rootnode-sles15sp4-amd64-1d-01'
1244 disk: '/var/lib/libvirt/images/ci-rootnode-sles15sp4-amd64-1d-01.qcow'
1245 host: 'ci-host-amd64-1d.internal.efficios.com'
1246 meta:
1247 address: 172.18.17.13
1248 - jenkins:
1249 label: 'el8-amd64-rootnode'
1250 name: 'ci-rootnode-el8-amd64-1d-01'
1251 mode: EXCLUSIVE
1252 config:
1253 remoteFS: '/root'
1254 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1255 launcher/virtualMachineName: 'ci-rootnode-el8-amd64-1d-01'
1256 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1257 launcher/delegate/port: '22'
1258 launcher/delegate/host: 'ci-rootnode-el8-amd64-1d-01.internal.efficios.com'
1259 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1260 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
1261 ./virtualMachineName: 'ci-rootnode-el8-amd64-1d-01'
1262 snapshotName: ''
1263 beforeJobSnapshotName: 'base-configuration'
1264 startupWaitingPeriodSeconds: '30'
1265 launcher/waitTimeMs: '30000'
1266 shutdownMethod: 'destroy'
1267 vm:
1268 name: 'ci-rootnode-el8-amd64-1d-01'
1269 disk: '/var/lib/libvirt/images/ci-rootnode-el8-amd64-1d-01.qcow'
1270 host: 'ci-host-amd64-1d.internal.efficios.com'
1271 meta:
1272 address: 172.18.17.14
1273 # VMs for running tests using lava
1274 - jenkins: {}
1275 meta: {}
1276 vm:
1277 name: 'lava-node-amd64-01'
1278 disk: '/var/lib/libvirt/images/lava-node-amd64-01.qcow'
1279 disk_capacity: '10G'
1280 host: 'ci-host-amd64-2d.internal.efficios.com'
1281 - jenkins: {}
1282 meta: {}
1283 vm:
1284 name: 'lava-node-amd64-02'
1285 disk: '/var/lib/libvirt/images/lava-node-amd64-02.qcow'
1286 disk_capacity: '10G'
1287 host: 'ci-host-amd64-2d.internal.efficios.com'
1288 - jenkins: {}
1289 meta: {}
1290 vm:
1291 name: 'lava-node-amd64-03'
1292 disk: '/var/lib/libvirt/images/lava-node-amd64-03.qcow'
1293 disk_capacity: '10G'
1294 host: 'ci-host-amd64-2d.internal.efficios.com'
1295 - jenkins: {}
1296 meta: {}
1297 vm:
1298 name: 'lava-node-amd64-04'
1299 disk: '/var/lib/libvirt/images/lava-node-amd64-04.qcow'
1300 disk_capacity: '10G'
1301 host: 'ci-host-amd64-2d.internal.efficios.com'
1302 - jenkins: {}
1303 meta: {}
1304 vm:
1305 name: 'lava-node-amd64-05'
1306 disk: '/var/lib/libvirt/images/lava-node-amd64-05.qcow'
1307 disk_capacity: '10G'
1308 host: 'ci-host-amd64-2d.internal.efficios.com'
1309 - jenkins:
1310 name: "ci-rootnode-deb12-arm64-1a-01"
1311 label: 'deb12 deb12-arm64-rootnode arm64-rootnode'
1312 mode: EXCLUSIVE
1313 config:
1314 remoteFS: '/root'
1315 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-arm64-1a.internal.efficios.com'
1316 launcher/virtualMachineName: 'ci-rootnode-deb12-arm64-1a-01'
1317 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
1318 launcher/delegate/port: '22'
1319 launcher/delegate/host: 'ci-rootnode-deb12-arm64-1a-01.internal.efficios.com'
1320 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
1321 ./hypervisorDescription: 'QEMU+ssh - ci-host-arm64-1a.internal.efficios.com'
1322 ./virtualMachineName: 'ci-rootnode-deb12-arm64-1a-01'
1323 snapshotName: ''
1324 beforeJobSnapshotName: 'base-configuration'
1325 startupWaitingPeriodSeconds: '20'
1326 launcher/waitTimeMs: '20000'
1327 shutdownMethod: 'destroy'
1328 vm:
1329 name: 'ci-rootnode-deb12-arm64-1a-01'
1330 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-arm64-1a-01.qcow'
1331 host: 'ci-host-arm64-1a.internal.efficios.com'
1332 meta:
1333 address: 172.18.17.15
This page took 0.053873 seconds and 5 git commands to generate.