From 2a2237d3d4d8302c91ecb6f149940f687ffc00e8 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Tue, 28 May 2024 15:23:42 -0400 Subject: [PATCH] ansible: Update default image for new LXD instances Change-Id: Ie9bb2066d947f7b3904c62b1438b03697b260dfe Signed-off-by: Kienan Stewart --- automation/ansible/roles/lxd/defaults/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/ansible/roles/lxd/defaults/main.yml b/automation/ansible/roles/lxd/defaults/main.yml index 3ce91fe..d5dcf05 100644 --- a/automation/ansible/roles/lxd/defaults/main.yml +++ b/automation/ansible/roles/lxd/defaults/main.yml @@ -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 -- 2.34.1