Adding dns.nameservers option in plugins job

Designate tests now require at least one nameserver in tempest
dns.nameservers option, this patch add it in order to make
the tests pass.

There was a very similar bug describing the same issue we have
with the designate tests in the admins job:
https://bugs.launchpad.net/tripleo/+bug/1995169

Based on the jobs that vote on designate-tempest-plugin it seems
that the dns server is deployed on port 53.

Change-Id: I99c8cbc20be60b2f9475950667ac72114dc298a9
This commit is contained in:
Martin Kopec 2023-07-28 14:29:54 +00:00
parent 772b77de70
commit 3af1a5a3e6
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
run: playbooks/python-tempestconf-tempest-devstack.yaml
vars:
# creator role is required for Barbican tests
additional_tempestconf_params: "auth.tempest_roles creator image_signature_verification.enforced False"
additional_tempestconf_params: "auth.tempest_roles creator image_signature_verification.enforced False dns.nameservers {{ ansible_all_ipv4_addresses[0] }}:53"
test_regex:
- 'designate_tempest_plugin'
- 'heat_tempest_plugin'