*** EricGonczer_ has quit IRC | 00:05 | |
*** sballe_ has joined #openstack-dns | 00:17 | |
*** sballe has quit IRC | 00:17 | |
*** sballe has joined #openstack-dns | 00:20 | |
*** sballe_ has quit IRC | 00:23 | |
*** EricGonczer_ has joined #openstack-dns | 00:24 | |
*** balles has quit IRC | 00:27 | |
*** sballe has quit IRC | 00:27 | |
*** sballe has joined #openstack-dns | 00:27 | |
*** vinod has joined #openstack-dns | 00:27 | |
*** balles has joined #openstack-dns | 00:27 | |
*** EricGonczer_ has quit IRC | 00:34 | |
vinod | betsy: are you around? | 00:36 |
---|---|---|
*** balles has quit IRC | 00:36 | |
*** balles has joined #openstack-dns | 00:38 | |
vinod | Kiall_:/mugsie:/betsy: The problem seems to be that MX_RECORD_ID has 3 ids in it | 00:38 |
vinod | MX_RECORD_ID=$(get_record_id $DOMAIN_ID $DOMAIN_NAME MX) | 00:38 |
vinod | This returns 3 ids | 00:39 |
vinod | We set the MX record name to be the domain name - with the new change - SOA and NS records too are added and I guess they are returned too when we do a get_record_id | 00:47 |
vinod | So we need to change the MX record name for the tests to pass | 00:47 |
vinod | or have a different way of getting to the actual id | 00:48 |
*** richm has quit IRC | 00:53 | |
*** rossk has quit IRC | 00:56 | |
*** HenryG_ has joined #openstack-dns | 01:12 | |
*** HenryG has quit IRC | 01:14 | |
*** devroot1 has joined #openstack-dns | 01:20 | |
*** timfreun1 has joined #openstack-dns | 01:25 | |
*** EricGonczer_ has joined #openstack-dns | 01:26 | |
*** vinod has quit IRC | 01:28 | |
*** devroot has quit IRC | 01:28 | |
*** timfreund has quit IRC | 01:28 | |
*** uvirtbot` has quit IRC | 01:39 | |
*** devroot1 has quit IRC | 01:39 | |
*** marzif__ has quit IRC | 01:39 | |
*** openstackgerrit has quit IRC | 01:39 | |
*** vipul has quit IRC | 01:39 | |
*** mugsie has quit IRC | 01:39 | |
*** uvirtbot has joined #openstack-dns | 01:39 | |
*** devroot1 has joined #openstack-dns | 01:50 | |
*** marzif__ has joined #openstack-dns | 01:50 | |
*** openstackgerrit has joined #openstack-dns | 01:50 | |
*** vipul has joined #openstack-dns | 01:50 | |
*** mugsie has joined #openstack-dns | 01:50 | |
*** sendak.freenode.net sets mode: +v openstackgerrit | 01:50 | |
*** EricGonczer_ has quit IRC | 01:57 | |
*** balles has quit IRC | 02:06 | |
*** balles has joined #openstack-dns | 02:07 | |
*** sballe has quit IRC | 03:37 | |
*** balles has quit IRC | 03:54 | |
*** balles has joined #openstack-dns | 03:54 | |
*** balles has quit IRC | 05:42 | |
*** balles has joined #openstack-dns | 05:43 | |
*** mugsie has quit IRC | 06:58 | |
*** mugsie has joined #openstack-dns | 06:59 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/designate: Updated from global requirements https://review.openstack.org/117946 | 08:51 |
*** balles has quit IRC | 10:01 | |
*** balles has joined #openstack-dns | 10:02 | |
*** Guest21743 is now known as puck | 11:34 | |
*** devroot has joined #openstack-dns | 11:51 | |
*** mikal_ has joined #openstack-dns | 11:52 | |
*** devroot1 has quit IRC | 11:53 | |
*** betsy has quit IRC | 11:57 | |
*** mikal has quit IRC | 11:57 | |
*** devroot1 has joined #openstack-dns | 12:23 | |
*** devroot has quit IRC | 12:29 | |
*** devroot has joined #openstack-dns | 12:31 | |
*** devroot1 has quit IRC | 12:40 | |
*** EricGonczer_ has joined #openstack-dns | 12:52 | |
*** timfreund has joined #openstack-dns | 13:02 | |
*** HenryG__ has joined #openstack-dns | 13:03 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/designate: Fix DevStack xtrace output https://review.openstack.org/117971 | 13:05 |
*** timfreun1 has quit IRC | 13:06 | |
*** HenryG_ has quit IRC | 13:06 | |
*** EricGonczer_ has quit IRC | 13:08 | |
*** vinod1 has joined #openstack-dns | 13:08 | |
Kiall_ | vinod1: heya | 13:10 |
*** Kiall_ is now known as Kiall | 13:10 | |
vinod1 | Hi Kiall_ | 13:10 |
Kiall | I just submitted https://review.openstack.org/#/c/117971/ to fix the trace output during devstack runs, so we don't need to echo the commands etc.. Can you take the rest of the fix you put together and into a separate review? That way we can start getting these merged :) | 13:11 |
vinod1 | Do you mean changes to lib.designate - https://review.openstack.org/#/c/109731/6/contrib/devstack/lib/designate ? | 13:12 |
Kiall | Yep, since your patch depends on betsy's, we can't merge the fix unless it's a separate review (or included as part of betsy's) | 13:13 |
Kiall | Catch-22 and all that :) | 13:14 |
*** EricGonczer_ has joined #openstack-dns | 13:15 | |
vinod1 | Kiall: Is a change needed here too -https://github.com/openstack/designate/blob/master/contrib/devstack/lib/designate#L17? | 13:17 |
Kiall | No, the other changes are intended to prevent the plugin files overriding that variable | 13:17 |
Kiall | The end result was we stored the trace var, turned trace off, stored the trace var again from a plugin, ..., restored the trace var | 13:18 |
Kiall | so it always ended up off by the time the plugins loaded | 13:19 |
vinod1 | ah ok - makes sense | 13:20 |
openstackgerrit | A change was merged to openstack/python-designateclient: sync and touch Commands Extend the base.DeleteCommand https://review.openstack.org/114397 | 13:21 |
Kiall | and dsvm logs look good :) they actually show the commands executed again | 13:27 |
*** devroot has quit IRC | 13:29 | |
*** devroot has joined #openstack-dns | 13:30 | |
*** HenryG__ is now known as HenryG | 13:31 | |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Fix get_record_id to return only the requested id https://review.openstack.org/117972 | 13:31 |
Kiall | vinod1: cool :) Assuming gate passes, we'll get that merged and recheck betsy's on top of it.. | 13:33 |
vinod1 | and meanwhile I will rebase my AXFR changes again remove the other changes | 13:34 |
Kiall | Cool, I have tomorrow set aside for finally getting the TSIG stuff in place - finally :) | 13:38 |
*** soren has quit IRC | 13:40 | |
*** soren has joined #openstack-dns | 13:41 | |
openstackgerrit | A change was merged to openstack/designate: Fix DevStack xtrace output https://review.openstack.org/117971 | 13:42 |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests https://review.openstack.org/109731 | 13:47 |
openstackgerrit | A change was merged to openstack/designate: Fix get_record_id to return only the requested id https://review.openstack.org/117972 | 14:03 |
Kiall | vinod1: 1 request for https://review.openstack.org/#/c/109731/ ... Can we have the exercise do a `dig @127.0.0.1 AXFR some-domain.com.` to ensure it works + continues working? :) | 14:03 |
vinod1 | I will do that. That is a good idea | 14:05 |
Kiall | Okay, gotta run.. betsy's change is rechecking now, hopefully it all works now :) | 14:06 |
vinod1 | Kiall: With dig, I think it goes against the backend and not against mdns | 14:13 |
vinod1 | I am assuming, starting mdns and changing the port for dig - should fix it. Let me know if you spot any issues with that | 14:14 |
ekarlso | elloooo | 14:16 |
vinod1 | Hello ekarlso: | 14:20 |
*** vinod1 has quit IRC | 14:35 | |
*** serverascode_ has joined #openstack-dns | 14:47 | |
*** harmw_ has joined #openstack-dns | 14:49 | |
*** serverascode has quit IRC | 14:54 | |
*** russellb has quit IRC | 14:54 | |
*** harmw has quit IRC | 14:54 | |
*** ekarlso has quit IRC | 14:54 | |
*** bauruine has quit IRC | 14:54 | |
*** ekarlso has joined #openstack-dns | 14:55 | |
*** serverascode_ is now known as serverascode | 14:55 | |
*** russellb has joined #openstack-dns | 14:55 | |
*** bauruine has joined #openstack-dns | 14:58 | |
*** EricGonczer_ has quit IRC | 15:26 | |
*** EricGonczer_ has joined #openstack-dns | 15:31 | |
*** balles has quit IRC | 15:44 | |
*** balles has joined #openstack-dns | 15:46 | |
*** EricGonczer_ has quit IRC | 15:47 | |
*** vinod1 has joined #openstack-dns | 15:59 | |
*** openstackstatus has joined #openstack-dns | 16:01 | |
*** ChanServ sets mode: +v openstackstatus | 16:01 | |
-openstackstatus- NOTICE: Gerrit is offline for project renaming maintenance, ETA 1630 | 16:06 | |
*** ChanServ changes topic to "Gerrit is offline for project renaming maintenance, ETA 1630" | 16:06 | |
*** HenryG is now known as HenryG_afk | 16:34 | |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Expose SOA and NS records https://review.openstack.org/112063 | 16:38 |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests https://review.openstack.org/109731 | 16:38 |
*** vinod1 has quit IRC | 16:44 | |
*** openstackgerrit has quit IRC | 16:46 | |
*** openstackgerrit has joined #openstack-dns | 16:47 | |
*** ChanServ sets mode: +v openstackgerrit | 16:47 | |
*** ChanServ changes topic to "Openstack DNS / Designate - Weekly meet on Wednesdays @ 1700 UTC https://launchpad.net/designate - https://github.com/openstack/designate - http://docs.openstack.org/developer/designate/ - This room is logged (http://eavesdrop.openstack.org/irclogs/) - Designate Mid-Cycle Info - https://wiki.openstack.org/wiki/Designate/MidCycleJuly2014" | 16:52 | |
*** vinod1 has joined #openstack-dns | 16:59 | |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests https://review.openstack.org/109731 | 17:07 |
*** vinod1 has quit IRC | 17:08 | |
*** vinod1 has joined #openstack-dns | 18:53 | |
*** vinod1 has quit IRC | 19:24 | |
*** vinod1 has joined #openstack-dns | 19:57 | |
openstackgerrit | Vinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests https://review.openstack.org/109731 | 20:31 |
*** vinod1 has quit IRC | 20:32 | |
*** EricGonczer_ has joined #openstack-dns | 20:39 | |
*** EricGonczer_ has quit IRC | 20:52 | |
*** vinod1 has joined #openstack-dns | 20:52 | |
*** EricGonczer_ has joined #openstack-dns | 20:59 | |
*** vinod1 has quit IRC | 21:09 | |
*** vinod1 has joined #openstack-dns | 21:09 | |
*** balles has quit IRC | 21:12 | |
*** vinod2 has joined #openstack-dns | 21:13 | |
*** vinod1 has quit IRC | 21:15 | |
*** balles has joined #openstack-dns | 21:16 | |
*** gohko has quit IRC | 21:21 | |
*** bauruine has quit IRC | 21:21 | |
*** gohko has joined #openstack-dns | 21:22 | |
*** bauruine has joined #openstack-dns | 21:23 | |
*** EricGonczer_ has quit IRC | 21:26 | |
*** harmw_ is now known as harmw | 22:00 | |
*** EricGonczer_ has joined #openstack-dns | 22:32 | |
*** balles has quit IRC | 23:19 | |
*** balles has joined #openstack-dns | 23:20 | |
*** vinod2 has quit IRC | 23:40 | |
*** EricGonczer_ has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!