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
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)
14 # address: 192.168.1.2
16 # name: ci-node-example
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.
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).
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.
31 # @example a container created on a specific cluster member
33 # address: 192.168.1.2
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
40 # @example a virtual machine with the default image
42 # address: 192.168.1.2
44 # name: ci-rootnode-example
45 # type: virtual-machine
49 # @example a VM with an ISO attached as a cdrom
51 # address: 192.168.1.2
53 # name: ci-rootnode-example
54 # type: virtual-machine
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'.
64 # raw.qemu: '-drive file=/path/to/image.iso,media=cdrom'
65 # raw.apparmor: '/path/to/image.iso rk,'
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
72 # @example Define a VM using libvirt
74 # # host: 'ci-host-example'
75 # name: 'ci-rootnode-example'
76 # disk: '/path/to/disk'
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
82 # @note: `meta.address` doesn't set any additional information for libvirt VMs.
89 target: ci-host-amd64-1c
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'
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
104 name: ci-node-deb12-amd64-01
106 label: 'deb12-amd64 deb12'
111 name: ci-node-deb12-amd64-02
113 label: 'deb12-amd64 deb12'
118 name: ci-node-deb12-amd64-03
120 label: 'deb12-amd64 deb12'
125 name: ci-node-deb12-amd64-04
127 label: 'deb12-amd64 deb12'
132 name: ci-node-deb12-amd64-05
134 label: 'deb12-amd64 deb12'
139 name: ci-node-deb12-amd64-06
141 label: 'deb12-amd64 deb12'
146 name: ci-node-deb12-amd64-07
148 label: 'deb12-amd64 deb12'
153 name: ci-node-deb12-amd64-08
155 label: 'deb12-amd64 deb12'
160 name: ci-node-deb12-amd64-1a-01
161 target: ci-host-amd64-1a
163 label: 'deb12-amd64 deb12'
166 address: 172.18.16.10
168 name: ci-node-deb12-amd64-1a-02
169 target: ci-host-amd64-1a
171 label: 'deb12-amd64 deb12'
174 address: 172.18.16.11
176 name: ci-node-deb12-amd64-1a-03
177 target: ci-host-amd64-1a
179 label: 'deb12-amd64 deb12'
182 address: 172.18.16.12
184 name: ci-node-deb12-amd64-1a-04
185 target: ci-host-amd64-1a
187 label: 'deb12-amd64 deb12'
190 address: 172.18.16.13
192 name: ci-node-deb12-amd64-1a-05
193 target: ci-host-amd64-1a
195 label: 'deb12-amd64 deb12'
198 address: 172.18.16.14
200 name: ci-node-deb12-amd64-1a-06
201 target: ci-host-amd64-1a
203 label: 'deb12-amd64 deb12'
206 address: 172.18.16.15
208 name: ci-node-deb12-amd64-1a-07
209 target: ci-host-amd64-1a
211 label: 'deb12-amd64 deb12'
214 address: 172.18.16.16
216 name: ci-node-deb12-amd64-1a-08
217 target: ci-host-amd64-1a
219 label: 'deb12-amd64 deb12'
222 address: 172.18.16.17
224 name: ci-node-deb12-amd64-1a-09
225 target: ci-host-amd64-1a
227 label: 'deb12-amd64 deb12'
230 address: 172.18.16.18
232 name: ci-node-deb12-amd64-1a-10
233 target: ci-host-amd64-1a
235 label: 'deb12-amd64 deb12'
238 address: 172.18.16.19
240 name: ci-node-deb12-amd64-1b-01
241 target: ci-host-amd64-1b
243 label: 'deb12-amd64 deb12'
246 address: 172.18.16.20
248 name: ci-node-deb12-amd64-1b-02
249 target: ci-host-amd64-1b
251 label: 'deb12-amd64 deb12'
254 address: 172.18.16.21
256 name: ci-node-deb12-amd64-1b-03
257 target: ci-host-amd64-1b
259 label: 'deb12-amd64 deb12'
262 address: 172.18.16.22
264 name: ci-node-deb12-amd64-1b-04
265 target: ci-host-amd64-1b
267 label: 'deb12-amd64 deb12'
270 address: 172.18.16.23
272 name: ci-node-deb12-amd64-1b-05
273 target: ci-host-amd64-1b
275 label: 'deb12-amd64 deb12'
278 address: 172.18.16.24
280 name: ci-node-deb12-amd64-1b-06
281 target: ci-host-amd64-1b
283 label: 'deb12-amd64 deb12'
286 address: 172.18.16.25
288 name: ci-node-deb12-amd64-1b-07
289 target: ci-host-amd64-1b
291 label: 'deb12-amd64 deb12'
294 address: 172.18.16.26
296 name: ci-node-deb12-amd64-1b-08
297 target: ci-host-amd64-1b
299 label: 'deb12-amd64 deb12'
302 address: 172.18.16.27
304 name: ci-node-deb12-amd64-1b-09
305 target: ci-host-amd64-1b
307 label: 'deb12-amd64 deb12'
310 address: 172.18.16.28
312 name: ci-node-deb12-amd64-1b-10
313 target: ci-host-amd64-1b
315 label: 'deb12-amd64 deb12'
318 address: 172.18.16.29
320 name: ci-node-deb12-amd64-1c-01
321 target: ci-host-amd64-1c
323 label: 'deb12-amd64 deb12'
326 address: 172.18.16.30
328 name: ci-node-deb12-amd64-1c-02
329 target: ci-host-amd64-1c
331 label: 'deb12-amd64 deb12'
334 address: 172.18.16.31
336 name: ci-node-deb12-amd64-1c-03
337 target: ci-host-amd64-1c
339 label: 'deb12-amd64 deb12'
342 address: 172.18.16.32
344 name: ci-node-deb12-amd64-1c-04
345 target: ci-host-amd64-1c
347 label: 'deb12-amd64 deb12'
350 address: 172.18.16.33
352 name: ci-node-deb12-amd64-1c-05
353 target: ci-host-amd64-1c
355 label: 'deb12-amd64 deb12'
358 address: 172.18.16.34
360 name: ci-node-deb12-amd64-1c-06
361 target: ci-host-amd64-1c
363 label: 'deb12-amd64 deb12'
366 address: 172.18.16.35
368 name: ci-node-deb12-amd64-1c-07
369 target: ci-host-amd64-1c
371 label: 'deb12-amd64 deb12'
374 address: 172.18.16.36
376 name: ci-node-deb12-amd64-1c-08
377 target: ci-host-amd64-1c
379 label: 'deb12-amd64 deb12'
382 address: 172.18.16.37
384 name: ci-node-deb12-amd64-1c-09
385 target: ci-host-amd64-1c
387 label: 'deb12-amd64 deb12'
390 address: 172.18.16.38
392 name: ci-node-deb12-amd64-1c-10
393 target: ci-host-amd64-1c
395 label: 'deb12-amd64 deb12'
398 address: 172.18.16.39
400 name: ci-node-deb12-amd64-1d-01
401 target: ci-host-amd64-1d
403 label: 'deb12-amd64 deb12'
406 address: 172.18.16.40
408 name: ci-node-deb12-amd64-1d-02
409 target: ci-host-amd64-1d
411 label: 'deb12-amd64 deb12'
414 address: 172.18.16.41
416 name: ci-node-deb12-amd64-1d-03
417 target: ci-host-amd64-1d
419 label: 'deb12-amd64 deb12'
422 address: 172.18.16.42
424 name: ci-node-deb12-amd64-1d-04
425 target: ci-host-amd64-1d
427 label: 'deb12-amd64 deb12'
430 address: 172.18.16.43
432 name: ci-node-deb12-amd64-1d-05
433 target: ci-host-amd64-1d
435 label: 'deb12-amd64 deb12'
438 address: 172.18.16.44
440 name: ci-node-deb12-amd64-1d-06
441 target: ci-host-amd64-1d
443 label: 'deb12-amd64 deb12'
446 address: 172.18.16.45
448 name: ci-node-deb12-amd64-1d-07
449 target: ci-host-amd64-1d
451 label: 'deb12-amd64 deb12'
454 address: 172.18.16.46
456 name: ci-node-deb12-amd64-1d-08
457 target: ci-host-amd64-1d
459 label: 'deb12-amd64 deb12'
462 address: 172.18.16.47
464 name: ci-node-deb12-amd64-1d-09
465 target: ci-host-amd64-1d
467 label: 'deb12-amd64 deb12'
470 address: 172.18.16.48
472 name: ci-node-deb12-amd64-1d-10
473 target: ci-host-amd64-1d
475 label: 'deb12-amd64 deb12'
478 address: 172.18.16.49
480 name: ci-node-deb12-amd64-2a-01
481 target: ci-host-amd64-2a
483 label: 'deb12-amd64 deb12'
486 address: 172.18.16.50
488 name: ci-node-deb12-amd64-2a-02
489 target: ci-host-amd64-2a
491 label: 'deb12-amd64 deb12'
494 address: 172.18.16.51
496 name: ci-node-deb12-amd64-2a-03
497 target: ci-host-amd64-2a
499 label: 'deb12-amd64 deb12'
502 address: 172.18.16.52
504 name: ci-node-deb12-amd64-2a-04
505 target: ci-host-amd64-2a
507 label: 'deb12-amd64 deb12'
510 address: 172.18.16.53
512 name: ci-node-deb12-amd64-2a-05
513 target: ci-host-amd64-2a
515 label: 'deb12-amd64 deb12'
518 address: 172.18.16.54
520 name: ci-node-deb12-amd64-2a-06
521 target: ci-host-amd64-2a
523 label: 'deb12-amd64 deb12'
526 address: 172.18.16.55
528 name: ci-node-deb12-amd64-2a-07
529 target: ci-host-amd64-2a
531 label: 'deb12-amd64 deb12'
534 address: 172.18.16.56
536 name: ci-node-deb12-amd64-2a-08
537 target: ci-host-amd64-2a
539 label: 'deb12-amd64 deb12'
542 address: 172.18.16.57
544 name: ci-node-deb12-amd64-2a-09
545 target: ci-host-amd64-2a
547 label: 'deb12-amd64 deb12'
550 address: 172.18.16.58
552 name: ci-node-deb12-amd64-2a-10
553 target: ci-host-amd64-2a
555 label: 'deb12-amd64 deb12'
558 address: 172.18.16.59
560 name: ci-node-deb12-amd64-2b-01
561 target: ci-host-amd64-2b
563 label: 'deb12-amd64 deb12'
566 address: 172.18.16.60
568 name: ci-node-deb12-amd64-2b-02
569 target: ci-host-amd64-2b
571 label: 'deb12-amd64 deb12'
574 address: 172.18.16.61
576 name: ci-node-deb12-amd64-2b-03
577 target: ci-host-amd64-2b
579 label: 'deb12-amd64 deb12'
582 address: 172.18.16.62
584 name: ci-node-deb12-amd64-2b-04
585 target: ci-host-amd64-2b
587 label: 'deb12-amd64 deb12'
590 address: 172.18.16.63
592 name: ci-node-deb12-amd64-2b-05
593 target: ci-host-amd64-2b
595 label: 'deb12-amd64 deb12'
598 address: 172.18.16.64
600 name: ci-node-deb12-amd64-2b-06
601 target: ci-host-amd64-2b
603 label: 'deb12-amd64 deb12'
606 address: 172.18.16.65
608 name: ci-node-deb12-amd64-2b-07
609 target: ci-host-amd64-2b
611 label: 'deb12-amd64 deb12'
614 address: 172.18.16.66
616 name: ci-node-deb12-amd64-2b-08
617 target: ci-host-amd64-2b
619 label: 'deb12-amd64 deb12'
622 address: 172.18.16.67
624 name: ci-node-deb12-amd64-2b-09
625 target: ci-host-amd64-2b
627 label: 'deb12-amd64 deb12'
630 address: 172.18.16.68
632 name: ci-node-deb12-amd64-2b-10
633 target: ci-host-amd64-2b
635 label: 'deb12-amd64 deb12'
638 address: 172.18.16.69
640 name: ci-node-deb12-amd64-2c-01
641 target: ci-host-amd64-2c
643 label: 'deb12-amd64 deb12'
646 address: 172.18.16.70
648 name: ci-node-deb12-amd64-2c-02
649 target: ci-host-amd64-2c
651 label: 'deb12-amd64 deb12'
654 address: 172.18.16.71
656 name: ci-node-deb12-amd64-2c-03
657 target: ci-host-amd64-2c
659 label: 'deb12-amd64 deb12'
662 address: 172.18.16.72
664 name: ci-node-deb12-amd64-2c-04
665 target: ci-host-amd64-2c
667 label: 'deb12-amd64 deb12'
670 address: 172.18.16.73
672 name: ci-node-deb12-amd64-2c-05
673 target: ci-host-amd64-2c
675 label: 'deb12-amd64 deb12'
678 address: 172.18.16.74
680 name: ci-node-deb12-amd64-2c-06
681 target: ci-host-amd64-2c
683 label: 'deb12-amd64 deb12'
686 address: 172.18.16.75
688 name: ci-node-deb12-amd64-2c-07
689 target: ci-host-amd64-2c
691 label: 'deb12-amd64 deb12'
694 address: 172.18.16.76
696 name: ci-node-deb12-amd64-2c-08
697 target: ci-host-amd64-2c
699 label: 'deb12-amd64 deb12'
702 address: 172.18.16.77
704 name: ci-node-deb12-amd64-2c-09
705 target: ci-host-amd64-2c
707 label: 'deb12-amd64 deb12'
710 address: 172.18.16.78
712 name: ci-node-deb12-amd64-2c-10
713 target: ci-host-amd64-2c
715 label: 'deb12-amd64 deb12'
717 # "Root " nodes in libvirt, since Jenkins can use the "libvirt agents" plugin
718 # to revert to a specific snapshot before running a job
720 # @NOTE: For Jenkins, the node configuration was initially created by cloning
721 # or creating the nodes as they use a type of node which isn't 'simple' to
722 # create through the API. The entire XML configuration would have to be written
723 # from scratch. In effect, templates may be a better long term solution than
724 # the current structure.
727 name: 'ci-rootnode-deb12-amd64-1a-01'
728 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
732 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
733 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1a-01'
734 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
735 launcher/delegate/port: '22'
736 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1a-01.internal.efficios.com'
737 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
738 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
739 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1a-01'
741 beforeJobSnapshotName: 'base-configuration'
742 startupWaitingPeriodSeconds: '20'
743 launcher/waitTimeMs: '20000'
744 shutdownMethod: 'destroy'
746 name: 'ci-rootnode-deb12-amd64-1a-01'
747 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1a-01.qcow'
748 host: 'ci-host-amd64-1a.internal.efficios.com'
752 name: 'ci-rootnode-deb12-i386-1a-01'
753 label: 'deb12 deb12-i386-rootnode'
757 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
758 launcher/virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
759 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
760 launcher/delegate/port: '22'
761 launcher/delegate/host: 'ci-rootnode-deb12-i386-1a-01.internal.efficios.com'
762 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
763 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
764 ./virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
766 beforeJobSnapshotName: 'base-configuration'
767 startupWaitingPeriodSeconds: '20'
768 launcher/waitTimeMs: '20000'
769 shutdownMethod: 'destroy'
771 name: 'ci-rootnode-deb12-i386-1a-01'
772 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-i386-1a-01.qcow'
773 host: 'ci-host-amd64-1a.internal.efficios.com'
777 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
778 name: 'ci-rootnode-deb12-amd64-1b-01'
782 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1b.internal.efficios.com'
783 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1b-01'
784 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
785 launcher/delegate/port: '22'
786 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1b-01.internal.efficios.com'
787 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
788 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1b.internal.efficios.com'
789 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1b-01'
791 beforeJobSnapshotName: 'base-configuration'
792 startupWaitingPeriodSeconds: '20'
793 launcher/waitTimeMs: '20000'
794 shutdownMethod: 'destroy'
796 name: 'ci-rootnode-deb12-amd64-1b-01'
797 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1b-01.qcow'
798 host: 'ci-host-amd64-1b.internal.efficios.com'
802 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
803 name: 'ci-rootnode-deb12-amd64-1c-01'
807 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
808 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1c-01'
809 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
810 launcher/delegate/port: '22'
811 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1c-01.internal.efficios.com'
812 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
814 beforeJobSnapshotName: 'base-configuration'
815 startupWaitingPeriodSeconds: '20'
816 launcher/waitTimeMs: '20000'
817 shutdownMethod: 'destroy'
819 name: 'ci-rootnode-deb12-amd64-1c-01'
820 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1c-01.qcow'
821 host: 'ci-host-amd64-1c.internal.efficios.com'
825 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
826 name: 'ci-rootnode-deb12-amd64-1d-01'
829 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
830 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1d-01'
831 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
832 launcher/delegate/port: '22'
833 launcher/delegate/host: 'ci-rootnode-deb12-amd64-1d-01.internal.efficios.com'
834 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
835 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1d.internal.efficios.com'
836 ./virtualMachineName: 'ci-rootnode-deb12-amd64-1d-01'
838 beforeJobSnapshotName: 'base-configuration'
839 startupWaitingPeriodSeconds: '20'
840 launcher/waitTimeMs: '20000'
841 shutdownMethod: 'destroy'
843 name: 'ci-rootnode-deb12-amd64-1d-01'
844 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1d-01.qcow'
845 host: 'ci-host-amd64-1d.internal.efficios.com'
849 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
850 name: 'ci-rootnode-deb12-amd64-2a-01'
854 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2a.internal.efficios.com'
855 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2a-01'
856 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
857 launcher/delegate/port: '22'
858 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2a-01.internal.efficios.com'
859 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
860 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2a.internal.efficios.com'
861 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2a-01'
863 beforeJobSnapshotName: 'base-configuration'
864 startupWaitingPeriodSeconds: '20'
865 shutdownMethod: 'destroy'
867 name: 'ci-rootnode-deb12-amd64-2a-01'
868 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2a-01.qcow'
869 host: 'ci-host-amd64-2a.internal.efficios.com'
873 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
874 name: 'ci-rootnode-deb12-amd64-2b-01'
878 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2b.internal.efficios.com'
879 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2b-01'
880 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
881 launcher/delegate/port: '22'
882 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2b-01.internal.efficios.com'
883 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
884 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2b.internal.efficios.com'
885 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2b-01'
887 beforeJobSnapshotName: 'base-configuration'
888 startupWaitingPeriodSeconds: '20'
889 launcher/waitTimeMs: '20000'
890 shutdownMethod: 'destroy'
892 name: 'ci-rootnode-deb12-amd64-2b-01'
893 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2b-01.qcow'
894 host: 'ci-host-amd64-2b.internal.efficios.com'
898 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
899 name: 'ci-rootnode-deb12-amd64-2c-01'
903 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2c.internal.efficios.com'
904 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2c-01'
905 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
906 launcher/delegate/port: '22'
907 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2c-01.internal.efficios.com'
908 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
909 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2c.internal.efficios.com'
910 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2c-01'
912 beforeJobSnapshotName: 'base-configuration'
913 startupWaitingPeriodSeconds: '20'
914 launcher/waitTimeMs: '20000'
915 shutdownMethod: 'destroy'
917 name: 'ci-rootnode-deb12-amd64-2c-01'
918 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2c-01.qcow'
919 host: 'ci-host-amd64-2c.internal.efficios.com'
923 label: 'deb12 deb12-amd64-rootnode amd64-rootnode'
924 name: 'ci-rootnode-deb12-amd64-2d-01'
928 launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2d.internal.efficios.com'
929 launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-2d-01'
930 launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
931 launcher/delegate/port: '22'
932 launcher/delegate/host: 'ci-rootnode-deb12-amd64-2d-01.internal.efficios.com'
933 launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
934 ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-2d.internal.efficios.com'
935 ./virtualMachineName: 'ci-rootnode-deb12-amd64-2d-01'
937 beforeJobSnapshotName: 'base-configuration'
938 startupWaitingPeriodSeconds: '20'
939 launcher/waitTimeMs: '20000'
940 shutdownMethod: 'destroy'
942 name: 'ci-rootnode-deb12-amd64-2d-01'
943 disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-2d-01.qcow'
944 host: 'ci-host-amd64-2d.internal.efficios.com'