ansible: Update default image for new LXD instances
authorKienan Stewart <kstewart@efficios.com>
Tue, 28 May 2024 19:23:42 +0000 (15:23 -0400)
committerKienan Stewart <kstewart@efficios.com>
Tue, 28 May 2024 19:23:42 +0000 (15:23 -0400)
Change-Id: Ie9bb2066d947f7b3904c62b1438b03697b260dfe
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
automation/ansible/roles/lxd/defaults/main.yml

index 3ce91fe90e88bf7699ead96a19f9184624f52855..d5dcf0513bd57df46f0ea5b8476efcfecd6b2360 100644 (file)
@@ -6,7 +6,7 @@ lxd_container_defaults:
   source:
     type: image
     mode: pull
-    server: https://images.linuxcontainers.org
-    protocol: simplestreams
-    alias: debian/bookworm/cloud/amd64
+    # Until the cluster is migrated to Incus, this source will not work
+    # server: https://images.linuxcontainers.org
+    alias: debian/bookworm/cloud/amd64/ci-node/lxd
   wait_for_container: true
This page took 0.023617 seconds and 4 git commands to generate.