From 0ad3004b8074bf15423065abd7d0fd2fffa657d0 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 Change-Id: I0c1fa9c4f7e00aa0c90b996d22dec8c5adef6c48 --- manifests/tempest.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index d71bfb677..ab92015c3 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -355,6 +355,7 @@ class openstack_integration::tempest ( share_multitenancy_enabled => false, share_enable_protocols => [downcase($share_protocol)], share_capability_storage_protocol => $share_protocol, + designate_nameservers => "${::openstack_integration::config::ip_for_url}:5322", } if $magnum {