Use 0.6.1, 0.6.2 Cirros images instead of 0.5.x
Related-PROD: PROD-37187
Change-Id: Ia3acdbb546e0f2a473fabbe21104a0e47821f101
diff --git a/k8s/workspace/init-workspace.sh b/k8s/workspace/init-workspace.sh
index 1c49be0..5d7b7e3 100644
--- a/k8s/workspace/init-workspace.sh
+++ b/k8s/workspace/init-workspace.sh
@@ -188,8 +188,8 @@
ewriteln "export TEMPEST_CUSTOM_VOLUME_TYPE=${vVOLTYPE}"
# hardcoded values
ewriteln "# export TEMPEST_CUSTOM_FLAVOR=cvp.tiny"
- ewriteln "# export TEMPEST_CUSTOM_IMAGE=cvp.cirros.51"
- ewriteln "# export TEMPEST_CUSTOM_IMAGE_ALT=cvp.cirros.52"
+ ewriteln "# export TEMPEST_CUSTOM_IMAGE=cvp.cirros.61"
+ ewriteln "# export TEMPEST_CUSTOM_IMAGE_ALT=cvp.cirros.62"
#prepare tempest custom yaml
cp /opt/res-files/k8s/yamls/tempest_custom.yaml.clean $MY_PROJFOLDER/yamls/tempest_custom.yaml
ewriteln 'export TEMPEST_CUSTOM_PARAMETERS=$(cat $MY_PROJFOLDER/yamls/tempest_custom.yaml)'