Wednesday, 2017-07-26

trungnvarbaindur Let's attempt with following link https://docs.openstack.org/python-designateclient/latest/user/index.html01:36
*** sonuk has joined #openstack-dns03:03
*** egonzalez has joined #openstack-dns07:51
*** fouxm_ has joined #openstack-dns09:21
*** fouxm has quit IRC09:21
*** KeithMnemonic2 has joined #openstack-dns09:22
*** KeithMnemonic1 has quit IRC09:22
*** odyssey4me has quit IRC09:23
*** odyssey4me has joined #openstack-dns09:27
*** daidv has quit IRC10:04
*** sapcc-bot1 has quit IRC10:36
*** sapcc-bot has joined #openstack-dns10:36
*** sonuk has quit IRC11:12
*** sonuk has joined #openstack-dns11:35
*** sonuk has quit IRC12:15
*** chlong has joined #openstack-dns12:16
*** catintheroof has joined #openstack-dns12:21
*** cleong has joined #openstack-dns13:42
*** catintheroof has quit IRC13:44
*** catintheroof has joined #openstack-dns13:46
*** catintheroof has quit IRC13:48
*** catintheroof has joined #openstack-dns13:48
*** catintheroof has quit IRC13:51
*** catintheroof has joined #openstack-dns13:52
*** ftpd has joined #openstack-dns14:18
ftpdHi there (again).14:18
ftpdhttp://paste.openstack.org/show/616586/ - what are current, non-deprecated values for oslo_messaging_rabbit?14:18
ftpdIn 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-dns14:21
trungnv_mugsie, timsim Any changes for meeting today?14:22
therveftpd, [Default] transport_url15:02
ftpdtherve: No exemples in designate.conf. Do you have one?15:11
therveftpd, http://logs.openstack.org/31/486631/1/check/gate-tempest-dsvm-designate-pdns4-ubuntu-xenial/029ac88/logs/etc/designate/designate.conf.txt.gz15:11
ftpdAlso, https://bugs.launchpad.net/designate/+bug/167340315:11
openstackLaunchpad bug 1673403 in Designate "transport_url not being used while doing pool update" [High,Confirmed] - Assigned to Tim Simmons (timsim)15:11
ftpdThanks for config file.15:13
ftpdRegarding 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
ftpdMaybe some ideas, why?15:16
therveNope15:18
ftpdIt's not a big deal, to log into central instance, check it and maybe run command manually.15:19
*** Drankis has joined #openstack-dns15:55
*** renmak_ has joined #openstack-dns16:04
*** renmak__ has joined #openstack-dns16:04
*** chlong has quit IRC16: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 logs16: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:30116: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:30116:09
renmak_2017-07-26 16:08:34.561 1 ERROR oslo_messaging.rpc.server [-] Exception during message handling16: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
mugsierenmak_: what version of designate?16:14
renmak_I am using Kolla Ansible Designate image with tag 3.0.316:15
egonzalez3.0.3 is latest newton16:15
egonzalezrenmak_, 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.conf16:17
renmak__I am trying to deploy designate with Kubernetes and have all components in a separate pod16:18
renmak__This is the step: https://github.com/openstack/kolla-ansible/blob/afdd11b9a22ecca70962a4637d89ad50b7ded2e5/ansible/roles/designate/templates/designate-central.json.j216:20
mugsieit looks like a version of oslo messaging is incompatible - but I cannot be sure16: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 about16:32
renmak_Wait so I just noticed this. In log I see following16: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.016: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 see16:38
renmak_oslo.messaging-5.10.1.dist-info16:38
renmak_oslo_messaging16: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 IRC17: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#L19217:03
trungnv_https://github.com/openstack/designate/blob/master/designate/api/middleware.py#L9617:04
mugsierenmak_: it looks like you have too new a version of designate17:06
mugsieyou will need to talk to the kolla people about how they generate the container17:06
renmak_designate-3.0.0-py2.7.egg-info17:07
mugsienot with "client_addr" in the code17:08
mugsiethats Ocata17:08
renmak_no that's newton17:08
renmak_https://releases.openstack.org/teams/designate.html17:08
mugsieyeah - but for the error to be giving out about client_addr - there has to be ocata code someewhere17:10
renmak_I see. K let me further investigate. So probably the issue is versions of designate and oslo_messaging17:11
mugsieyeah - I would thinks so17:12
mugsieoh - maybe oslo.context17:12
renmak_K I will check that as well17:14
renmak_Thanks mugsie and trungnv_ for your help on this. Hopefully I will figure out this soon and share result.17:15
mugsierenmak_: please do!17:15
*** chlong has joined #openstack-dns17:25
*** chlong has quit IRC17:27
*** chlong has joined #openstack-dns17:28
*** trungnv_ has quit IRC17:31
*** renmak_ has quit IRC17:39
*** renmak__ has quit IRC17:39
*** renmak_ has joined #openstack-dns17:47
*** renmak__ has joined #openstack-dns17:47
*** renmak_ has quit IRC18:30
*** renmak__ has quit IRC18:30
*** chlong has quit IRC19:43
*** renmak__ has joined #openstack-dns19:45
*** renmak_ has joined #openstack-dns19:45
*** chlong has joined #openstack-dns19:49
*** chlong has quit IRC19:52
*** chlong has joined #openstack-dns19:53
*** MarkBaker has quit IRC20:02
*** Drankis has quit IRC20:39
*** catintheroof has quit IRC21:01
*** chlong has quit IRC21:14
*** cleong has quit IRC21:36
*** renmak_ has quit IRC22:51
*** renmak__ has quit IRC22:51

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