Wednesday, 2015-10-07

*** Qiming_ has joined #openstack-zaqar00:07
*** Roachs_ has quit IRC00:26
*** Qiming_ has quit IRC00:40
mdnadeemvkmc: ping00:51
*** csoukup has joined #openstack-zaqar01:23
*** csoukup has quit IRC01:27
*** achanda has joined #openstack-zaqar01:52
*** Eva-i has quit IRC02:12
*** Eva-i has joined #openstack-zaqar02:26
*** csoukup has joined #openstack-zaqar03:05
*** c_soukup has joined #openstack-zaqar03:06
*** achanda has quit IRC03:09
*** csoukup has quit IRC03:10
*** diga has joined #openstack-zaqar04:00
*** achanda has joined #openstack-zaqar04:20
*** achanda has quit IRC04:20
*** itisha has quit IRC04:21
*** c_soukup has quit IRC04:52
*** achanda has joined #openstack-zaqar05:19
*** Qiming has joined #openstack-zaqar05:29
Eva-iHello, I'm trying to test message sending to zaqar-server. But something is wrong with my request. Can you please point out my mistake: http://paste.openstack.org/show/p4IHL1wDjFi9va9ax4To/05:31
Eva-i?05:32
*** flwang1 has joined #openstack-zaqar06:08
*** achanda has quit IRC06:13
*** akanksha_ has quit IRC06:18
*** achanda has joined #openstack-zaqar06:19
*** flwang1 has quit IRC06:20
*** achanda has quit IRC06:39
*** achanda has joined #openstack-zaqar06:42
therveEva-i, Try:  -d '{"messages": [{"body": {"event": "one"}, "ttl": 300}]'06:44
Eva-itherve, you forgot the curly brace at the end06:48
therveRight :)06:48
Eva-ibut I see where problem was, it's working now, thanks06:48
therveBut that's the idea06:48
Eva-i=)06:48
therveCool :)06:48
*** Eva-i has quit IRC06:49
*** achanda has quit IRC07:39
*** csoukup has joined #openstack-zaqar07:52
*** csoukup has quit IRC07:56
*** Roachs_ has joined #openstack-zaqar08:13
*** achanda has joined #openstack-zaqar08:39
*** achanda has quit IRC08:46
mdnadeemflaper87: ping09:27
*** Roachs_ has quit IRC09:36
*** Roachs_ has joined #openstack-zaqar09:43
*** achanda has joined #openstack-zaqar09:43
*** achanda has quit IRC09:46
*** achanda has joined #openstack-zaqar09:47
*** achanda has quit IRC09:52
*** Roachs_ has quit IRC09:52
*** diga has quit IRC10:30
openstackgerritMD NADEEM proposed openstack/zaqar: FIX TypeError for list queue command  https://review.openstack.org/23192010:37
*** Roachs_ has joined #openstack-zaqar11:05
*** Roachs_ has quit IRC11:32
*** Roachs_ has joined #openstack-zaqar11:40
*** david-ly_ has joined #openstack-zaqar12:07
*** david-lyle has quit IRC12:09
*** khushbu has joined #openstack-zaqar12:09
*** david-ly_ is now known as david-lyle12:09
*** mdnadeem_ has joined #openstack-zaqar12:15
*** khushbu has quit IRC12:17
*** flwang1 has joined #openstack-zaqar12:53
*** flwang1 has quit IRC12:57
*** david-lyle has quit IRC13:16
*** Eva-i has joined #openstack-zaqar13:17
*** sriram has joined #openstack-zaqar13:19
*** mpanetta has joined #openstack-zaqar13:22
*** malini has joined #openstack-zaqar13:27
*** david-lyle has joined #openstack-zaqar13:32
*** Roachs_ has quit IRC13:46
*** csoukup has joined #openstack-zaqar14:01
*** Eva-i has quit IRC14:15
*** Eva-i has joined #openstack-zaqar14:20
*** kgriffs|afk is now known as kgriffs14:26
*** khushbu_ has joined #openstack-zaqar14:31
*** flwang1 has joined #openstack-zaqar14:43
*** khushbu_ has quit IRC14:49
*** khushbu_ has joined #openstack-zaqar14:51
*** dynarro has joined #openstack-zaqar14:54
flwang1vkmc: ping14:56
vkmcflwang1, pong14:57
vkmcbe back in a minute14:57
flwang1ok14:57
*** Eva-i has quit IRC15:10
*** malini1 has joined #openstack-zaqar15:22
*** malini has quit IRC15:26
vkmcflwang1, back15:27
flwang1vkmc: :)15:27
flwang1today i just tested the ceilometer publisher15:28
*** mdnadeem_ has quit IRC15:28
*** Eva-i has joined #openstack-zaqar15:28
vkmcflwang1, that's cool! I have it working too15:28
flwang1i just followed the kafka driver and it works15:28
vkmcsweet15:28
vkmc:D15:28
flwang1ok, good to know15:29
flwang1then i think it's not necessary to share my code15:29
vkmcyeah fortunately there were some examples already done for the publishers15:29
vkmcshare it just in case we thought things differently15:29
flwang1vkmc: see http://paste.openstack.org/show/475626/15:31
vkmcflwang1, thanks15:31
vkmcthat looks very good!15:32
vkmcI was making more mess when building the messages, I prefer your way15:32
flwang1vkmc: one thing need to pay attention is the token15:33
flwang1seems it's hard to get token in the publisher15:34
flwang1but it should be not a big deal, we can talk with ceilometer guys to get some ideas15:34
vkmcyeah I was concerned about it15:34
vkmcbut I think we can auth with user/pass15:35
vkmcinstead of using the os_token15:35
vkmcyou can specify os_username and os_password15:35
flwang1vkmc: technically, the token should be contained in 'context', see  def _send(self, context, event_type, data):15:35
vkmcand use Ceilometer's user/pass15:35
flwang1yes we do15:35
flwang1but i prefer to use token instead of password15:36
flwang1if ceilometer doesn't support it very well, then let's fix it :)15:37
vkmcoki15:37
vkmcyou set up Ceilometer/Zaqar with DevStack?15:37
*** Eva-i has quit IRC15:37
flwang1like a RFE bug for ceilometer15:37
vkmcI hit some issues with MongoDB being shared15:37
flwang1not really, ceilometer installed with devstack15:38
flwang1and i'm using redis+sqlalchemy15:38
flwang1for zaqar15:38
vkmcoh15:38
vkmchmmm seems that if you enable the plugin both for zaqar and ceilo15:38
vkmcmongo blows up15:38
vkmcI lost some time debugging that15:39
*** khushbu_ has quit IRC15:39
flwang1vkmc: i guess the 'blows up' only impact zaqar, not ceilometer, right?15:39
*** kgriffs is now known as kgriffs|afk15:40
vkmcof course15:40
flwang1vkmc: it deserves a bug in LP :)15:40
vkmcit does :D15:40
vkmcI was trying to reproduce it in a clean env just in case15:40
vkmcanother thing I wanted to look into15:41
flwang1vkmc: do you still need any support for the demo?15:41
*** david-lyle has quit IRC15:41
vkmcmdnadeem pointed out that after a queue creation in a pooled environment, zaqar list returned an empty list15:41
vkmcI couldn't test that yet15:41
vkmcflwang1, not that I can think of now... I need to set up a new environment and test things again so I can make sure they are working as expected15:42
vkmcplus, I have it ready for the demo itself15:42
*** david-lyle has joined #openstack-zaqar15:42
*** Eva-i has joined #openstack-zaqar15:42
flwang1re the queue list issue15:43
flwang1personally, i don't think we have a bug for that scenario15:43
flwang1mdnadeem: if you can see this message, please open a bug and add a detailed description15:44
flwang1plus a zaqar.conf you're using and the reproduce step and assign it to me, thanks15:45
flwang1vkmc: as for the demo, based on my testing, i think it's feasible15:46
flwang1just let me know if you need any help from my side15:46
vkmcflwang1, thanks for testing it, I'll try to test things with redis/sqlalchemy if there is still conflict with ceilo and mongo15:47
vkmcsure15:47
vkmcthanks a lot15:47
flwang1from now on, i will just focus on zaqar client coding and review15:47
flwang1until tokyo summit15:47
*** david-ly_ has joined #openstack-zaqar15:55
*** david-lyle has quit IRC15:55
*** david-ly_ has quit IRC15:56
*** david-lyle has joined #openstack-zaqar15:56
*** flwang has quit IRC15:58
*** Qiming has quit IRC16:00
*** flwang1 has quit IRC16:08
*** flwang has joined #openstack-zaqar16:08
openstackgerritMerged openstack/zaqar: Removes redundant debug option  https://review.openstack.org/23015816:22
*** flwang1 has joined #openstack-zaqar16:22
*** flwang has quit IRC16:23
*** flwang1 has quit IRC16:23
*** itisha has joined #openstack-zaqar16:51
*** achanda has joined #openstack-zaqar16:51
*** exploreshaifali has joined #openstack-zaqar16:56
*** dynarro has quit IRC16:56
*** kgriffs|afk is now known as kgriffs17:04
*** achanda has quit IRC17:11
*** achanda has joined #openstack-zaqar17:13
*** malini1 has quit IRC17:25
*** achanda has quit IRC17:28
*** malini has joined #openstack-zaqar17:51
*** kgriffs is now known as kgriffs|afk17:54
*** achanda has joined #openstack-zaqar18:00
Eva-iHi. I wonder, do you use python-zaqarclient to test zaqar-server while developing?18:28
*** kgriffs|afk is now known as kgriffs18:28
*** achanda has quit IRC18:30
Eva-iOr just functional and unit tests are enough?18:32
vkmcEva-i, just functional/unit testing is ok18:51
*** achanda has joined #openstack-zaqar18:51
vkmcEva-i, or we generally curl to the server18:51
Eva-iOkay18:58
*** flwang has joined #openstack-zaqar19:01
*** achanda has quit IRC19:02
*** akanksha_ has joined #openstack-zaqar19:24
*** AAzza_ has joined #openstack-zaqar19:39
*** AAzza has quit IRC19:41
*** AAzza has joined #openstack-zaqar19:43
*** AAzza_ has quit IRC19:43
*** mpanetta has quit IRC19:55
*** malini has quit IRC19:57
*** csoukup has quit IRC20:11
*** mpanetta has joined #openstack-zaqar20:33
*** achanda has joined #openstack-zaqar20:34
*** achanda has quit IRC20:34
*** exploreshaifali has quit IRC20:39
*** achanda has joined #openstack-zaqar20:41
*** njohnston is now known as nate_gone20:51
*** csoukup has joined #openstack-zaqar21:05
*** sriram has quit IRC21:05
*** achanda has quit IRC21:07
*** achanda has joined #openstack-zaqar21:15
*** mpanetta has quit IRC21:37
*** Roachs_ has joined #openstack-zaqar21:46
*** stanchan has joined #openstack-zaqar21:56
*** csoukup has quit IRC22:07
zigoIt's looking like Zaqarclient has the same issue as Designate client: all entry points are making "openstack help" fail.22:16
zigoIt'd be nice if someone could have a look.22:16
*** Roachs_ has quit IRC22:28
*** Roachs_ has joined #openstack-zaqar22:47
*** stanchan has quit IRC22:51
*** david-lyle has quit IRC22:54
*** david-lyle has joined #openstack-zaqar22:55
*** david-lyle has quit IRC23:10
*** david-lyle has joined #openstack-zaqar23:10
*** david-lyle has quit IRC23:14
*** david-lyle has joined #openstack-zaqar23:17
*** david-ly_ has joined #openstack-zaqar23:19
*** david-lyle has quit IRC23:21
*** david-ly_ is now known as david-lyle23:31
*** kgriffs is now known as kgriffs|afk23:34
*** achanda has quit IRC23:47
*** achanda has joined #openstack-zaqar23:49
*** achanda has quit IRC23:53
*** achanda has joined #openstack-zaqar23:55

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