Set flavor_min_mem as a tempestconf overrides

For older release like queens and stein, tempestconf-2.4.0
is used and in all the branches we are using cirros-0.5.2
image which requires DEFAULT_FLAVOR_RAM to 128 not 64( which
is defined in older release of tempestconf).

We cannot bump the tempestconf version to latest as older
branches depends on py2 and tempestconf uses py3.

In order to fix the issue, we can pass the
flavor_min_mem value via tempestconf profile to 128 to
fix the issue.

https://review.rdoproject.org/r/c/testproject/+/33649
getting tested here.

Closes-Bug: #1927739

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I21824bc14f4c1d55235d7b80870bac7f7edff5d4
This commit is contained in:
Chandan Kumar (raukadah) 2021-05-10 13:06:10 +05:30
parent 7184a20d9a
commit 1cc28a6886
1 changed files with 1 additions and 0 deletions

View File

@ -213,6 +213,7 @@
set_fact:
tempest_tempestconf_profile_extras:
image: "{{ featureset_override['cirros_image'] | default(default_cirros_image) }}"
flavor_min_mem: 128
retry_image: true
# stackviz in venv pulls oslo.db due upstream constraints,