From 94718fef1fd0c3193d125bb0d24fdb1431cf9c0f Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 22 Apr 2024 21:07:32 +0200 Subject: [PATCH] Update default cirros image to 0.6.2 The 0.5.2 version being used so far as default, has a lot of kernel bugs that were fixed in the new version, so updating it to 0.6.2. Change-Id: Icd7330f4f58f1815d9f5b48ffd0a80277568023b --- config_tempest/constants.py | 10 +++++----- doc/source/user/profile.rst | 2 +- roles/generate-tempestconf-file/README.rst | 2 +- roles/generate-tempestconf-file/defaults/main.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config_tempest/constants.py b/config_tempest/constants.py index a03ae43e..fe52746f 100644 --- a/config_tempest/constants.py +++ b/config_tempest/constants.py @@ -24,13 +24,13 @@ TEMPEST_WORKSPACE = os.getcwd() DEPLOYER_INPUT = os.path.join(os.path.expanduser("~"), "tempest-deployer-input.conf") DEFAULT_IMAGE_DIR = 'etc' -DEFAULT_IMAGE = ("https://download.cirros-cloud.net/0.5.2/" - "cirros-0.5.2-x86_64-disk.img") +DEFAULT_IMAGE = ("https://download.cirros-cloud.net/0.6.2/" + "cirros-0.6.2-x86_64-disk.img") -DEFAULT_IMAGES = [("https://download.cirros-cloud.net/0.5.2/" - "cirros-0.5.2-x86_64-disk.img"), +DEFAULT_IMAGES = [("https://download.cirros-cloud.net/0.6.2/" + "cirros-0.6.2-x86_64-disk.img"), ("http://images.rdoproject.org/cirros/" - "cirros-0.5.2-x86_64-disk.img")] + "cirros-0.6.2-x86_64-disk.img")] DEFAULT_IMAGE_FORMAT = 'qcow2' DEFAULT_FLAVOR_RAM = 128 diff --git a/doc/source/user/profile.rst b/doc/source/user/profile.rst index 3bc0cee2..71e7efad 100644 --- a/doc/source/user/profile.rst +++ b/doc/source/user/profile.rst @@ -40,7 +40,7 @@ Generating a sample profile.yaml file endpoint_type: null generate_profile: ./etc/profile.yaml http_timeout: null - image: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img + image: http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img image_disk_format: qcow2 insecure: false network_id: null diff --git a/roles/generate-tempestconf-file/README.rst b/roles/generate-tempestconf-file/README.rst index e14594e7..d2863489 100644 --- a/roles/generate-tempestconf-file/README.rst +++ b/roles/generate-tempestconf-file/README.rst @@ -48,7 +48,7 @@ is then copied to tempest directory. .. zuul:rolevar:: url_cirros_image :type: string - :default: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img + :default: http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img A URL address of the cirros image. diff --git a/roles/generate-tempestconf-file/defaults/main.yaml b/roles/generate-tempestconf-file/defaults/main.yaml index 55e419a0..d42e7589 100644 --- a/roles/generate-tempestconf-file/defaults/main.yaml +++ b/roles/generate-tempestconf-file/defaults/main.yaml @@ -1,7 +1,7 @@ devstack_base_dir: /opt/stack virtualenvs: tempestconf: ~/.virtualenvs/.tempestconf -url_cirros_image: "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img" +url_cirros_image: "http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img" additional_tempestconf_params: "" test_demo_user: False test_accounts_file: /etc/openstack/accounts.yaml