Merge "Use tempest_tempestconf_profile_extras for tempest image"

This commit is contained in:
Zuul 2020-03-30 21:34:00 +00:00 committed by Gerrit Code Review
commit f126f6b5f8
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@
tempest_venv_bin: "{{ ansible_user_dir }}/tempest_venv/bin"
when: tempest_install_method == 'source'
- name: set cirros image facts for periodic
set_fact:
tempest_tempestconf_profile_extras:
image: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img
# stackviz in venv pulls oslo.db due upstream constraints,
# but it dropped py2 support so on such system we need to skip it
# https://bugs.launchpad.net/tripleo/+bug/1862134