Set load_balancer.member_role for tempestconf for train

https://review.opendev.org/731501 detects the
load-balancer role automatically via tempestconf but
https://review.opendev.org/740314 removes load-balancer
member role from tempestconf extra overrides from fs060.

The above tempestconf patch does not yet available for train
as tempestconf needs a new release. So we are making it
conditional for train release in fs.

Change-Id: Ic139df3fa07fd7faeab8d04eb8505333f8661da8
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-07-22 19:14:29 +05:30
parent cf03c52656
commit 638b39759a
1 changed files with 8 additions and 1 deletions

View File

@ -56,6 +56,13 @@ tempest_services:
tempest_run_concurrency: 2
download_amphora: true
amphora_url: 'https://images.rdoproject.org/octavia/{{ release }}/amphora-x64-haproxy-centos.qcow2'
tempest_tempestconf_profile_overrides:
tempestconf_override:
load_balancer.test_with_ipv6: false
tempestconf_train_override:
load_balancer.member_role: '"Member"'
load_balancer.test_with_ipv6: false
tempest_tempestconf_profile_overrides: "{{ tempestconf_train_override if release in ['train'] else tempestconf_override }}"
tempest_os_cloud: standalone