Thursday, 2015-09-03

*** achanda has joined #openstack-zaqar00:28
*** achanda has quit IRC00:51
*** achanda has joined #openstack-zaqar00:52
*** achanda has quit IRC00:52
*** amitgandhinz has joined #openstack-zaqar01:30
*** amitgandhinz has quit IRC01:30
*** amitgandhinz has joined #openstack-zaqar01:31
*** achanda has joined #openstack-zaqar01:44
*** boris-42 has quit IRC01:50
*** csoukup has joined #openstack-zaqar02:24
*** Qiming_ has quit IRC02:53
*** Qiming_ has joined #openstack-zaqar02:54
*** Qiming_ has quit IRC02:56
*** Qiming_ has joined #openstack-zaqar02:57
openstackgerritMerged openstack/zaqar: Updated from global requirements  https://review.openstack.org/21950603:02
openstackgerritMerged openstack/zaqar: Support various paths for signed URLs  https://review.openstack.org/21563803:05
openstackgerritMerged openstack/zaqar: Restore sqlalchemy unit tests  https://review.openstack.org/21877703:05
*** amitgandhinz has quit IRC03:06
openstackgerritMerged openstack/zaqar: Add unittests for Flavors in sqlalchemy  https://review.openstack.org/21878403:08
*** csoukup has quit IRC03:16
*** achanda has quit IRC03:28
*** dguerri` has quit IRC03:30
*** AAzza has quit IRC03:31
*** AAzza has joined #openstack-zaqar03:32
*** dguerri` has joined #openstack-zaqar03:32
*** dguerri` is now known as dguerri03:32
*** dguerri has joined #openstack-zaqar03:32
*** Qiming_ has quit IRC03:51
*** AAzza has quit IRC03:55
*** AAzza has joined #openstack-zaqar03:57
*** boris-42 has joined #openstack-zaqar03:59
*** Qiming_ has joined #openstack-zaqar05:12
*** achanda has joined #openstack-zaqar05:34
*** achanda has quit IRC05:40
*** achanda has joined #openstack-zaqar06:00
*** achanda has quit IRC06:19
flaper87therve: hey, when you're around. Could you expand on how you forsee this being used? https://review.openstack.org/#/c/215638/06:25
openstackgerritFlavio Percoco proposed openstack/zaqar: Add email driver for notification  https://review.openstack.org/20237406:37
*** achanda has joined #openstack-zaqar06:48
*** stanchan has joined #openstack-zaqar07:01
therveflaper87, 'morning!07:23
therveflaper87, The idea is to pass an extra paths parameter to the signed url creation, so that users of that signature can used different URLs07:25
therveflaper87, Ie, subscribe to the queue they got access to07:25
flaper87ah, nvm, I see where the previous implementation was limited. I'll read your patch a bit better07:27
flaper87Does it require getting a signed url for all sub-paths of /queues/my-queue/ ?07:27
flaper87or just getting /queues/my-queue/ will also allow for subscribing and other ops ?07:27
therveThe latter07:31
therveWell, the way I did it is yu create the signature for my-queue with several paths underneath it07:32
flaper87yeah, gotcha07:34
flaper87thanks :)07:34
therveflaper87, I know why the test is failing in https://review.openstack.org/#/c/202374/ FWIW07:51
therveCan submit a fix if you want07:52
flaper87therve: I thought your executor patch would have fixed it07:52
flaper87therve: please, do!07:52
therveflaper87, Still need to shutdown the executor in the test07:52
flaper87I don't think flwang1 minds if you fix the issue07:52
flaper87therve: ah, there you go07:53
openstackgerritThomas Herve proposed openstack/zaqar: Add email driver for notification  https://review.openstack.org/20237407:55
therve^^^07:56
flaper87therve: danke07:57
*** achanda has quit IRC08:36
openstackgerritThomas Herve proposed openstack/zaqar: Add email driver for notification  https://review.openstack.org/20237408:46
therveOkkkk. Maybe this time.08:46
flaper87:P08:47
*** diga has joined #openstack-zaqar08:52
therveflaper87, Looks happier09:22
flaper87therve: yeah, approving now09:22
openstackgerritFei Long Wang proposed openstack/zaqar: Fix duplicated notification  https://review.openstack.org/21807209:27
*** flwang has joined #openstack-zaqar09:31
therveflwang1 flwang , The linked bug on https://review.openstack.org/#/c/218072 is incorrect09:31
flwangtherve: let me check :)09:31
therveTrying to understand the issue :)09:32
flwangtherve: oh, the issue is we're leveraging the pipeline to trigger the notifier09:33
flwangbut if the pooling is enabled, then the notifier will be triggered 2 times09:33
therveflwang, But the notifier is in the message_pipeline, right? Not the subscription_pipeline09:34
flwangone is at the pooling's subscription controller level, another one is at the storage backend level09:34
therveI guess I don't know about those well enough to understand the subtlety09:35
flwangyep09:36
flwangyou can add a breakpoint in notifier.py09:36
flwangthen you check the type of subscription_controller09:36
flwangtherve: btw, i'd like to take this chance to say thank you for your effort on my patches and for zaqar09:36
therveflwang, You're welcome!09:36
flwangreally awesome09:36
flaper87flwang: <3 it's my pleasure. I hope to see more of those patches coming!09:37
flaper87flwang: your work was superb and you bared with us09:38
flaper87:P09:38
flaper87which is not a simple thing to do09:38
flwangflaper87: i have been working under such a boss more than 1 years, so i have been used to keep working hard :)09:39
flwangand I know there no another way but make the code more solid :)09:40
* flaper87 bows and says some words in Chinese09:41
flaper87to bad I've no idea what I said09:41
flwangflaper87: you need google translate :)09:42
therveArg, ordering issue09:43
openstackgerritFei Long Wang proposed openstack/zaqar: Fix duplicated notification  https://review.openstack.org/21807209:44
flwangtherve: just updated the bug number09:44
openstackgerritThomas Herve proposed openstack/zaqar: Add email driver for notification  https://review.openstack.org/20237409:46
therveflwang, Thanks09:46
therveflaper87, ^^^09:46
flwangtherve: thanks for the patch set09:48
flwangthe mock for subprocess.popen is really weird09:49
therveYeah that one was a pain09:49
flwangthat means i can use the same way like webhook09:49
flwangso i have to that like current way, really painful09:49
openstackgerritFei Long Wang proposed openstack/zaqar: Fix duplicated notification  https://review.openstack.org/21807211:05
therveflaper87, flwang: I tried the following approach instead for removing dups: http://paste.openstack.org/show/444140/11:31
flwangclicking...11:34
flwangtherve: my network is very slow...11:40
flwangtherve: sorry, i can't open paste.openstack.org now :(11:53
vkmcmorning11:54
flaper87morning11:57
openstackgerritMerged openstack/zaqar: Add email driver for notification  https://review.openstack.org/20237412:15
flaper87w0000h0000012:15
flaper87FINALLY12:15
flaper87yeah12:15
* flaper87 jumps12:15
flwangflaper87: yep, thank you, fla12:18
therveHi vkmc!12:33
vkmchi therve!12:37
*** malini has joined #openstack-zaqar12:42
*** malini has quit IRC12:46
*** malini has joined #openstack-zaqar12:46
*** diga has quit IRC12:48
flwangtherve: i saw your change and i think it works, but the reason I don't want to do that is i want to limit the impact at this stage12:52
*** ryansb has quit IRC12:52
flwangtherve: you know, release is coming12:52
* therve shrugs12:53
flwangso how about we fix it in a managed scope (in notifier.py) and revisit it in M?12:53
therveYeah I don't mind12:53
therveI'm not against a refactoring of stages in M12:54
flwangtherve: TBH, i'm not sure if there is any other stuff depends current mechanism12:54
therveIt looks like a nuclear bomb to crush an insect12:54
flwangtherve: thanks for the understanding12:54
*** ryansb has joined #openstack-zaqar12:54
*** ryansb has quit IRC12:54
*** ryansb has joined #openstack-zaqar12:54
flwangtherve: ok, another option is merged current patch and i will continually follow it in Liberty to figure out it12:55
flwangtherve: i mean try to adopt your fix and make sure no regression12:56
therveflwang, There is no hurry12:56
flwangtherve: cool12:56
flwangthanks12:57
flwanghave fun, guys, i'm going to sleep12:57
* flaper87 is almost done with the policy patch13:02
flaper87flwang: sleep well13:02
*** sriram has joined #openstack-zaqar13:07
*** amitgandhinz has joined #openstack-zaqar13:24
*** theonewolf has joined #openstack-zaqar13:45
theonewolfhey is Zaqar going to be in the next OpenStack release?13:46
flaper87theonewolf: it's been in the OpenStack release since Icehouse :D13:46
flaper87theonewolf: short answer, Yes!13:46
flaper87also, welcome to openstack-zaqar13:46
flaper87I hope you'll stay long and have fun with us13:46
theonewolfflaper87: oh I see, I don't read about it like nova, cinder, keystone, etc.13:46
flaper87theonewolf: yeah, we're getting there. Small community, small steps but concrete path13:47
flaper87theonewolf: The community is getting stronger and growing, though!13:47
flaper87we added a new core in Liberty and a bunch of cool features13:47
flaper87theonewolf: may ask why you're interested? I mean, are you planning to install it and offer a service? or are you looking at integrate with it?13:48
flaper87or just pure curiosity13:48
theonewolfflaper87: i need distributed messaging for applications running inside many VMs13:48
flaper87theonewolf: bam, another happy customer!13:49
flaper87:D13:49
theonewolfflaper87: looking at lots of Python queues, ZeroMQ, other things13:49
theonewolfflaper87: wondering what's the best, maybe something integrated into OpenStack is13:49
flaper87theonewolf: interesting, do you know what scales/loads you'll have?13:49
theonewolfflaper87: does zaqar appear inside Horizon on the dashboard? trying to find the quick/easy guide13:49
theonewolfflaper87: as far as I know currently, _fairly_ lightly loaded13:50
theonewolfflaper87: although we also assume Consul is deployed in our setup, so we might use that as a poor-man's message service (tweaking KV pairs with long-polling)13:51
flaper87theonewolf: A dashboard on horizon is under discussion. For now, we've been focusing on CLI and the service.13:53
theonewolfflaper87: that makes sense13:53
flaper87theonewolf: I'm curious to know what you'd like to see on that dashboard13:53
theonewolfflaper87: I've also deployed and managed several private OpenStack clusters, and am wondering if we should custom orchestrate our software13:54
flaper87we've had those discussions and just showing messages kinda doesn't make sense. We've been talking more about monitoring, stats and health13:54
theonewolfflaper87: what would I want? the ability to see something about my messaging graph and topology13:54
theonewolfflaper87: are messages flowing, where are they failing, etc.13:55
*** ametts has joined #openstack-zaqar13:55
flaper87theonewolf: exactly, I fully agree with that13:55
flaper87that's what our latest discussions has flown around13:55
flaper87have*13:55
flaper87theonewolf: thanks for the feedback13:56
theonewolfflaper87: no problem13:56
theonewolfflaper87: I'm trying to figure out if OpenStack is needed for my deployable cloudlet boxes designed to live on-premise13:58
*** Qiming_ has quit IRC14:43
openstackgerritThomas Herve proposed openstack/zaqar: Don't register the default pool  https://review.openstack.org/22017114:43
therveThat's a fun one14:44
flaper87therve: anyway to test it? :D14:45
therveflaper87, Manually, yeah. Didn't manage to do it in unittest14:45
therveflaper87, You started it: https://github.com/openstack/zaqar/commit/bfcc60c170369b3a3e3ab116e477d7a6e706e1be :p14:46
flaper87therve: I know, that's why I'm asking14:47
flaper87hahahaha14:47
therveAh14:47
flaper87I saw the patch and then:14:47
* flaper87 whistles14:47
*** dynarro has joined #openstack-zaqar14:47
*** kgriffs|afk is now known as kgriffs14:51
*** mpanetta has joined #openstack-zaqar14:59
*** mpanetta has quit IRC15:00
*** mpanetta has joined #openstack-zaqar15:00
*** mpanetta has quit IRC15:02
*** mpanetta has joined #openstack-zaqar15:03
*** akanksha has joined #openstack-zaqar15:04
*** csoukup has joined #openstack-zaqar15:07
*** amitgandhinz has quit IRC15:10
openstackgerritDoraly Navarro proposed openstack/python-zaqarclient: Added support to v2  https://review.openstack.org/20923815:16
*** amitgandhinz has joined #openstack-zaqar15:24
*** dynarro has quit IRC15:33
*** flwang has quit IRC15:41
theonewolf~\quit16:02
theonewolf\quit16:02
*** theonewolf has quit IRC16:02
*** sriram has quit IRC16:07
openstackgerritFlavio Percoco proposed openstack/zaqar: Policy support  https://review.openstack.org/20991016:20
flaper87that's hopefully green16:23
flaper87that'll hopefully be green16:23
flaper87that might be green16:23
flaper87that may be green16:23
flaper87that'll never be green, right?16:24
*** stanchan has quit IRC16:25
ryansbthe power of positive gate-thinking16:27
*** malini has quit IRC16:28
*** malini has joined #openstack-zaqar16:31
openstackgerritClaudiu Belu proposed openstack/zaqar: Adds oslo_cache dependency  https://review.openstack.org/21937416:46
*** malini has quit IRC16:49
openstackgerritClaudiu Belu proposed openstack/zaqar: Adds oslo_cache dependency  https://review.openstack.org/21937417:03
*** achanda has joined #openstack-zaqar17:14
*** achanda has quit IRC17:21
*** achanda has joined #openstack-zaqar17:22
openstackgerritClaudiu Belu proposed openstack/zaqar: Adds oslo_cache dependency  https://review.openstack.org/21937417:26
openstackgerritClaudiu Belu proposed openstack/zaqar: Remove unused zaqar.openstack.common modules  https://review.openstack.org/22025017:26
*** stanchan has joined #openstack-zaqar17:32
*** malini has joined #openstack-zaqar17:41
*** malini has quit IRC17:42
*** malini has joined #openstack-zaqar17:42
*** bradjones has joined #openstack-zaqar17:53
*** bradjones has joined #openstack-zaqar17:53
*** stanchan has quit IRC19:15
*** achanda has quit IRC19:18
*** dguerri is now known as dguerri`19:29
openstackgerritClaudiu Belu proposed openstack/zaqar: Remove unused zaqar.openstack.common modules  https://review.openstack.org/22025019:53
openstackgerritClaudiu Belu proposed openstack/zaqar: Adds oslo_cache dependency  https://review.openstack.org/21937419:53
*** akanksha has quit IRC20:08
*** malini has quit IRC20:15
*** dguerri` is now known as dguerri20:18
*** achanda has joined #openstack-zaqar20:18
*** dguerri is now known as dguerri`20:20
*** achanda has quit IRC20:24
*** malini has joined #openstack-zaqar20:26
*** achanda has joined #openstack-zaqar20:29
*** malini has quit IRC20:37
*** achanda has quit IRC20:38
openstackgerritClaudiu Belu proposed openstack/zaqar: Adds oslo_cache dependency  https://review.openstack.org/21937420:39
*** malini has joined #openstack-zaqar20:40
*** achanda has joined #openstack-zaqar20:47
*** malini has quit IRC20:47
*** malini has joined #openstack-zaqar20:47
*** ametts has quit IRC21:06
*** amitgandhinz has quit IRC21:46
*** csoukup has quit IRC23:17
*** bradjones has quit IRC23:31
*** achanda has quit IRC23:31
*** kgriffs is now known as kgriffs|afk23:33
*** Qiming_ has joined #openstack-zaqar23:37
*** mpanetta has quit IRC23:44

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