<div dir="ltr"><div><div><div><div><div><div>We want Designate to use Infoblox as its DNS backend. We've following this guideline:<br><a href="http://docs.openstack.org/developer/designate/backends/infoblox.html">http://docs.openstack.org/developer/designate/backends/infoblox.html</a><br><br></div>It does not work and we could not find what was the reason. When adding a record to a domain, mDNS tries to synchronize with Infoblox but it fails:<br><br><b style="font-weight:normal" id="docs-internal-guid-d1b90841-9ae2-01a2-b92d-ff4009607108"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-07-16 16:00:54.642 23660 INFO designate.mdns.notify [req-361d6bac-570f-420c-957c-d72f3593539f noauth-user noauth-project - - -] Sending 'SOA' for 'ost2.<b>xx</b>.' to '<a href="http://10.95.121.180:53">10.95.121.180:53</a>'.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-07-16 16:00:54.654 23660 INFO designate.mdns.notify [req-361d6bac-570f-420c-957c-d72f3593539f noauth-user noauth-project - - -] ost2.<b>xx</b>. not found on <a href="http://10.95.121.180:53">10.95.121.180:53</a></span></p><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">2015-07-16 16:00:54.655 23660 WARNING designate.mdns.notify [req-361d6bac-570f-420c-957c-d72f3593539f noauth-user noauth-project - - -] Got lower serial for 'ost2.<b>xx</b>.' to '<a href="http://10.95.121.180:53">10.95.121.180:53</a>'. </span></b><b style="font-weight:normal" id="docs-internal-guid-d1b90841-9ae4-033a-9cc7-e20abb076d3c"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">Expected:'1438054443'. Got:'None'.Retries left='5'<br></span></b><br>I'm afraid that I need to clarify some doubts before:<br></div><br>a) I added a server (name server) with REST API v1. Without any server, I could not create a domain. This server targets to Designate mDNS. Is it correct?<br></div><br>b) What's the purpose of the pool manager (integrated with Infoblox via API) when data is synchronized via DNS (NOTIFY & AXFR)?<br><br></div>c) Why I can see the records via API, but I cannot resolve them via mDNS?<br><br>$ dig @localhost prueba2.ost2.xx<br><br>; <<>> DiG 9.8.1-P1 <<>> @localhost prueba2.ost2.xx<br>; (1 server found)<br>;; global options: +cmd<br>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, <b>status: REFUSED</b>, id: 25770<br>;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0<br>;; WARNING: recursion requested but not available<br><br>;; QUESTION SECTION:<br>;prueba2.ost2.xx.        IN    A<br><br>;; Query time: 1 msec<br>;; SERVER: 127.0.0.1#53(127.0.0.1)<br>;; WHEN: Fri Jul 17 09:29:51 2015<br>;; MSG SIZE  rcvd: 38<br><br></div>It looks like the DNS query is refused.<br><br></div>Thanks is advance.<br><div><div><div><div><div><br></div></div></div></div></div></div>