*** openstackgerrit has quit IRC | 02:51 | |
*** openstackgerrit has joined #openstack-dns | 02:52 | |
*** ChanServ sets mode: +v openstackgerrit | 02:52 | |
*** openstackgerrit has quit IRC | 03:00 | |
*** eankutse has joined #openstack-dns | 04:17 | |
*** eankutse has quit IRC | 04:22 | |
*** openstackgerrit has joined #openstack-dns | 04:34 | |
*** ChanServ sets mode: +v openstackgerrit | 04:34 | |
*** jmcbride has joined #openstack-dns | 11:49 | |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 12:03 |
---|---|---|
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 12:06 |
*** jmcbride has quit IRC | 12:09 | |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 12:28 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 12:41 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 13:01 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 13:58 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 13:59 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 14:54 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Implement mDNS Service https://review.openstack.org/97094 | 15:11 |
*** eankutse has joined #openstack-dns | 15:20 | |
Kiall | eankutse: heya - about? :) | 15:32 |
eankutse | Kiall: heya! just happen to be on here | 15:42 |
Kiall | Ah . I presumed it might be a response to to flood of email from Gerrit re https://review.openstack.org/#/c/97094/ ;) | 15:43 |
eankutse | Well, I saw those but I was also checking on some other work related stuff | 15:43 |
eankutse | so what's going on? | 15:44 |
eankutse | with the emails | 15:44 |
eankutse | ? | 15:44 |
Kiall | Oh .. Thought I was done, added reviews, realized there was a bunch more changes to make | 15:44 |
Kiall | Apologies ;) | 15:44 |
Kiall | added reviewers* | 15:44 |
eankutse | Cool. | 15:45 |
Kiall | and now - that random gate failure bug is having a laugh with me -_- | 15:45 |
eankutse | Looks like you added some code to the designate-mdns service stuff too :-) | 15:45 |
Kiall | Yea, it's basically the route I mentioned in the comments of yours - basically avoiding mixing native threads and eventlet | 15:46 |
Kiall | Boils down to https://review.openstack.org/#/c/97094/9/designate/mdns/service.py and https://review.openstack.org/#/c/97094/9/designate/mdns/handler.py | 15:46 |
eankutse | Yea, I started some work on incorporating your comments but had not completed all | 15:47 |
eankutse | so I'll take a look at what you added/submitted | 15:47 |
Kiall | Hope you don't mind, needed to do something other than ops work ;) | 15:47 |
eankutse | :-) :-) that's fine | 15:47 |
eankutse | ok. I'll catch up with you later. I need to go | 15:48 |
*** eankutse has quit IRC | 15:50 | |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Adding custom flake8 check for mutable default arguments https://review.openstack.org/97113 | 17:31 |
*** jmcbride has joined #openstack-dns | 17:34 | |
*** jmcbride has quit IRC | 17:38 | |
*** jmcbride has joined #openstack-dns | 17:39 | |
*** jmcbride has joined #openstack-dns | 17:39 | |
*** jmcbride has joined #openstack-dns | 17:45 | |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Adding custom flake8 check for mutable default arguments https://review.openstack.org/97113 | 17:55 |
*** NavsterG has joined #openstack-dns | 18:05 | |
NavsterG | I 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 |
NavsterG | I am looking for something prepackaged into some repository, so I can use yum to install it. | 18:08 |
NavsterG | My 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 |
NavsterG | Email me at neetugrewal [at] gmail.com | 18:10 |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints https://review.openstack.org/97116 | 18:11 |
*** slawek has joined #openstack-dns | 18:13 | |
slawek | hello everyone | 18:13 |
slawek | I'm trying to introduce to creating new api methods in designate project (with api v1 extensions) | 18:14 |
slawek | can someone of You give me some links or explain what should I do to have new method which will work | 18:15 |
slawek | now 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 404 | 18:16 |
slawek | and when I looking in logs of designate-api then I don't see that those enabled-extensions-v1 are loaded :/ | 18:17 |
Kiall | slawek: You'll need to add the extension to the setup.cfg file, and re-run setup.py develop, rather than editing entry_points directly | 18:21 |
Kiall | NavsterG: I'm not aware of any rpm's for designate at the moment | 18:21 |
slawek | Kiall: 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 error | 18:28 |
Kiall | slawek: do you have the startup logs handy? (debug level would be food if you have them :)) | 18:29 |
Kiall | good* | 18:29 |
openstackgerrit | Kiall Mac Innes proposed a change to stackforge/designate: Fix FreeIPA tests mock's https://review.openstack.org/97122 | 18:54 |
slawek | Kiall: 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 |
slawek | 2014-06-01 18:58:57 DEBUG [designate.openstack.common.service] service:api.enabled_extensions_v1 = ['diagnostics', 'quotas', 'reports', 'sync', 'touch', 'devices'] | 19:06 |
slawek | but still I have error 404 when I send request to address /v1/and/other/defined/in/my/extension | 19:06 |
slawek | but I will now dig with that and I hope that I will solve this :) | 19:06 |
slawek | thanks for help | 19:06 |
Kiall | no problem :) | 19:06 |
slawek | Kiall: 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 still | 19:22 |
slawek | and i don't see that requests in debug log of designate-api | 19:22 |
slawek | tests are running in some different way? | 19:22 |
slawek | can You maybe explain me that? or send some link with description of such tests? thanks in advance | 19:23 |
slawek | or 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" folder | 19:34 |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints https://review.openstack.org/97116 | 19:38 |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints https://review.openstack.org/97116 | 19:41 |
openstackgerrit | Endre Karlson proposed a change to stackforge/designate: Ability to pass along multiple endpoints https://review.openstack.org/97116 | 19:53 |
*** jmcbride has quit IRC | 20:37 | |
*** jmcbride has joined #openstack-dns | 20:37 | |
*** jmcbride has quit IRC | 20:38 | |
*** slawek has quit IRC | 21:22 | |
*** jmcbride has joined #openstack-dns | 22:13 | |
*** rossk has joined #openstack-dns | 22:35 | |
*** rossk has quit IRC | 22:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!