Kiall | And.. I think I have a bug in my code preventing yours.. damn :P | 00:02 |
---|---|---|
*** betsy has quit IRC | 00:05 | |
Kiall | Okay.. I'm calling it a night, will fixup the last 13 or so tests tomorrow when I'm slightly more awake ;) | 00:08 |
*** shakamunyi has joined #openstack-dns | 00:22 | |
*** shakamunyi has quit IRC | 00:22 | |
*** sballe has quit IRC | 00:35 | |
*** yidclare has quit IRC | 00:35 | |
*** vinod1 has quit IRC | 00:50 | |
*** vinod1 has joined #openstack-dns | 01:15 | |
*** msisk has quit IRC | 01:25 | |
*** msisk has joined #openstack-dns | 01:26 | |
*** dtx00ff has quit IRC | 01:46 | |
*** dtx00ff has joined #openstack-dns | 01:46 | |
*** msisk has quit IRC | 01:47 | |
*** msisk_ has joined #openstack-dns | 01:47 | |
*** nosnos has joined #openstack-dns | 01:48 | |
*** richm has left #openstack-dns | 01:49 | |
*** dtx00ff has quit IRC | 01:51 | |
*** msisk_ has quit IRC | 02:03 | |
*** mwagner_lap has quit IRC | 02:04 | |
*** shufflebot has quit IRC | 02:12 | |
*** shufflebot has joined #openstack-dns | 02:13 | |
*** slawqo has quit IRC | 02:29 | |
*** richm has joined #openstack-dns | 02:33 | |
*** richm has left #openstack-dns | 02:34 | |
*** nosnos has quit IRC | 03:23 | |
*** nosnos has joined #openstack-dns | 03:53 | |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Answer dns record queries https://review.openstack.org/105845 | 04:08 |
*** betsy has joined #openstack-dns | 04:17 | |
*** vinod1 has quit IRC | 04:42 | |
*** sballe has joined #openstack-dns | 05:33 | |
*** k4n0 has joined #openstack-dns | 05:35 | |
*** nosnos has quit IRC | 06:08 | |
*** sballe has quit IRC | 06:17 | |
*** slawqo has joined #openstack-dns | 07:08 | |
*** zigo has quit IRC | 09:05 | |
*** zigo has joined #openstack-dns | 09:07 | |
*** slawqo has quit IRC | 10:04 | |
*** slawqo has joined #openstack-dns | 10:05 | |
*** slawqo has quit IRC | 10:10 | |
*** slawqo has joined #openstack-dns | 10:16 | |
*** k4n0 has quit IRC | 11:26 | |
*** vinod1 has joined #openstack-dns | 11:30 | |
*** openstackgerrit has quit IRC | 11:47 | |
*** vinod1 has quit IRC | 11:58 | |
*** vinod1 has joined #openstack-dns | 12:21 | |
*** vinod1 has quit IRC | 12:35 | |
*** eankutse has joined #openstack-dns | 12:37 | |
*** eankutse has quit IRC | 12:39 | |
*** eankutse has joined #openstack-dns | 12:39 | |
*** retr0h has quit IRC | 13:04 | |
*** mwagner_lap has joined #openstack-dns | 13:05 | |
*** retr0h has joined #openstack-dns | 13:05 | |
Kiall | Ahh.. Clean :) https://launchpad.net/designate/+milestone/juno-2 | 13:13 |
Kiall | Sorry for the spam folks ;) | 13:13 |
*** sballe has joined #openstack-dns | 13:36 | |
*** sballe has quit IRC | 13:48 | |
*** sballe has joined #openstack-dns | 13:48 | |
*** vinod1 has joined #openstack-dns | 14:00 | |
*** sballe has quit IRC | 14:06 | |
*** jaycaz has joined #openstack-dns | 14:06 | |
*** sballe has joined #openstack-dns | 14:07 | |
*** sballe has quit IRC | 14:07 | |
*** msisk has joined #openstack-dns | 14:07 | |
*** sballe has joined #openstack-dns | 14:07 | |
*** timsim has joined #openstack-dns | 14:12 | |
*** betsy has quit IRC | 14:13 | |
*** crc32 has quit IRC | 14:14 | |
*** crc32 has joined #openstack-dns | 14:14 | |
*** sballe has quit IRC | 14:22 | |
*** sballe has joined #openstack-dns | 14:23 | |
Kiall | vinod1: re https://review.openstack.org/#/c/105845/ "Once the recordset/record changes get merged in, the recordset will already have the records." ..I actually agree with you. I saw it was getting them explicitly and think it's best to merge like that, and update when the RRSet change merges | 14:29 |
*** sballe has quit IRC | 14:29 | |
*** sballe has joined #openstack-dns | 14:30 | |
vinod1 | Thanks Kiall. Re the FORMERR, bind and powerdns seem to behave differently | 14:30 |
Kiall | Fun. | 14:30 |
Kiall | What do you see on each? | 14:30 |
vinod1 | bind behaves as i have coded | 14:30 |
vinod1 | powerdns just drops the request | 14:30 |
Kiall | Was that with TCP or UDP requests? | 14:31 |
vinod1 | i checked with udp | 14:31 |
Kiall | I guess I don't know how that works - for UDP anyway - because without the matching ID, no DNS tool will be able to tie the request/response packets together :/ | 14:31 |
Kiall | I guess they could make a guess.. But still :) | 14:33 |
vinod1 | i did debate on whether to drop the packet or return a FORMERR with a mismatched id | 14:33 |
vinod1 | the reason that i went with the latter is that if there is any issue - it would at least alert us at one end | 14:34 |
vinod1 | rather than fail silently | 14:34 |
Kiall | Yea, I don't see it as harmful .. I just really didn't expect it to function :DF | 14:34 |
*** sballe has quit IRC | 14:42 | |
*** eankutse1 has joined #openstack-dns | 14:43 | |
vinod1 | kiall: one other thing that i am unsure of is whether NXRRSET is the right error to return | 14:43 |
*** sballe has joined #openstack-dns | 14:43 | |
*** eankutse has quit IRC | 14:43 | |
Kiall | vinod1: As in NXDOMAIN or NXRRSET ? | 14:44 |
vinod1 | yes | 14:44 |
Kiall | It looks like we'll return an NXRRSET when the domain doesn't exist | 14:44 |
Kiall | Maybe we need to move the domain fetch a little higher up, before we fetch the RRSet? | 14:45 |
vinod1 | we just check for the recordset directly and not the domain | 14:45 |
Kiall | Well - we do fetch the domain aswell in some cases | 14:45 |
vinod1 | when ttl is not null - yes | 14:45 |
Kiall | Maybe, if we enter the except exceptions.NotFound:, we attempt to fetch the domain and decide there if we return an NXDOMAIN or NXRRSET? | 14:46 |
vinod1 | what domain do we search for - the same name as the one in the query? | 14:47 |
Kiall | OHH | 14:47 |
Kiall | Crud. | 14:47 |
Kiall | So.. Akamai (happen to have one of their nameservers in my history ;)) return an NXDOMAIN for a name with no RRSets | 14:49 |
vinod1 | also if i query for a recordtype where a different recordtype exists I get a NOERROR | 14:49 |
*** sballe has quit IRC | 14:50 | |
Kiall | and REFUSED when the qname is in a non-hosted zone | 14:50 |
vinod1 | e.g. if I query smtp.hp.com with a recordtype SRV, I get a NOERROR with a blank answer section | 14:50 |
Kiall | DNS servers suck ;) http://www.iana.org/assignments/dns-parameters/dns-parameters.xml#dns-parameters-6 | 14:51 |
Kiall | So - There's a subtle difference between when NOERROR and NXDOMAIN should be returned it seems | 14:53 |
Kiall | NOERROR would be acceptable for a recursive nameserver, while NXDOMAIN is expected for authoritative nameserver | 14:53 |
Kiall | and NXRRSET is wrong for us - it seems to be about dealing with prerequisite's in Dynamic DNS updates | 14:54 |
vinod1 | what do you see if you query for a recordtype SRV at smtp.hp.com | 14:56 |
*** jaycaz has quit IRC | 14:57 | |
*** eankutse1 has quit IRC | 14:57 | |
*** eankutse has joined #openstack-dns | 14:58 | |
vinod1 | have a meeting now - will be back in 15 mins | 14:58 |
*** dtx00ff has joined #openstack-dns | 14:58 | |
*** msisk has quit IRC | 15:01 | |
*** msisk has joined #openstack-dns | 15:01 | |
Kiall | vinod1: on a call now myself too | 15:09 |
*** eankutse has quit IRC | 15:16 | |
*** richm has joined #openstack-dns | 15:17 | |
*** crc32 has quit IRC | 15:26 | |
*** vinod1 has quit IRC | 15:27 | |
*** jaycaz has joined #openstack-dns | 15:29 | |
*** vinod1 has joined #openstack-dns | 15:30 | |
*** betsy has joined #openstack-dns | 15:30 | |
*** openstackgerrit has joined #openstack-dns | 15:32 | |
*** ChanServ sets mode: +v openstackgerrit | 15:32 | |
*** sballe has joined #openstack-dns | 15:57 | |
*** eankutse has joined #openstack-dns | 16:04 | |
*** eankutse has quit IRC | 16:04 | |
*** eankutse has joined #openstack-dns | 16:05 | |
*** dtx00ff has quit IRC | 16:13 | |
*** dtx00ff has joined #openstack-dns | 16:13 | |
*** jaycaz has quit IRC | 16:15 | |
*** jaycaz has joined #openstack-dns | 16:17 | |
*** dtx00ff has quit IRC | 16:18 | |
openstackgerrit | Betsy Luzader proposed a change to openstack/designate: Port Report Extensions from v1 to v2 https://review.openstack.org/106094 | 16:20 |
*** eankutse has quit IRC | 16:26 | |
openstackgerrit | Jordan Cazamias proposed a change to openstack/designate-specs: Add spec for Zone and Record TotalCount https://review.openstack.org/106098 | 16:29 |
*** jaycaz has quit IRC | 16:30 | |
*** dtx00ff has joined #openstack-dns | 16:43 | |
betsy | kiall: I thought I’d start on exposing the SOA records, unless you’re already working on it | 16:49 |
*** shakamunyi has joined #openstack-dns | 16:50 | |
*** shakamunyi has quit IRC | 16:50 | |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Answer dns record queries https://review.openstack.org/105845 | 16:59 |
vinod1 | kiall: I simplified error handling a bit and am returning REFUSED. If zone transfers hits an issue, I thought we could add additional logic to return more error codes if needed | 17:00 |
*** shakamunyi has joined #openstack-dns | 17:03 | |
*** shakamunyi has quit IRC | 17:03 | |
*** shakamunyi has joined #openstack-dns | 17:04 | |
*** shakamunyi has quit IRC | 17:04 | |
*** shakamunyi has joined #openstack-dns | 17:06 | |
*** shakamunyi has quit IRC | 17:06 | |
*** shakamunyi has joined #openstack-dns | 17:06 | |
*** shakamunyi has quit IRC | 17:07 | |
*** betsy has quit IRC | 17:18 | |
*** shakamunyi has joined #openstack-dns | 17:20 | |
*** richm has quit IRC | 17:21 | |
*** jaycaz has joined #openstack-dns | 17:29 | |
*** shakamunyi has quit IRC | 17:29 | |
*** shakamunyi has joined #openstack-dns | 17:30 | |
*** shakamunyi has quit IRC | 17:30 | |
*** shakamunyi has joined #openstack-dns | 17:30 | |
*** shakamunyi has quit IRC | 17:30 | |
*** shakamunyi has joined #openstack-dns | 17:31 | |
*** shakamunyi has quit IRC | 17:31 | |
*** richm has joined #openstack-dns | 17:36 | |
*** crc32 has joined #openstack-dns | 17:36 | |
*** richm has quit IRC | 17:40 | |
*** eankutse has joined #openstack-dns | 17:45 | |
*** eankutse has quit IRC | 17:46 | |
*** eankutse has joined #openstack-dns | 17:46 | |
jaycaz | Hey all, I added a spec for the zone/record count showing the possible different formats. If you get the chance, could someone look over it and comment on what format seems better (or, if you want to propose an alternative, go for it) | 17:50 |
jaycaz | https://review.openstack.org/#/c/106098/ | 17:50 |
*** richm has joined #openstack-dns | 17:55 | |
*** yidclare has joined #openstack-dns | 17:55 | |
*** betsy has joined #openstack-dns | 18:01 | |
*** shufflebot has quit IRC | 18:01 | |
*** shufflebot has joined #openstack-dns | 18:01 | |
*** dtx00ff_ has joined #openstack-dns | 18:07 | |
*** jaycaz has left #openstack-dns | 18:11 | |
*** dtx00ff has quit IRC | 18:11 | |
*** bandarji has joined #openstack-dns | 18:14 | |
*** jaycaz has joined #openstack-dns | 18:17 | |
*** mwagner_lap has quit IRC | 18:21 | |
*** vinod1 has quit IRC | 18:40 | |
*** vinod1 has joined #openstack-dns | 18:40 | |
*** mwagner_lap has joined #openstack-dns | 18:41 | |
*** yidclare has quit IRC | 18:43 | |
*** dtx00ff_ has quit IRC | 18:45 | |
*** vinod1 has quit IRC | 18:56 | |
*** eankutse has quit IRC | 19:00 | |
*** eankutse has joined #openstack-dns | 19:08 | |
*** eankutse has quit IRC | 19:08 | |
*** eankutse has joined #openstack-dns | 19:08 | |
*** jaycaz has quit IRC | 19:09 | |
*** dtx00ff has joined #openstack-dns | 19:15 | |
*** jaycaz has joined #openstack-dns | 19:16 | |
*** crc32 has quit IRC | 19:30 | |
*** jaycaz has quit IRC | 19:33 | |
*** eankutse1 has joined #openstack-dns | 19:38 | |
*** jaycaz has joined #openstack-dns | 19:38 | |
*** eankutse1 has quit IRC | 19:38 | |
*** eankutse has quit IRC | 19:38 | |
*** eankutse has joined #openstack-dns | 19:38 | |
*** dtx00ff has quit IRC | 19:40 | |
*** msisk has quit IRC | 19:41 | |
*** msisk has joined #openstack-dns | 19:42 | |
openstackgerrit | Christian Berendt proposed a change to openstack/designate: Enabled hacking check H401 https://review.openstack.org/106151 | 19:45 |
*** sballe has quit IRC | 19:49 | |
*** jaycaz has quit IRC | 19:54 | |
openstackgerrit | Christian Berendt proposed a change to openstack/python-designateclient: Enabled hacking check H401 https://review.openstack.org/106155 | 19:55 |
*** sballe has joined #openstack-dns | 19:55 | |
*** jaycaz has joined #openstack-dns | 19:59 | |
*** shakamunyi has joined #openstack-dns | 20:02 | |
*** shakamunyi has quit IRC | 20:02 | |
*** shakamunyi has joined #openstack-dns | 20:04 | |
*** shakamunyi has quit IRC | 20:04 | |
*** dtx00ff has joined #openstack-dns | 20:07 | |
*** dtx00ff has quit IRC | 20:11 | |
*** dtx00ff has joined #openstack-dns | 20:15 | |
*** dtx00ff has quit IRC | 20:19 | |
*** jaycaz has quit IRC | 20:21 | |
*** jaycaz has joined #openstack-dns | 20:26 | |
*** msisk has quit IRC | 20:32 | |
*** msisk has joined #openstack-dns | 20:33 | |
*** dtx00ff has joined #openstack-dns | 20:46 | |
*** yidclare has joined #openstack-dns | 20:51 | |
*** mwagner_lap has quit IRC | 20:56 | |
*** eankutse has quit IRC | 20:58 | |
*** eankutse has joined #openstack-dns | 20:58 | |
*** yidclare has quit IRC | 21:08 | |
*** sballe has quit IRC | 21:11 | |
*** rossk has joined #openstack-dns | 21:11 | |
*** yidclare has joined #openstack-dns | 21:16 | |
*** dtx00ff has quit IRC | 21:17 | |
*** vinod1 has joined #openstack-dns | 21:27 | |
openstackgerrit | Betsy Luzader proposed a change to openstack/designate: Port Report Extensions from v1 to v2 https://review.openstack.org/106094 | 21:30 |
*** timsim has quit IRC | 21:36 | |
*** timsim has joined #openstack-dns | 21:36 | |
*** vinod1 has quit IRC | 21:41 | |
*** eankutse1 has joined #openstack-dns | 21:43 | |
*** eankutse has quit IRC | 21:45 | |
*** timsim has quit IRC | 21:49 | |
*** dtx00ff has joined #openstack-dns | 21:56 | |
*** eankutse1 has quit IRC | 21:57 | |
*** eankutse has joined #openstack-dns | 21:57 | |
*** jaycaz has quit IRC | 21:59 | |
*** jaycaz has joined #openstack-dns | 21:59 | |
*** msisk has quit IRC | 22:00 | |
*** jaycaz has quit IRC | 22:02 | |
*** eankutse has quit IRC | 22:03 | |
*** betsy has quit IRC | 22:06 | |
*** richm has quit IRC | 22:32 | |
*** vipul has quit IRC | 22:32 | |
*** slawqo has quit IRC | 22:32 | |
*** zigo has quit IRC | 22:32 | |
*** uvirtbot has quit IRC | 22:32 | |
*** dtx00ff has quit IRC | 22:32 | |
*** rektide has quit IRC | 22:33 | |
*** rossk has quit IRC | 22:33 | |
*** seventy3_away has quit IRC | 22:33 | |
*** puck has quit IRC | 22:33 | |
*** Kiall has quit IRC | 22:33 | |
*** briancline has quit IRC | 22:33 | |
*** bauruine has quit IRC | 22:33 | |
*** harmw has quit IRC | 22:33 | |
*** openstackgerrit has quit IRC | 22:33 | |
*** mugsie has quit IRC | 22:33 | |
*** spiffxp has quit IRC | 22:33 | |
*** baffle_ has quit IRC | 22:33 | |
*** mariusv has quit IRC | 22:33 | |
*** ekarlso has quit IRC | 22:33 | |
*** yidclare has quit IRC | 22:33 | |
*** serverascode has quit IRC | 22:33 | |
*** timfreund has quit IRC | 22:33 | |
*** med_ has quit IRC | 22:33 | |
*** retr0h has quit IRC | 22:33 | |
*** shufflebot has quit IRC | 22:33 | |
*** rickerc has quit IRC | 22:33 | |
*** rjrjr has quit IRC | 22:33 | |
*** bandarji has quit IRC | 22:33 | |
*** mgagne has quit IRC | 22:33 | |
*** simonmcc has quit IRC | 22:33 | |
*** soren has quit IRC | 22:33 | |
*** ChanServ has quit IRC | 22:33 | |
*** mikal has quit IRC | 22:33 | |
*** vipul has joined #openstack-dns | 22:36 | |
*** richm has joined #openstack-dns | 22:36 | |
*** dtx00ff has joined #openstack-dns | 22:36 | |
*** yidclare has joined #openstack-dns | 22:36 | |
*** rossk has joined #openstack-dns | 22:36 | |
*** bandarji has joined #openstack-dns | 22:36 | |
*** openstackgerrit has joined #openstack-dns | 22:36 | |
*** retr0h has joined #openstack-dns | 22:36 | |
*** slawqo has joined #openstack-dns | 22:36 | |
*** zigo has joined #openstack-dns | 22:36 | |
*** shufflebot has joined #openstack-dns | 22:36 | |
*** rjrjr has joined #openstack-dns | 22:36 | |
*** uvirtbot has joined #openstack-dns | 22:36 | |
*** rektide has joined #openstack-dns | 22:36 | |
*** rickerc has joined #openstack-dns | 22:36 | |
*** mugsie has joined #openstack-dns | 22:36 | |
*** spiffxp has joined #openstack-dns | 22:36 | |
*** mgagne has joined #openstack-dns | 22:36 | |
*** serverascode has joined #openstack-dns | 22:36 | |
*** bauruine has joined #openstack-dns | 22:36 | |
*** baffle_ has joined #openstack-dns | 22:36 | |
*** mariusv has joined #openstack-dns | 22:36 | |
*** ekarlso has joined #openstack-dns | 22:36 | |
*** harmw has joined #openstack-dns | 22:36 | |
*** briancline has joined #openstack-dns | 22:36 | |
*** Kiall has joined #openstack-dns | 22:36 | |
*** puck has joined #openstack-dns | 22:36 | |
*** seventy3_away has joined #openstack-dns | 22:36 | |
*** simonmcc has joined #openstack-dns | 22:36 | |
*** soren has joined #openstack-dns | 22:36 | |
*** timfreund has joined #openstack-dns | 22:36 | |
*** med_ has joined #openstack-dns | 22:36 | |
*** ChanServ has joined #openstack-dns | 22:36 | |
*** dickson.freenode.net sets mode: +vo openstackgerrit ChanServ | 22:36 | |
*** mikal has joined #openstack-dns | 22:36 | |
*** msisk has joined #openstack-dns | 22:46 | |
*** yidclare has quit IRC | 23:00 | |
*** yidclare has joined #openstack-dns | 23:08 | |
*** dtx00ff is now known as darshan | 23:11 | |
*** darshan is now known as darshans | 23:11 | |
*** darshans is now known as darshan104 | 23:14 | |
*** darshan104 has quit IRC | 23:16 | |
*** dtx00ff has joined #openstack-dns | 23:16 | |
*** dtx00ff is now known as darshan104 | 23:16 | |
*** yidclare has quit IRC | 23:21 | |
*** shakamunyi has joined #openstack-dns | 23:28 | |
*** shakamunyi has quit IRC | 23:28 | |
*** richm has quit IRC | 23:43 | |
*** bandarji has quit IRC | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!