Sunday, 2014-06-01

*** openstackgerrit has quit IRC02:51
*** openstackgerrit has joined #openstack-dns02:52
*** ChanServ sets mode: +v openstackgerrit02:52
*** openstackgerrit has quit IRC03:00
*** eankutse has joined #openstack-dns04:17
*** eankutse has quit IRC04:22
*** openstackgerrit has joined #openstack-dns04:34
*** ChanServ sets mode: +v openstackgerrit04:34
*** jmcbride has joined #openstack-dns11:49
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709412:03
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709412:06
*** jmcbride has quit IRC12:09
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709412:28
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709412:41
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709413:01
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709413:58
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709413:59
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709414:54
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service  https://review.openstack.org/9709415:11
*** eankutse has joined #openstack-dns15:20
Kialleankutse: heya - about? :)15:32
eankutseKiall: heya! just happen to be on here15:42
KiallAh . I presumed it might be a response to to flood of email from Gerrit re https://review.openstack.org/#/c/97094/ ;)15:43
eankutseWell, I saw those but I was also checking on some other work related stuff15:43
eankutseso what's going on?15:44
eankutsewith the emails15:44
eankutse?15:44
KiallOh .. Thought I was done, added reviews, realized there was a bunch more changes to make15:44
KiallApologies ;)15:44
Kialladded reviewers*15:44
eankutseCool.15:45
Kialland now - that random gate failure bug is having a laugh with me -_-15:45
eankutseLooks like you added some code to the designate-mdns service stuff too :-)15:45
KiallYea, it's basically the route I mentioned in the comments of yours - basically avoiding mixing native threads and eventlet15:46
KiallBoils down to https://review.openstack.org/#/c/97094/9/designate/mdns/service.py and https://review.openstack.org/#/c/97094/9/designate/mdns/handler.py15:46
eankutseYea, I started some work on incorporating your comments but had not completed all15:47
eankutseso I'll take a look at what you added/submitted15:47
KiallHope you don't mind, needed to do something other than ops work ;)15:47
eankutse:-) :-) that's fine15:47
eankutseok. I'll catch up with you later. I need to go15:48
*** eankutse has quit IRC15:50
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Adding custom flake8 check for mutable default arguments  https://review.openstack.org/9711317:31
*** jmcbride has joined #openstack-dns17:34
*** jmcbride has quit IRC17:38
*** jmcbride has joined #openstack-dns17:39
*** jmcbride has joined #openstack-dns17:39
*** jmcbride has joined #openstack-dns17:45
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Adding custom flake8 check for mutable default arguments  https://review.openstack.org/9711317:55
*** NavsterG has joined #openstack-dns18:05
NavsterGI finally have a working OpenStack Ice House on CentOS 6.5 in a multi-node environment. I am very interested in getting DNSaaS installed on top of my deployment. Currently I have all the core services + neutron + telemetry + fwaas + vpnaas + lbaas + dbaas + heat. Is there a installer out there that I can use to get openstack-dnsaas.18:08
NavsterGI am looking for something prepackaged into some repository, so I can use yum to install it.18:08
NavsterGMy environment is 1 controller + 1 network node + 4 compute nodes. Currently have 6 images including Windows 2012R2, 2008R2, CentOS 6.5, Cirros, & Windows 8.1 Professional as a jump box.18:10
NavsterGEmail me at neetugrewal [at] gmail.com18:10
openstackgerritEndre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints  https://review.openstack.org/9711618:11
*** slawek has joined #openstack-dns18:13
slawekhello everyone18:13
slawekI'm trying to introduce to creating new api methods in designate project (with api v1 extensions)18:14
slawekcan someone of You give me some links or explain what should I do to have new method which will work18:15
slaweknow I have got new script in extensions path, I add it to entry_points.txt file and add it to config file to "enabled_extensions_v1" but when I try to make any request to this new method I have got error 40418:16
slawekand when I looking in logs of designate-api then I don't see that those enabled-extensions-v1 are loaded :/18:17
Kiallslawek: You'll need to add the extension to the setup.cfg file, and re-run setup.py develop, rather than editing entry_points directly18:21
KiallNavsterG: I'm not aware of any rpm's for designate at the moment18:21
slawekKiall: I was trying that also and it was not help. It looks for me that it even not trying to load those extensions because for example in neutron's ml2 if I add new driver or something like that and there was no entry_point for that then I have got error in log - here there is no any error18:28
Kiallslawek: do you have the startup logs handy? (debug level would be food if you have them :))18:29
Kiallgood*18:29
openstackgerritKiall Mac Innes proposed a change to stackforge/designate: Fix FreeIPA tests mock's  https://review.openstack.org/9712218:54
slawekKiall: ok, I fonud in debug log that there was problem with missing schema resource, after I fix it then my extension is loaded:19:02
slawek2014-06-01 18:58:57    DEBUG [designate.openstack.common.service] service:api.enabled_extensions_v1 = ['diagnostics', 'quotas', 'reports', 'sync', 'touch', 'devices']19:06
slawekbut still I have error 404 when I send request to address /v1/and/other/defined/in/my/extension19:06
slawekbut I will now dig with that and I hope that I will solve this :)19:06
slawekthanks for help19:06
Kiallno problem :)19:06
slawekKiall: I've got one more question. I found what was wrong with 404 error and now request made for example with curl is ok but when I wrote test in designate/tests/test_api/test_v1/my_test.py and I run it than I have got this 404 error still19:22
slawekand i don't see that requests in debug log of designate-api19:22
slawektests are running in some different way?19:22
slawekcan You maybe explain me that? or send some link with description of such tests? thanks in advance19:23
slawekor maybe someone can explain me how to write tests for such extensions becuase in original designate code I see only tests for "basic" v1 api methods like: "servers", "domains", "records" and there is no unit tests for methods from "extensions" folder19:34
openstackgerritEndre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints  https://review.openstack.org/9711619:38
openstackgerritEndre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints  https://review.openstack.org/9711619:41
openstackgerritEndre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints  https://review.openstack.org/9711619:53
*** jmcbride has quit IRC20:37
*** jmcbride has joined #openstack-dns20:37
*** jmcbride has quit IRC20:38
*** slawek has quit IRC21:22
*** jmcbride has joined #openstack-dns22:13
*** rossk has joined #openstack-dns22:35
*** rossk has quit IRC22:36

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