Merge "Set cirros image to local one"

This commit is contained in:
Zuul 2021-04-06 13:28:47 +00:00 committed by Gerrit Code Review
commit d6b7ec625a

View File

@ -209,10 +209,11 @@
- name: set cirros image facts for periodic
vars:
default_cirros_image: https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
default_cirros_image: /opt/cache/files/cirros-0.4.0-x86_64-disk.img
set_fact:
tempest_tempestconf_profile_extras:
image: "{{ featureset_override['cirros_image'] | default(default_cirros_image) }}"
retry_image: true
# stackviz in venv pulls oslo.db due upstream constraints,
# but it dropped py2 support so on such system we need to skip it