Stop using the cached cirros image

In Zuul v2 and v3 cached images are in different paths, so it's
impossible to configure job to be compatible with both versions.
Use temporary the image from URL until one version will be active.

Change-Id: Ifcefa1cbfb05667d124d5cfcdcfc8ff6ccd4e631
This commit is contained in:
Sagi Shnaidman 2017-10-10 14:07:35 +03:00
parent 49a6109cbd
commit 2f33770d9f
2 changed files with 6 additions and 2 deletions

View File

@ -21,4 +21,6 @@ undercloud_conf_extras: "net_config_override = /opt/stack/new/tripleo-ci/undercl
generate_pingtest_subunit: true
undercloud_undercloud_nameservers:
- 127.0.0.1
tempest_test_image_path: /opt/stack/cache/files/cirros-0.3.5-x86_64-disk.img
# Commented because it has different paths on zuul v2 and v3
# Using for now the role default value - http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
#tempest_test_image_path: /opt/stack/cache/files/cirros-0.3.5-x86_64-disk.img

View File

@ -55,4 +55,6 @@ floating_ip_cidr: >-
{%- if network_isolation|default(true)|bool %}10.0.0.0/24
{%- else %}192.168.24.0/24
{%- endif %}
tempest_test_image_path: /opt/stack/cache/files/cirros-0.3.5-x86_64-disk.img
# Commented because it has different paths on zuul v2 and v3
# Using for now the role default value - http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
#tempest_test_image_path: /opt/stack/cache/files/cirros-0.3.5-x86_64-disk.img