ansible: Replace deb12 i386 instances from old cloud
authorKienan Stewart <kstewart@efficios.com>
Thu, 17 Aug 2023 17:19:16 +0000 (13:19 -0400)
committerKienan Stewart <kstewart@efficios.com>
Fri, 18 Aug 2023 14:55:52 +0000 (10:55 -0400)
Change-Id: Ib504de8ad45f171faa406f2ce6d3dbb5a67d301c

automation/ansible/hosts
automation/ansible/vars/ci-instances.yml

index 3c81596939cf3e3c00dab014d619f4fe299da1ee..757753f2f074325b92c8cf41bdb632287a651e59 100644 (file)
@@ -66,10 +66,14 @@ ci-node-deb12-ppc64el-02
 172.16.0.138
 
 [node_i386]
-ci-node-deb12-i386-02-01
-ci-node-deb12-i386-03-01
-ci-node-deb12-i386-05-01
-ci-node-deb12-i386-06-01
+ci-node-deb12-i386-1a-01
+ci-node-deb12-i386-1b-01
+ci-node-deb12-i386-1c-01
+ci-node-deb12-i386-1d-01
+ci-node-deb12-i386-2a-01
+ci-node-deb12-i386-2b-01
+ci-node-deb12-i386-2c-01
+ci-node-deb12-i386-2d-01
 
 [node_amd64]
 ci-node-bionic-amd64-02-01
index e36f19dd9bac8097d319f9fe7679f9efc1ef2359..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
   #
This page took 0.029131 seconds and 4 git commands to generate.