Monday, 2014-09-01

*** openstack has joined #openstack-dns00:08
*** ChanServ sets mode: +v openstack00:08
*** puck has quit IRC00:11
*** balles has quit IRC00:59
*** balles has joined #openstack-dns01:00
*** nosnos has joined #openstack-dns01:42
*** vinod has joined #openstack-dns02:29
*** vinod has quit IRC02:35
*** vinod has joined #openstack-dns02:36
*** vinod has quit IRC02:56
*** vinod has joined #openstack-dns03:03
*** EricGonczer_ has joined #openstack-dns05:01
*** EricGonczer_ has quit IRC05:04
*** vinod has quit IRC05:55
*** vinod has joined #openstack-dns05:57
*** k4n0 has joined #openstack-dns06:04
*** vinod has quit IRC06:47
harmwKiall: forgive me for beeing a bit to overexcited in LP :p07:05
ekarlsoharmw: company are you from btw ?07:14
harmwnone, well, we don't operate a cloud ourselves07:15
harmwso this is merely personal interest07:15
ekarlsooh07:16
ekarlsowhich company u work for normally then ?07:16
harmwvevida.com07:19
harmwso, webhosting :)07:20
ekarlsoah07:21
harmwso not some major IaaS player, we only host some 60k websites :p07:46
*** EricGonczer_ has joined #openstack-dns08:08
*** EricGonczer_ has quit IRC08:15
*** k4n0 has quit IRC08:47
*** k4n0 has joined #openstack-dns09:06
*** k4n0 has quit IRC10:00
*** k4n0 has joined #openstack-dns10:14
*** Guest13287 is now known as puck10:20
openstackgerritA change was merged to openstack/designate: Update default notification-topics for nova/neutron  https://review.openstack.org/11806311:13
openstackgerritA change was merged to openstack/designate: Updated from global requirements  https://review.openstack.org/11794611:14
*** balles has quit IRC11:21
*** sballe has joined #openstack-dns11:22
*** sballe has quit IRC12:11
openstackgerritA change was merged to openstack/designate: Expose SOA and NS records  https://review.openstack.org/11206312:16
Kiallharmw: no worries ;) Fixes are merging now anyway12:18
harmwyea, I noticed :)12:19
harmwhm, why isn't LP automatically updated12:20
openstackgerritA change was merged to openstack/designate: Add support for AXFR requests  https://review.openstack.org/10973112:21
harmwshouldn't hudson do atleast something considering it merged the bugfix?12:21
KiallIt does, but you got the 2 bugs and 2 reviews switched around :)12:24
Kialle.g. this one has merged: https://bugs.launchpad.net/designate/+bug/136372412:24
uvirtbotLaunchpad bug 1363724 in designate "designate-sink default notification-topic's for nova/neutron are incorrect" [Medium,Fix committed]12:24
Kiallbut this one hasn't:12:25
Kiallhttps://bugs.launchpad.net/designate/+bug/136069612:25
uvirtbotLaunchpad bug 1360696 in designate "oslo notify dispatcher, unexpected keyword argument" [High,In progress]12:25
*** nosnos has quit IRC12:32
*** nosnos has joined #openstack-dns12:33
*** nosnos has quit IRC12:37
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Move DNS packet serialization into mDNS service  https://review.openstack.org/11804612:42
harmwhah ok12:52
*** sballe has joined #openstack-dns12:55
*** openstack has joined #openstack-dns13:56
*** ChanServ sets mode: +v openstack13:56
*** openstackstatus has joined #openstack-dns13:57
*** ChanServ sets mode: +v openstackstatus13:57
*** sballe has joined #openstack-dns14:12
*** vinod has joined #openstack-dns14:13
*** balles has joined #openstack-dns14:13
Kiallmugsie / vinod - https://review.openstack.org/#/c/118046/ is rebased + ready to go now that the SOA/AXFR stuff has merged in14:20
vinodKiall: I had a question14:22
vinodIn https://review.openstack.org/#/c/118046/3/designate/mdns/service.py14:22
KiallHeya14:22
vinodI notice that when you fail to deserialize the request - you just make a query and send it as the response14:22
vinodIs this valid?14:23
KiallI personally don't think returning anything is right ;) But.. It's just moved the code you had in handler.py -> service.pu14:23
Kiallpy*14:23
vinodI had a fake request and I was constructing a response to it and sending the response14:24
KiallAha, you did.. Nice spot :)14:25
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Move DNS packet serialization into mDNS service  https://review.openstack.org/11804614:27
KiallFixed14:27
Kiallvinod: also, I convinced the dnspython author to do a release today.. we might just be in luck :)14:29
vinodwow - Kiall - you do have influence :-)14:29
Kialllol14:29
KiallI just emailed him14:29
Kiallhttps://github.com/rthalley/dnspython/commit/e1369c62d14f82b80ef11197a490ace5d43bb3f3 <-- Looks like he's getting ready to release :)14:30
vinodAfter that is it the openstack min requirements that need to be updated?14:32
KiallYes, I'll try get that updated.. It's currently dnspython>=1.9.414:32
Kiallwhile we'll want to bump it to dnspython>=1.12.014:33
KiallThe only reason I can think of that change being rejected is, distro's like RHEL/Ubuntu etc don't like needing to update stuff like that14:33
Kiall(or if it breaks some of the other projects which use dnspython)14:34
KiallOh .. Nice.. He literally just pushed 0.12.0 it to pypi :)14:34
Kiallthe OpenStack mirrors will pick it up tonight, and we can update g-r at that point I believe.14:35
vinodcool14:36
*** k4n0 has quit IRC14:37
vinodIn https://review.openstack.org/#/c/118046/4/designate/tests/test_mdns/test_handler.py, do you expect to update test_dispatch_opcode_query_invalid at a later point?14:38
KiallYes, we need to rework those a little14:41
Kiallbrb14:41
Kiallback - so, the tests need to be re-worked to take into account that the decode happens in service.py, while the processing happens in handler.py, but I figured we're tight on time, so wanted to get the feature (middleware) in before FF14:51
*** HenryG has joined #openstack-dns14:57
KiallSo, he skipped the package upload to pypi, and instead only uploaded the metadata (which, is OK by pypi, but a -2 from OpenStack :()15:00
KiallI've asked him to push up the tarball too... Fingers crossed ;)15:00
openstackgerritEndre Karlson proposed a change to openstack/designate: Use 1 connection when running ALTER migrations  https://review.openstack.org/11710515:04
Kiallvinod / mugsie / betsy: https://review.openstack.org/#/q/status:open+project:openstack/designate+branch:stable/icehouse+topic:bug/1348318,n,z15:13
Kiall3 stable backports needing +A, perms change landed15:13
*** sballe has quit IRC15:13
vinodlooking at them now15:14
Kiallthanks :)15:14
*** balles has quit IRC15:48
vinodmugsie/betsy: One of you need to look at this change - https://review.openstack.org/#/c/117200/15:48
KiallNice to finally have those off my outgoing review list ;)15:52
KiallDown to about 17 now :(15:53
*** vinod has quit IRC15:59
*** vinod has joined #openstack-dns16:05
KiallSeems our DB Migrations dislike me.. filed bug 1364080 -_-16:12
uvirtbotLaunchpad bug 1364080 in designate "Designate migrations fail with Cannot add foreign key constraint" [Critical,Triaged] https://launchpad.net/bugs/136408016:12
*** vinod has quit IRC16:25
*** vinod has joined #openstack-dns16:45
*** vinod has quit IRC17:03
*** vinod has joined #openstack-dns17:04
*** vinod has quit IRC17:18
*** vinod1 has joined #openstack-dns18:02
*** vinod1 has quit IRC18:17
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Squash Icehouse DB Migrations  https://review.openstack.org/11820318:34
*** vinod1 has joined #openstack-dns18:38
*** vinod1 has quit IRC18:40
*** vinod1 has joined #openstack-dns18:45
*** vinod1 has quit IRC19:09
*** vinod1 has joined #openstack-dns19:10
harmwhow should I configure neutron to create PTR records?19:18
harmwsince there is only 1 domain_id...19:18
harmwand I'd like it to create records in both in.addr.arpa and in.addr.arpa6 (or whatever the correct names are :p)19:19
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Squash Icehouse DB Migrations  https://review.openstack.org/11820319:36
Kiallharmw: the stock handlers we ship are really intended to be little more than samples for you to customize as needed19:37
harmwoh ok, interesting :)19:37
harmwyou know of any BPs trying to address this?19:38
*** EricGonczer_ has joined #openstack-dns19:38
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Squash Icehouse DB Migrations  https://review.openstack.org/11820319:39
Kiallharmw: No, literally everyone wants something different.. So we decided to leave it as a "Build You're Own Adventure" thing, rather than trying (and failing) to produce a 1 size fits all handler.19:40
KiallThere's a sample plugin @ https://github.com/openstack/designate/tree/master/contrib/designate-ext-samplehandler19:40
KiallIt shows how to write a handler plugin that does whatever you want it to do (i.e whatever you can code up in python)19:41
harmwok, Ill take a look19:41
Kiall90% of the contents in there are boilerplate, the bulk is @ https://github.com/openstack/designate/blob/master/contrib/designate-ext-samplehandler/designate_ext_samplehandler/notification_handler/sample.py19:41
harmwso basically, the current nova plugin can only add records to one specific domain_id and this is also true for neutron19:42
harmwwhereas nova operates on instances, and neutron on floatingips19:43
harmwright?19:43
KiallYea, beyond that you can write a plugin to do whatever you want really19:44
harmwwell, having nova/neutron writeout a proper PTR would seem viable19:45
Kiallmugsie and rjrjr did a presentation at the summit last time around customizing etc etc19:45
KiallIt's perfectly viable.. It's just19:45
Kiallsome people want:19:45
Kiall4.3.2.1.in-addr.arap. IN PTR my-instance-name.provider.com.19:46
Kiallothers want19:46
Kiall4.3.2.1.in-addr.arap. IN PTR 1-2-3-4.provider.com.19:46
Kiallothers want ....19:46
Kialletc etc19:46
harmw:)19:46
Kiallpossibilities are endless19:46
mugsietbf - i think we should re-examine this - implement a decent all rounder - most people will want to use the first one19:46
mugsieas in 90% of people19:46
Kiallmugsie: ++, but the current ones aren't that.. they are just samples19:46
harmwim building instances like instance_name, which is what I want my PTR to look like (since it should match)19:47
mugsieyeah - I think we should look at Kilo having a few good ones - there is quite a few confused people looking at them nowadays19:47
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Squash Icehouse DB Migrations  https://review.openstack.org/11820319:52
*** vinod1 has quit IRC19:58
*** vinod1 has joined #openstack-dns20:01
*** EricGonczer_ has quit IRC20:03
*** vinod1 has quit IRC20:07
*** EricGonczer_ has joined #openstack-dns20:21
*** vinod1 has joined #openstack-dns20:34
*** EricGonczer_ has quit IRC20:52
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Squash Icehouse DB Migrations  https://review.openstack.org/11820321:15
Kiall^ should finally pass :)21:15
harmwis there some code that can create a reverse adress from any v4/v6 address?21:31
harmwor should I just write some of my own :)21:31
mugsieharmw: if it is for floating IPs - you might be able to use https://github.com/openstack/designate/blob/master/designate/central/service.py#L169821:34
harmwok, thanks, Ill have a look21:35
openstackgerritA change was merged to openstack/designate: Move DNS packet serialization into mDNS service  https://review.openstack.org/11804622:25
*** vinod1 has quit IRC22:29
openstackgerritKiall Mac Innes proposed a change to openstack/designate: Implement mDNS Middleware  https://review.openstack.org/11804722:41
*** EricGonczer_ has joined #openstack-dns22:53
*** EricGonczer_ has quit IRC22:58
*** EricGonczer_ has joined #openstack-dns23:00
*** HenryG has quit IRC23:13
openstackgerritA change was merged to openstack/designate: Implement mDNS Middleware  https://review.openstack.org/11804723:15
*** HenryG has joined #openstack-dns23:28
*** EricGonczer_ has quit IRC23:40
*** EricGonczer_ has joined #openstack-dns23:52

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