From 660982b3301f5738d3561ac403d58de5195d3b4e Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 28 Oct 2022 16:47:07 +0200 Subject: [PATCH] Add dns/nameservers parameter to tempest config After [1], designate-tempest-plugin requires parameter dns.nameservers in tempest config or it fails some jobs. This patch is setting this parameter always to :5322 as that is what is used when designate is deployed in p-o-i [2]. I am not doing this parameter conditional as it will just not be used when designate is not deployed so I guess we do not need to manage that case separatedly. [1] https://review.opendev.org/c/openstack/designate-tempest-plugin/+/860116 [2] https://github.com/openstack/puppet-openstack-integration/blob/master/manifests/designate.pp#L92-L97 Conflicts: manifests/tempest.pp Resolved conflict caused by 4f09ea96df19ab7b439634f81ff15d9945f538ee . (yoga to xena) Conflicts: manifests/tempest.pp Resolved conflict caused by 8f2bc1aa6161ec57d31eb2606584b4c5d9b1ab87 . Change-Id: I0c1fa9c4f7e00aa0c90b996d22dec8c5adef6c48 (cherry picked from commit 0ad3004b8074bf15423065abd7d0fd2fffa657d0) (cherry picked from commit 1463bfa427ddb47ee3dbe4e92480cf02ff8d1432) (cherry picked from commit b605d489cdd92429ec657119d62cc550de4a4079) --- manifests/tempest.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index 0ae0294f3..50e6dff0d 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -286,6 +286,7 @@ class openstack_integration::tempest ( baremetal_driver => 'fake-hardware', baremetal_enabled_hardware_types => 'ipmi,fake-hardware', ec2api_tester_roles => ['member'], + designate_nameservers => "${::openstack_integration::config::ip_for_url}:5322", } if $magnum {