ansible: Replace deb12 i386 instances from old cloud
[lttng-ci.git] / automation / ansible / vars / ci-instances.yml
index 48b8880a4927064e59df8d2d7d428111edfbd9ee..7ee7f48fe9b6cd61665898e0397e9e06ad2b7059 100644 (file)
@@ -714,6 +714,77 @@ containers:
     jenkins:
       label: 'deb12-amd64 deb12'
       mode: EXCLUSIVE
+  # @NOTE: debian/bookworm/cloud/i386 isn't an image
+  # available from images.linuxcontainers.org since they
+  # reduced architecture to save storage space. The instances
+  # below were produced from copies which weren't installed with
+  # cloud-init.
+  - meta:
+      address: 172.18.16.79
+    lxd:
+      name: ci-node-deb12-i386-1a-01
+      target: ci-host-amd64-1a
+      source:
+        alias: debian/bookworm/cloud/i386
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.80
+    lxd:
+      name: ci-node-deb12-i386-1b-01
+      target: ci-host-amd64-1b
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.81
+    lxd:
+      name: ci-node-deb12-i386-1c-01
+      target: ci-host-amd64-1c
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.82
+    lxd:
+      name: ci-node-deb12-i386-1d-01
+      target: ci-host-amd64-1d
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.83
+    lxd:
+      name: ci-node-deb12-i386-2a-01
+      target: ci-host-amd64-2a
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.84
+    lxd:
+      name: ci-node-deb12-i386-2b-01
+      target: ci-host-amd64-2b
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.85
+    lxd:
+      name: ci-node-deb12-i386-2c-01
+      target: ci-host-amd64-2c
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
+  - meta:
+      address: 172.18.16.86
+    lxd:
+      name: ci-node-deb12-i386-2d-01
+      target: ci-host-amd64-2d
+    jenkins:
+      label: 'deb12-i386 deb12'
+      mode: EXCLUSIVE
   # "Root " nodes in libvirt, since Jenkins can use the "libvirt agents" plugin
   # to revert to a specific snapshot before running a job
   #
@@ -758,7 +829,7 @@ containers:
         launcher/virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
         launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
         launcher/delegate/port: '22'
-        launcher/delegate/host: 'ci-rootnode-deb12-amd64-1a-01.internal.efficios.com'
+        launcher/delegate/host: 'ci-rootnode-deb12-i386-1a-01.internal.efficios.com'
         launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
         ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1a.internal.efficios.com'
         ./virtualMachineName: 'ci-rootnode-deb12-i386-1a-01'
@@ -944,3 +1015,28 @@ containers:
       host: 'ci-host-amd64-2d.internal.efficios.com'
     meta:
       address: 172.18.17.9
+  - jenkins:
+      label: 'deb12 deb12-amd64-rootnode amd64-rootnode-linux5'
+      name: 'ci-rootnode-deb12-amd64-1c-02'
+      mode: EXCLUSIVE
+      config:
+        remoteFS: '/root'
+        launcher/hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
+        launcher/virtualMachineName: 'ci-rootnode-deb12-amd64-1c-02'
+        launcher/delegate: 'hudson.plugins.sshslaves.SSHLauncher=class'
+        launcher/delegate/port: '22'
+        launcher/delegate/host: 'ci-rootnode-deb12-amd64-1c-02.internal.efficios.com'
+        launcher/delegate/credentialsId: 'bb5a81cf-346b-43fc-8586-3dc5e43801be'
+        ./hypervisorDescription: 'QEMU+ssh - ci-host-amd64-1c.internal.efficios.com'
+        ./virtualMachineName: 'ci-rootnode-deb12-amd64-1c-02'
+        snapshotName: ''
+        beforeJobSnapshotName: 'base-configuration'
+        startupWaitingPeriodSeconds: '20'
+        launcher/waitTimeMs: '20000'
+        shutdownMethod: 'destroy'
+    vm:
+      name: 'ci-rootnode-deb12-amd64-1c-02'
+      disk: '/var/lib/libvirt/images/ci-rootnode-deb12-amd64-1c-02.qcow'
+      host: 'ci-host-amd64-1c.internal.efficios.com'
+    meta:
+      address: 172.18.17.10
This page took 0.024809 seconds and 4 git commands to generate.