From 9521e4ec248cf0a665804a91802e5d2d1554dd13 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 12 Jun 2024 13:16:54 +0100 Subject: [PATCH] Use secure CirrOS image in tempest by default --- .automation.conf/tempest/tempest-ci-aio.overrides.conf | 4 +++- .automation.conf/tempest/tempest-ci-multinode.overrides.conf | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.automation.conf/tempest/tempest-ci-aio.overrides.conf b/.automation.conf/tempest/tempest-ci-aio.overrides.conf index f40d52d53..cc7ef27cd 100644 --- a/.automation.conf/tempest/tempest-ci-aio.overrides.conf +++ b/.automation.conf/tempest/tempest-ci-aio.overrides.conf @@ -1 +1,3 @@ -# Blank file +[openstack] +# Use a StackHPC-built image without a default password. +img_url=https://github.com/stackhpc/cirros/releases/download/20231206/cirros-d231206-x86_64-disk.img diff --git a/.automation.conf/tempest/tempest-ci-multinode.overrides.conf b/.automation.conf/tempest/tempest-ci-multinode.overrides.conf index 663b384df..ced9403f5 100644 --- a/.automation.conf/tempest/tempest-ci-multinode.overrides.conf +++ b/.automation.conf/tempest/tempest-ci-multinode.overrides.conf @@ -1,6 +1,9 @@ [DEFAULT] openstack_client_http_timeout = 300 +[openstack] +img_url=https://github.com/stackhpc/cirros/releases/download/20231206/cirros-d231206-x86_64-disk.img + [auth] compute_quotas = cores:-1,ram:-1