From 36a69b0a1f6a67400496d8af00b8b0c433b6fde8 Mon Sep 17 00:00:00 2001 From: "Jingwei.Zhang" Date: Thu, 25 May 2023 09:30:48 +0800 Subject: [PATCH] feat: update the cirros version Update the default cirros version used by e2e according to the devstack Change-Id: I0bb35d350f21dbae3fd66922b21522a579eb8967 --- test/e2e/config/config-compute.yaml | 2 +- test/e2e/config/config-network.yaml | 2 +- test/e2e/config/config-other.yaml | 2 +- test/e2e/config/config-storage.yaml | 2 +- test/e2e/config/config.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/e2e/config/config-compute.yaml b/test/e2e/config/config-compute.yaml index 3ecaa322..6a01f272 100644 --- a/test/e2e/config/config-compute.yaml +++ b/test/e2e/config/config-compute.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.5.2-x86_64-disk + imageName: cirros-0.6.1-x86_64-disk imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config-network.yaml b/test/e2e/config/config-network.yaml index 1dcce3df..25f939d6 100644 --- a/test/e2e/config/config-network.yaml +++ b/test/e2e/config/config-network.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.5.2-x86_64-disk + imageName: cirros-0.6.1-x86_64-disk imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config-other.yaml b/test/e2e/config/config-other.yaml index f11bb78f..cb6c62f7 100644 --- a/test/e2e/config/config-other.yaml +++ b/test/e2e/config/config-other.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.5.2-x86_64-disk + imageName: cirros-0.6.1-x86_64-disk imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config-storage.yaml b/test/e2e/config/config-storage.yaml index c09ce8fd..1b826e8a 100644 --- a/test/e2e/config/config-storage.yaml +++ b/test/e2e/config/config-storage.yaml @@ -8,7 +8,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.5.2-x86_64-disk + imageName: cirros-0.6.1-x86_64-disk imageType: Others imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img imageCanChangePassword: false diff --git a/test/e2e/config/config.yaml b/test/e2e/config/config.yaml index 35fbcc36..5983d52b 100644 --- a/test/e2e/config/config.yaml +++ b/test/e2e/config/config.yaml @@ -7,7 +7,7 @@ env: usernameAdmin: e2e-admin passwordAdmin: passW0rdY_ userIsRegisted: true - imageName: cirros-0.5.2-x86_64-disk + imageName: cirros-0.6.1-x86_64-disk imageType: Others imageFile: null imageDownloadUrl: http://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img