Saturday, 2014-08-30

*** EricGonczer_ has quit IRC00:05
*** sballe_ has joined #openstack-dns00:17
*** sballe has quit IRC00:17
*** sballe has joined #openstack-dns00:20
*** sballe_ has quit IRC00:23
*** EricGonczer_ has joined #openstack-dns00:24
*** balles has quit IRC00:27
*** sballe has quit IRC00:27
*** sballe has joined #openstack-dns00:27
*** vinod has joined #openstack-dns00:27
*** balles has joined #openstack-dns00:27
*** EricGonczer_ has quit IRC00:34
vinodbetsy: are you around?00:36
*** balles has quit IRC00:36
*** balles has joined #openstack-dns00:38
vinodKiall_:/mugsie:/betsy: The problem seems to be that MX_RECORD_ID has 3 ids in it00:38
vinodMX_RECORD_ID=$(get_record_id $DOMAIN_ID $DOMAIN_NAME MX)00:38
vinodThis returns 3 ids00:39
vinodWe 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_id00:47
vinodSo we need to change the MX record name for the tests to pass00:47
vinodor have a different way of getting to the actual id00:48
*** richm has quit IRC00:53
*** rossk has quit IRC00:56
*** HenryG_ has joined #openstack-dns01:12
*** HenryG has quit IRC01:14
*** devroot1 has joined #openstack-dns01:20
*** timfreun1 has joined #openstack-dns01:25
*** EricGonczer_ has joined #openstack-dns01:26
*** vinod has quit IRC01:28
*** devroot has quit IRC01:28
*** timfreund has quit IRC01:28
*** uvirtbot` has quit IRC01:39
*** devroot1 has quit IRC01:39
*** marzif__ has quit IRC01:39
*** openstackgerrit has quit IRC01:39
*** vipul has quit IRC01:39
*** mugsie has quit IRC01:39
*** uvirtbot has joined #openstack-dns01:39
*** devroot1 has joined #openstack-dns01:50
*** marzif__ has joined #openstack-dns01:50
*** openstackgerrit has joined #openstack-dns01:50
*** vipul has joined #openstack-dns01:50
*** mugsie has joined #openstack-dns01:50
*** sendak.freenode.net sets mode: +v openstackgerrit01:50
*** EricGonczer_ has quit IRC01:57
*** balles has quit IRC02:06
*** balles has joined #openstack-dns02:07
*** sballe has quit IRC03:37
*** balles has quit IRC03:54
*** balles has joined #openstack-dns03:54
*** balles has quit IRC05:42
*** balles has joined #openstack-dns05:43
*** mugsie has quit IRC06:58
*** mugsie has joined #openstack-dns06:59
openstackgerritOpenStack Proposal Bot proposed a change to openstack/designate: Updated from global requirements  https://review.openstack.org/11794608:51
*** balles has quit IRC10:01
*** balles has joined #openstack-dns10:02
*** Guest21743 is now known as puck11:34
*** devroot has joined #openstack-dns11:51
*** mikal_ has joined #openstack-dns11:52
*** devroot1 has quit IRC11:53
*** betsy has quit IRC11:57
*** mikal has quit IRC11:57
*** devroot1 has joined #openstack-dns12:23
*** devroot has quit IRC12:29
*** devroot has joined #openstack-dns12:31
*** devroot1 has quit IRC12:40
*** EricGonczer_ has joined #openstack-dns12:52
*** timfreund has joined #openstack-dns13:02
*** HenryG__ has joined #openstack-dns13:03
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Fix DevStack xtrace output  https://review.openstack.org/11797113:05
*** timfreun1 has quit IRC13:06
*** HenryG_ has quit IRC13:06
*** EricGonczer_ has quit IRC13:08
*** vinod1 has joined #openstack-dns13:08
Kiall_vinod1: heya13:10
*** Kiall_ is now known as Kiall13:10
vinod1Hi Kiall_13:10
KiallI 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
vinod1Do you mean changes to lib.designate - https://review.openstack.org/#/c/109731/6/contrib/devstack/lib/designate ?13:12
KiallYep, 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
KiallCatch-22 and all that :)13:14
*** EricGonczer_ has joined #openstack-dns13:15
vinod1Kiall: Is a change needed here too -https://github.com/openstack/designate/blob/master/contrib/devstack/lib/designate#L17?13:17
KiallNo, the other changes are intended to prevent the plugin files overriding that variable13:17
KiallThe end result was we stored the trace var, turned trace off, stored the trace var again from a plugin, ..., restored the trace var13:18
Kiallso it always ended up off by the time the plugins loaded13:19
vinod1ah ok - makes sense13:20
openstackgerritA change was merged to openstack/python-designateclient: sync and touch Commands Extend the base.DeleteCommand  https://review.openstack.org/11439713:21
Kialland dsvm logs look good :) they actually show the commands executed again13:27
*** devroot has quit IRC13:29
*** devroot has joined #openstack-dns13:30
*** HenryG__ is now known as HenryG13:31
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Fix get_record_id to return only the requested id  https://review.openstack.org/11797213:31
Kiallvinod1: cool :) Assuming gate passes, we'll get that merged and recheck betsy's on top of it..13:33
vinod1and meanwhile I will rebase my AXFR changes again remove the other changes13:34
KiallCool, I have tomorrow set aside for finally getting the TSIG stuff in place - finally :)13:38
*** soren has quit IRC13:40
*** soren has joined #openstack-dns13:41
openstackgerritA change was merged to openstack/designate: Fix DevStack xtrace output  https://review.openstack.org/11797113:42
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests  https://review.openstack.org/10973113:47
openstackgerritA change was merged to openstack/designate: Fix get_record_id to return only the requested id  https://review.openstack.org/11797214:03
Kiallvinod1: 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
vinod1I will do that.  That is a good idea14:05
KiallOkay, gotta run.. betsy's change is rechecking now, hopefully it all works now :)14:06
vinod1Kiall: With dig, I think it goes against the backend and not against mdns14:13
vinod1I am assuming, starting mdns and changing the port for dig - should fix it.  Let me know if you spot any issues with that14:14
ekarlsoelloooo14:16
vinod1Hello ekarlso:14:20
*** vinod1 has quit IRC14:35
*** serverascode_ has joined #openstack-dns14:47
*** harmw_ has joined #openstack-dns14:49
*** serverascode has quit IRC14:54
*** russellb has quit IRC14:54
*** harmw has quit IRC14:54
*** ekarlso has quit IRC14:54
*** bauruine has quit IRC14:54
*** ekarlso has joined #openstack-dns14:55
*** serverascode_ is now known as serverascode14:55
*** russellb has joined #openstack-dns14:55
*** bauruine has joined #openstack-dns14:58
*** EricGonczer_ has quit IRC15:26
*** EricGonczer_ has joined #openstack-dns15:31
*** balles has quit IRC15:44
*** balles has joined #openstack-dns15:46
*** EricGonczer_ has quit IRC15:47
*** vinod1 has joined #openstack-dns15:59
*** openstackstatus has joined #openstack-dns16:01
*** ChanServ sets mode: +v openstackstatus16:01
-openstackstatus- NOTICE: Gerrit is offline for project renaming maintenance, ETA 163016:06
*** ChanServ changes topic to "Gerrit is offline for project renaming maintenance, ETA 1630"16:06
*** HenryG is now known as HenryG_afk16:34
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Expose SOA and NS records  https://review.openstack.org/11206316:38
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests  https://review.openstack.org/10973116:38
*** vinod1 has quit IRC16:44
*** openstackgerrit has quit IRC16:46
*** openstackgerrit has joined #openstack-dns16:47
*** ChanServ sets mode: +v openstackgerrit16: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-dns16:59
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests  https://review.openstack.org/10973117:07
*** vinod1 has quit IRC17:08
*** vinod1 has joined #openstack-dns18:53
*** vinod1 has quit IRC19:24
*** vinod1 has joined #openstack-dns19:57
openstackgerritVinod Mangalpally proposed a change to openstack/designate: Add support for AXFR requests  https://review.openstack.org/10973120:31
*** vinod1 has quit IRC20:32
*** EricGonczer_ has joined #openstack-dns20:39
*** EricGonczer_ has quit IRC20:52
*** vinod1 has joined #openstack-dns20:52
*** EricGonczer_ has joined #openstack-dns20:59
*** vinod1 has quit IRC21:09
*** vinod1 has joined #openstack-dns21:09
*** balles has quit IRC21:12
*** vinod2 has joined #openstack-dns21:13
*** vinod1 has quit IRC21:15
*** balles has joined #openstack-dns21:16
*** gohko has quit IRC21:21
*** bauruine has quit IRC21:21
*** gohko has joined #openstack-dns21:22
*** bauruine has joined #openstack-dns21:23
*** EricGonczer_ has quit IRC21:26
*** harmw_ is now known as harmw22:00
*** EricGonczer_ has joined #openstack-dns22:32
*** balles has quit IRC23:19
*** balles has joined #openstack-dns23:20
*** vinod2 has quit IRC23:40
*** EricGonczer_ has quit IRC23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!