-
Notifications
You must be signed in to change notification settings - Fork 10
DESIGNATE SERVICE GUIDE
Chirag Gupta edited this page Oct 4, 2018
·
1 revision
DESIGNATE SERVICE GUIDE
Create DNS Zone
DNS ZONES:
list Openstack networks.
Update private network with dns as shown:
Create an instance on the updated private network and associate a floating ip to it.
Check the DNS Record Set. It will show an entry for private-vm.testzone.example.com
Check Floating IP
Query instance DNS information to Designate dns_interface IP address:
dig +short -p 5354 @<DNS_INTERFACE_IP> private-vm.testzone.example.com. A
Run a DNS test, pointing to localhost as the DNS server, as this is where the DNSaaS service actually runs. This example attempts to resolve private-vm.testzone.example.com:
Check the reverse DNS configuration:
Reference Links:
https://docs.openstack.org/kolla-ansible/queens/reference/designate-guide.html
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html-single/dns-as-a-service_guide/index