On 08/21/2018 07:45 AM, Ivan Kudryavtsev wrote: > Hello, users, devs. > > We developed a small service for the creation of DNS records (A, AAAA, PTR) > in the PowerDNS and published it in the GitHub: > > https://github.com/bwsw/cs-powerdns-integration >
That seems very nice. Very nicely done. I like PowerDNS :-) Wido > Licensed under Apache 2 License. > > *Rationale* > > CloudStack VR maintains DNS A records for VMs but since VR is an ephemeral > entity which can be removed and recreated, which IP addresses can be > changed, it's inconvenient to use it for zone delegation. Also, it's > difficult to pair second DNS server with it as it requires VR hacking. So, > to overcome those difficulties and provide external users with FQDN access > to VMs we implemented the solution. > >