From 7aec63aaea95a5b912681b3862d8e3cd45cd8356 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 19 Jan 2023 11:36:56 +1100 Subject: [PATCH] nodepool config: set linaro cloud to use raw images Emperically raw images start on the new cloud, while qcow2 ones don't. Let's use raw, which is inline with OSUOSL (the other arm64 cloud) too. Change-Id: I159c06b710580c36fa16c573bee7302949cf7257 --- playbooks/templates/clouds/nodepool_clouds.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 index 4690dce88e..09c8c2f3e3 100644 --- a/playbooks/templates/clouds/nodepool_clouds.yaml.j2 +++ b/playbooks/templates/clouds/nodepool_clouds.yaml.j2 @@ -104,6 +104,7 @@ clouds: project_name: '{{ nodepool_linaro_project }}' project_domain_name: default user_domain_name: default + image_format: 'raw' linaro-us: regions: - name: RegionOne