Use tempest_tempestconf_profile_extras for tempest image

https://review.opendev.org/#/c/714601 sets the images path in
tempestconf using profile. It sets the cirros image path to
vexxhost images when periodic is set to true.

It also avoids the duplication of setting cirros image as a
featureset overrides.

Depends-On: https://review.opendev.org/#/c/714909/

Depends-On: https://review.opendev.org/#/c/714601
Change-Id: I3112a33a4e1e8ba22f3568b1ff2534c7a39e8afa
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-03-24 16:37:54 +05:30
parent 04a6539379
commit 806b2c1f9d

@ -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