我们如何配置OpenStack以使用和动态更新远程绑定DNS服务器。
答案 0 :(得分:0)
OpenStack在内部依赖于dnsmasq。
我不知道有什么方法可以集成外部绑定服务器。或计划这样做。甚至是这样做的理由。
答案 1 :(得分:0)
目前不支持此功能。有一个DNS驱动程序层,但目前唯一的驱动程序是LDAP支持的PowerDNS。我有动态DNS更新的代码(https://review.openstack.org/#/c/25194/),但由于我们需要先修复eventlet monkey补丁,因此无法登陆。
所以,它正在进行中,但在哈瓦那被释放之前你可能不会看到它。
答案 2 :(得分:-1)
查看指定(https://docs.openstack.org/developer/designate/)
这可能就是你要找的东西:
Designate provides DNSaaS services for OpenStack:
- REST API for domain & record management
- Multi-tenant support
- Integrated with Keystone for authentication
- Framework in place to integrate with Nova and Neutron notifications (for auto-generated records)
- Support for PowerDNS and Bind9 out of the box