redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 96 forks source link

Configure tempest dns conf when running designate tempest tests #418

Closed beagles closed 1 year ago

beagles commented 1 year ago

Some designate tests need the [dns]/nameservers entries to be configured to reference the deployed bind instances. This patch will add this configuration if the designate tests are enabled.

Resolves rhbz#2116862