| trungnv | arbaindur Let's attempt with following link https://docs.openstack.org/python-designateclient/latest/user/index.html | 01:36 |
|---|---|---|
| *** sonuk has joined #openstack-dns | 03:03 | |
| *** egonzalez has joined #openstack-dns | 07:51 | |
| *** fouxm_ has joined #openstack-dns | 09:21 | |
| *** fouxm has quit IRC | 09:21 | |
| *** KeithMnemonic2 has joined #openstack-dns | 09:22 | |
| *** KeithMnemonic1 has quit IRC | 09:22 | |
| *** odyssey4me has quit IRC | 09:23 | |
| *** odyssey4me has joined #openstack-dns | 09:27 | |
| *** daidv has quit IRC | 10:04 | |
| *** sapcc-bot1 has quit IRC | 10:36 | |
| *** sapcc-bot has joined #openstack-dns | 10:36 | |
| *** sonuk has quit IRC | 11:12 | |
| *** sonuk has joined #openstack-dns | 11:35 | |
| *** sonuk has quit IRC | 12:15 | |
| *** chlong has joined #openstack-dns | 12:16 | |
| *** catintheroof has joined #openstack-dns | 12:21 | |
| *** cleong has joined #openstack-dns | 13:42 | |
| *** catintheroof has quit IRC | 13:44 | |
| *** catintheroof has joined #openstack-dns | 13:46 | |
| *** catintheroof has quit IRC | 13:48 | |
| *** catintheroof has joined #openstack-dns | 13:48 | |
| *** catintheroof has quit IRC | 13:51 | |
| *** catintheroof has joined #openstack-dns | 13:52 | |
| *** ftpd has joined #openstack-dns | 14:18 | |
| ftpd | Hi there (again). | 14:18 |
| ftpd | http://paste.openstack.org/show/616586/ - what are current, non-deprecated values for oslo_messaging_rabbit? | 14:18 |
| ftpd | In example config (https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample) I just see those 'deprecated'. | 14:20 |
| *** trungnv_ has joined #openstack-dns | 14:21 | |
| trungnv_ | mugsie, timsim Any changes for meeting today? | 14:22 |
| therve | ftpd, [Default] transport_url | 15:02 |
| ftpd | therve: No exemples in designate.conf. Do you have one? | 15:11 |
| therve | ftpd, http://logs.openstack.org/31/486631/1/check/gate-tempest-dsvm-designate-pdns4-ubuntu-xenial/029ac88/logs/etc/designate/designate.conf.txt.gz | 15:11 |
| ftpd | Also, https://bugs.launchpad.net/designate/+bug/1673403 | 15:11 |
| openstack | Launchpad bug 1673403 in Designate "transport_url not being used while doing pool update" [High,Confirmed] - Assigned to Tim Simmons (timsim) | 15:11 |
| ftpd | Thanks for config file. | 15:13 |
| ftpd | Regarding pool update: sometimes while installing (from heat, if it does matter) my pool show_config shows nothing and I have to run it manually. My cloud-init for this instance has: http://paste.openstack.org/show/616592/ | 15:16 |
| ftpd | Maybe some ideas, why? | 15:16 |
| therve | Nope | 15:18 |
| ftpd | It's not a big deal, to log into central instance, check it and maybe run command manually. | 15:19 |
| *** Drankis has joined #openstack-dns | 15:55 | |
| *** renmak_ has joined #openstack-dns | 16:04 | |
| *** renmak__ has joined #openstack-dns | 16:04 | |
| *** chlong has quit IRC | 16:08 | |
| renmak_ | Hello everyone, I am using Kolla Ansible Images for Designate to deploy in Kubernetes env. | 16:09 |
| renmak_ | However I am seeing following error on Central component logs | 16:09 |
| renmak_ | 2017-07-26 16:08:34.486 1 DEBUG oslo.messaging._drivers.impl_rabbit [-] [e7cbafca-e192-4ae0-8d1e-8bb507b5410f] Queue.declare: central.designate-central-423845021-33n3s declare /var/lib/kolla/venv/local/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py:301 | 16:09 |
| renmak_ | 2017-07-26 16:08:34.503 1 DEBUG oslo.messaging._drivers.impl_rabbit [-] [e7cbafca-e192-4ae0-8d1e-8bb507b5410f] Queue.declare: central_fanout_ed50ef34e6cd41a6b8c55e85ae6171fa declare /var/lib/kolla/venv/local/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py:301 | 16:09 |
| renmak_ | 2017-07-26 16:08:34.561 1 ERROR oslo_messaging.rpc.server [-] Exception during message handling | 16:09 |
| renmak_ | ... | 16:10 |
| renmak_ | 2017-07-26 16:08:34.561 1 ERROR oslo_messaging.rpc.server TypeError: __init__() got an unexpected keyword argument 'client_addr' | 16:10 |
| renmak_ | Any suggestions? | 16:10 |
| mugsie | renmak_: what version of designate? | 16:14 |
| renmak_ | I am using Kolla Ansible Designate image with tag 3.0.3 | 16:15 |
| egonzalez | 3.0.3 is latest newton | 16:15 |
| egonzalez | renmak_, when the error is raised? | 16:16 |
| renmak__ | https://hub.docker.com/r/kolla/ubuntu-source-designate-central/ | 16:16 |
| renmak__ | Error is raised during command: exec designate-central --config-file /etc/designate/designate.conf | 16:17 |
| renmak__ | I am trying to deploy designate with Kubernetes and have all components in a separate pod | 16:18 |
| renmak__ | This is the step: https://github.com/openstack/kolla-ansible/blob/afdd11b9a22ecca70962a4637d89ad50b7ded2e5/ansible/roles/designate/templates/designate-central.json.j2 | 16:20 |
| mugsie | it looks like a version of oslo messaging is incompatible - but I cannot be sure | 16:27 |
| renmak_ | That's what I thought by just looking at error msg. | 16:29 |
| renmak_ | So Oslo messaging version between what designate central 3.0.3 is using VS what's provided by openstack env? | 16:29 |
| trungnv_ | renmak_, please check and let's us about oslo.messaging version in /var/lib/kolla/venv/local/lib/python2.7/site-packages? | 16:31 |
| trungnv_ | us *know about | 16:32 |
| renmak_ | Wait so I just noticed this. In log I see following | 16:33 |
| renmak_ | 2017-07-26 16:08:34.376 1 INFO designate.service [-] Starting central service (version: 3.0.0) | 16:33 |
| renmak_ | So here version is 3.0.0 | 16:33 |
| renmak_ | Is that an issue? | 16:33 |
| trungnv_ | no. this is central service version. I need you show oslo.mess version. | 16:33 |
| trungnv_ | perhaps in the current oslo.messaging version don't have 'client_addr' argument. thus It is raised error. | 16:35 |
| renmak_ | So under that dir I do see oslo.messaging. How do I check version? | 16:37 |
| renmak_ | I see | 16:38 |
| renmak_ | oslo.messaging-5.10.1.dist-info | 16:38 |
| renmak_ | oslo_messaging | 16:38 |
| renmak_ | Should I post here entire error debug output? | 16:58 |
| renmak_ | What other things I can do to resolve this issue? | 16:59 |
| trungnv_ | I am not sure exactly issues in your case. I saw client_addr method just have since ocata version in designate. | 17:00 |
| *** egonzalez has quit IRC | 17:00 | |
| renmak_ | Just to clarify. Method is there since Ocata version correct? So current version should have that method. | 17:02 |
| renmak_ | Also where did you find that method? | 17:02 |
| trungnv_ | https://github.com/openstack/designate/blob/stable/ocata/designate/context.py#L192 | 17:03 |
| trungnv_ | https://github.com/openstack/designate/blob/master/designate/api/middleware.py#L96 | 17:04 |
| mugsie | renmak_: it looks like you have too new a version of designate | 17:06 |
| mugsie | you will need to talk to the kolla people about how they generate the container | 17:06 |
| renmak_ | designate-3.0.0-py2.7.egg-info | 17:07 |
| mugsie | not with "client_addr" in the code | 17:08 |
| mugsie | thats Ocata | 17:08 |
| renmak_ | no that's newton | 17:08 |
| renmak_ | https://releases.openstack.org/teams/designate.html | 17:08 |
| mugsie | yeah - but for the error to be giving out about client_addr - there has to be ocata code someewhere | 17:10 |
| renmak_ | I see. K let me further investigate. So probably the issue is versions of designate and oslo_messaging | 17:11 |
| mugsie | yeah - I would thinks so | 17:12 |
| mugsie | oh - maybe oslo.context | 17:12 |
| renmak_ | K I will check that as well | 17:14 |
| renmak_ | Thanks mugsie and trungnv_ for your help on this. Hopefully I will figure out this soon and share result. | 17:15 |
| mugsie | renmak_: please do! | 17:15 |
| *** chlong has joined #openstack-dns | 17:25 | |
| *** chlong has quit IRC | 17:27 | |
| *** chlong has joined #openstack-dns | 17:28 | |
| *** trungnv_ has quit IRC | 17:31 | |
| *** renmak_ has quit IRC | 17:39 | |
| *** renmak__ has quit IRC | 17:39 | |
| *** renmak_ has joined #openstack-dns | 17:47 | |
| *** renmak__ has joined #openstack-dns | 17:47 | |
| *** renmak_ has quit IRC | 18:30 | |
| *** renmak__ has quit IRC | 18:30 | |
| *** chlong has quit IRC | 19:43 | |
| *** renmak__ has joined #openstack-dns | 19:45 | |
| *** renmak_ has joined #openstack-dns | 19:45 | |
| *** chlong has joined #openstack-dns | 19:49 | |
| *** chlong has quit IRC | 19:52 | |
| *** chlong has joined #openstack-dns | 19:53 | |
| *** MarkBaker has quit IRC | 20:02 | |
| *** Drankis has quit IRC | 20:39 | |
| *** catintheroof has quit IRC | 21:01 | |
| *** chlong has quit IRC | 21:14 | |
| *** cleong has quit IRC | 21:36 | |
| *** renmak_ has quit IRC | 22:51 | |
| *** renmak__ has quit IRC | 22:51 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!