Merge "Set cirros image to local one"
This commit is contained in:
@@ -209,10 +209,11 @@
|
|||||||
|
|
||||||
- name: set cirros image facts for periodic
|
- name: set cirros image facts for periodic
|
||||||
vars:
|
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:
|
set_fact:
|
||||||
tempest_tempestconf_profile_extras:
|
tempest_tempestconf_profile_extras:
|
||||||
image: "{{ featureset_override['cirros_image'] | default(default_cirros_image) }}"
|
image: "{{ featureset_override['cirros_image'] | default(default_cirros_image) }}"
|
||||||
|
retry_image: true
|
||||||
|
|
||||||
# stackviz in venv pulls oslo.db due upstream constraints,
|
# stackviz in venv pulls oslo.db due upstream constraints,
|
||||||
# but it dropped py2 support so on such system we need to skip it
|
# but it dropped py2 support so on such system we need to skip it
|
||||||
|
Reference in New Issue
Block a user