*** goldyfruit_ has joined #openstack-dns | 00:04 | |
*** nicolasbock has quit IRC | 01:03 | |
openstackgerrit | ZhouHeng proposed openstack/designate master: fix Secondary zone can not xfr https://review.opendev.org/684875 | 02:21 |
---|---|---|
*** aniketh has joined #openstack-dns | 02:25 | |
*** aniketh has quit IRC | 04:35 | |
*** pcaruana has joined #openstack-dns | 06:30 | |
*** ivve has joined #openstack-dns | 07:19 | |
*** lkoranda has joined #openstack-dns | 07:29 | |
*** bnemec has quit IRC | 07:49 | |
*** bnemec has joined #openstack-dns | 07:51 | |
*** FlorianFa has joined #openstack-dns | 07:52 | |
openstackgerrit | ZhouHeng proposed openstack/designate master: fix Secondary zone can not xfr https://review.opendev.org/684875 | 08:37 |
openstackgerrit | ZhouHeng proposed openstack/designate master: fix Secondary zone can not xfr https://review.opendev.org/684875 | 09:00 |
*** Emine has joined #openstack-dns | 09:24 | |
*** salmankhan has joined #openstack-dns | 09:33 | |
*** pcaruana has quit IRC | 10:32 | |
*** pcaruana has joined #openstack-dns | 10:58 | |
*** nicolasbock has joined #openstack-dns | 11:03 | |
*** ianychoi has quit IRC | 12:00 | |
*** ianychoi has joined #openstack-dns | 12:03 | |
*** pcaruana has quit IRC | 12:05 | |
*** pcaruana has joined #openstack-dns | 12:19 | |
*** goldyfruit_ has quit IRC | 12:23 | |
*** tobberydberg_ is now known as tobberydberg | 13:01 | |
*** aniketh has joined #openstack-dns | 13:16 | |
*** goldyfruit_ has joined #openstack-dns | 13:31 | |
*** nicolasbock has quit IRC | 14:06 | |
*** goldyfruit_ has quit IRC | 14:08 | |
*** goldyfruit_ has joined #openstack-dns | 14:16 | |
*** lkoranda has quit IRC | 14:21 | |
*** ivve has quit IRC | 14:36 | |
*** goldyfruit___ has joined #openstack-dns | 15:25 | |
*** goldyfruit_ has quit IRC | 15:28 | |
*** goldyfruit_ has joined #openstack-dns | 15:34 | |
*** goldyfruit___ has quit IRC | 15:37 | |
*** pcaruana has quit IRC | 15:57 | |
*** nicolasbock has joined #openstack-dns | 16:04 | |
*** Emine has quit IRC | 16:11 | |
*** salmankhan has quit IRC | 16:40 | |
*** pcaruana has joined #openstack-dns | 18:04 | |
*** pcaruana has quit IRC | 18:36 | |
*** salmankhan has joined #openstack-dns | 19:01 | |
*** aniketh has quit IRC | 19:06 | |
mugsie | eandersson: wsgi isn't going to make it in train -_- | 19:13 |
mugsie | I just cut the release artifact (we were late enough as it is I think) | 19:13 |
*** ivve has joined #openstack-dns | 19:14 | |
*** salmankhan has quit IRC | 19:30 | |
zigo_ | mugsie: What a shame ... :/ | 20:37 |
zigo_ | mugsie: Could you link to the patches, so I can at least try, and maybe add them to the Debian package? | 20:38 |
zigo_ | Only this one? https://review.opendev.org/#/c/679699/ | 20:40 |
zigo_ | mugsie: IMO, you should merge the patch, and just tell it's experimental. Deployers can decide... | 20:41 |
zigo_ | Looking at the patch, there's normally no need to autoload the config files, they can be passed as arguments, just like for the normal API. | 20:42 |
zigo_ | That's what I do when I use uwsgi. | 20:42 |
zigo_ | I just use, for example: | 20:48 |
zigo_ | /usr/bin/uwsgi_python37 --https-socket [::]:9696,/etc/neutron/ssl/public/ver1-controller-1.infomaniak.ch.crt,/etc/neutron/ssl/private/ver1-controller-1.infomaniak.ch.pem --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv --config-dir=/etc/neutron/server.conf.d --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/plugins/ml2/ml2_conf.ini | 20:48 |
zigo_ | So, all the arguments in --pyargv ... | 20:48 |
zigo_ | I really don't want the uwsgi script to auto-load the config file without my (package maintainer) consent ! | 20:49 |
zigo_ | eandersson: ^ | 20:49 |
*** zigo_ is now known as zigo | 20:49 | |
eandersson | zigo, this is mirrored based on nova | 20:53 |
eandersson | https://github.com/openstack/nova/blob/master/nova/api/openstack/wsgi_app.py | 20:53 |
zigo | eandersson: What if I want to add a config.d folder when starting-up ? | 20:55 |
eandersson | It looks very similar to the neutron impl https://github.com/openstack/neutron/blob/683b81e089fe395806d942c0e6afa3d26b329f6f/neutron/server/__init__.py | 20:55 |
zigo | Right. | 20:56 |
zigo | Then I'm not sure how our neutron's conf.d thing works ... :) | 20:56 |
zigo | We're passing --config-dir=/etc/neutron/server.conf.d in the Debian package, because when a plugin is installed, it just drops a config file there ... | 20:56 |
eandersson | > onfig.init(sys.argv[1:] | 20:57 |
eandersson | *c | 20:57 |
eandersson | maybe that is the key | 20:57 |
zigo | Ah, right ! :) | 20:57 |
zigo | eandersson: Is your patch enough for uwsgi to just work? | 20:57 |
zigo | Can I adopt it already in the Debian package? | 20:57 |
eandersson | zigo, https://review.opendev.org/#/c/684464/ | 20:57 |
eandersson | I did this for testing | 20:58 |
eandersson | It passes all tests at least | 20:58 |
zigo | Yeah, I saw ... | 20:58 |
zigo | :) | 20:58 |
zigo | Thanks for this, really. | 20:58 |
eandersson | There are some concerns on the neutron side | 20:58 |
eandersson | https://review.opendev.org/#/c/684854/3/neutron/services/externaldns/drivers/designate/driver.py | 20:58 |
eandersson | but not really sure if that is needed | 20:59 |
eandersson | It works without, but I couldn't get the custom non-port based thing to work without it (http://<ip>:9001 vs http://ip/dns) | 21:00 |
zigo | eandersson: Oh, then that's important for me. Because that's what I setup... | 21:01 |
zigo | Hopefully, you can get that one merged ... :P | 21:03 |
*** goldyfruit_ has quit IRC | 21:14 | |
eandersson | Yea - It could be that it isn't an issue as well, maybe just a weird setup | 21:41 |
eandersson | because I never see the designate endpoint registered in that test | 21:42 |
eandersson | mugsie, we could always include it in a .1 release? | 21:46 |
eandersson | btw if you have time to test the neutron bit that would be nice zigo | 22:18 |
*** ivve has quit IRC | 22:50 | |
*** goldyfruit_ has joined #openstack-dns | 23:01 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!