Tuesday, 2015-11-17

*** itisha has quit IRC00:11
*** mdnadeem__ has quit IRC00:24
*** mdnadeem has joined #openstack-zaqar00:24
*** Qiming has quit IRC00:35
flwangmdnadeem: ping01:02
mdnadeemflwang: pong01:02
flwangsee my comments for your two patches about PUT method?01:02
mdnadeem*checking01:04
*** davideagnello has quit IRC01:05
*** davideagnello has joined #openstack-zaqar01:06
*** stanchan has quit IRC01:08
mdnadeemflwang: Please correct my understanding, we will capture pool, flavor, queue name in header, at client side it will first check the name and then process request like you mention in point 3,4 of the blue print01:14
flwang1mdnadeem: yep01:19
flwang1mdnadeem: so basically, what you need to do is update the commit message, and code to return 20401:19
flwang1and it would be nice if you can write a spec01:20
flwang1then i can help implement the HEAD and we also need to complete the client side work01:20
flwang1does the solution make sense for you?01:20
mdnadeemflwang1: yes sound good.01:21
mdnadeemi am try to finish cli work fast, then start this one01:22
mdnadeemflwang1: In spec, apart from what you have mentioned in blue print, is there any other point that i have to mentioned?01:26
flwang1mdnadeem: no more in my mind now ;)01:26
mdnadeemflwang1: ohk, i will do it today :)01:27
flwang1awesome, thanks01:30
flwang1any progress about this authorized issue?01:33
mdnadeemflwang1: Please have a look for mitaka spec dir patch : https://review.openstack.org/#/c/236768/01:33
flwang1approved, thanks01:34
mdnadeemflwang1: Thank you so much :)01:35
openstackgerritMerged openstack/zaqar-specs: Add the specs dir for Mitaka  https://review.openstack.org/23676801:39
flwang1i think it's blocking the all the client work, since the manual test will be hard01:44
flwang1i mean the unauthorized issue01:44
*** achanda has joined #openstack-zaqar01:46
Eva-iflwang1: hi, on what distro you tried my databases cleanup patch?01:47
flwang1Eva-i: define 'distro'?01:48
Eva-iflwang1: linux distribution01:48
flwang1ubuntu 14.04 LTS01:49
flwang1is it really related?01:49
Eva-iflwang1: no01:49
Eva-iflwang1: I'm just completely out of ideas why it won't work for you01:52
flwang1Eva-i: my test is simple, delete all the dbs on my local mongodb, run zaqar test, then check mongodb01:53
flwang1should i expect there is no db left>01:54
flwang1?01:54
Eva-iflwang1: yeah, I do the same. You should expect no databases left.01:55
Eva-iflwang1: I think I know what the problem is01:59
flwang1Eva-i: listening.... :)01:59
Eva-iflwang1: I need to clarify one thing, how many databases left after testing? Is there just one or many?02:02
flwang1many02:04
*** nate_gone is now known as njohnston02:12
openstackgerritOpenStack Proposal Bot proposed openstack/python-zaqarclient: Updated from global requirements  https://review.openstack.org/23290502:16
Eva-iflwang1: just two databases: test and zaqar_test? Or not?02:17
flwangEva-i: i can see these two, but i can see more as well02:19
flwangmdnadeem: still around?02:19
mdnadeemflwang: hi02:19
flwangmdnadeem: are you still working no the authorized issue?02:20
mdnadeemflwang: I am little confused, i submitted the patch which run functional test in my local env sucessfully,02:21
mdnadeemhowever same functional test fail by gate dvsm.02:22
flwangmdnadeem: ok, you mean this one https://review.openstack.org/#/c/245638/ right?02:23
mdnadeemhttps://review.openstack.org/#/c/245526/, this one02:24
flwangmdnadeem: i think they're same or related issue02:25
mdnadeemi have included "https://review.openstack.org/#/c/245638/" patch changes to https://review.openstack.org/#/c/245526/,02:25
mdnadeemnow i will abondon https://review.openstack.org/#/c/245638/02:25
mdnadeemflwang: they both are of similar kind, so i have combined both to single patch https://review.openstack.org/#/c/245526/02:27
Eva-iflwang: thanks for information. No, sorry, I don't know why you have this problem. I tested it in two different environments(OSes), for me it works, but not ideally: thanks to you I found another little problem.02:28
flwangEva-i:  :)02:29
flwang1mdnadeem: sounds a good plan02:30
flwang1mdnadeem: i'm testing it right now02:30
mdnadeemflwang1: ohk02:32
mdnadeemflwang1: Please let me know in case of any doubt or issue02:36
flwang1mdnadeem: sure02:36
flwangmdnadeem: did you enable this ZAQARCLIENT_AUTH_FUNCTIONAL when you testing?02:36
mdnadeemflwang: yes02:40
flwang1ok02:42
mdnadeemflwang: you need to export some parameter as a env variable, https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/tests/base.py#L58L7102:42
flwangmdnadeem: i set all the variables, but the functional tests are still skipped02:46
flwanginteresting...02:46
mdnadeemare you using tox or nosetest to run functional test?02:47
flwangtox02:47
mdnadeemflwang: ohh tox may be create a virtual env, where you env variable may not visible02:48
mdnadeemyou --> *your02:48
flwangthat's a good point02:48
mdnadeemeither run tox on real env or use nosetests -v tests.functional02:49
flwangmdnadeem: ok, i managed it02:55
*** Qiming has joined #openstack-zaqar03:11
flwang1Qiming: hi03:16
flwang1Qiming: is there any user case that senlin can leverage zaqar?03:17
Qiminghi, flwang1, still working on that03:17
*** davideagnello has quit IRC03:18
Qimingbasically, senlin is expecting some (if not all) actions to be triggered using messages in a secure way03:18
*** ryansb has quit IRC03:18
*** angvp has quit IRC03:18
flwang1Qiming: pls define 'secure'?03:18
flwang1like using the pre-signed url ?03:18
*** angvp has joined #openstack-zaqar03:19
*** angvp is now known as Guest8054903:19
Qimingfor example, a user can trigger a scaling of the cluster from within a VM03:19
Qimingpre-signed url is one way, but we need to do some routing03:19
flwang1maybe silly, but why the trigger from a VM?03:20
Qimingnot silly, :)03:20
Qimingthe philosophy is that the user application knows best whether scaling is needed03:20
flwang1Qiming: ah, got it03:21
*** davideagnello has joined #openstack-zaqar03:21
flwang1so the autoscaling is triggered by the application, right?03:21
Qimingthat is one possibility03:21
flwang1which running in one of the VM on openstack, is it?03:21
Qimingapplication-level metrics, to be more accurate03:22
Qimingyes03:22
*** ryansb has joined #openstack-zaqar03:22
*** ryansb has quit IRC03:22
*** ryansb has joined #openstack-zaqar03:22
flwang1agree, that's why AWS suggest use the workload of SQS to trigger the autoscaling03:22
Qimingapplication-level metric also include application heartbeats03:23
Qimingif you want to do auto-healing03:23
flwang1i see. so how can we help?03:23
flwang1don't you want to use alarm of ceilometer?03:23
QimingI tried playing with zaqar myself, but ... to me honest, never a success03:23
Qimings/me/be03:24
flwang1Qiming: you should beat me if there is failure03:24
flwang1i'm happy to support03:24
Qimingflwang1, you will die quite a few times03:24
flwang1Qiming: we can try :)03:25
flwang1you know, we can talk in Chinese to speed it up :)03:26
Qimingglad to know you are willing to do something, :)03:26
flwang1Qiming: for sure03:26
*** Guest80549 is now known as angvp03:26
*** angvp has quit IRC03:26
*** angvp has joined #openstack-zaqar03:26
flwang1Qiming: just let me know how can i help to adopt zaqar03:26
Qimingokay, will report bugs as starting points03:26
Qiminglast time I tried, following README.rst again, the zaqar-bench just fails03:28
flwang1Qiming: zaqar-bench is not really covered by test gate, so...03:29
QimingI tried setting auth_strategy to 'keystone', it didn't work03:29
QimingI tried setting it to 'noauth'03:29
QimingI always get x_project_id not set kind of error03:29
Qimingdigging into the code, it looks like not just a bug of the zaqar-bench03:30
Qimingsomething in zaqarclient is not right, cannot recall the details03:30
flwang1Qiming: you're right03:33
flwang1the auth of zaqar client has a bug, we're working on that03:33
flwang1Qiming: zaqar client is my first priority in Mitaka03:34
flwang1we're working on the fix https://review.openstack.org/#/c/245526/ for auth issue03:34
flwang1welcome to review it03:34
Qimingcool, will jump onto it03:35
flwang1Qiming: awesome, so pls pls feel free poke me if there is any question03:36
Eva-imdnadeem: hello, are you still here?03:40
mdnadeemEva-i: hi03:41
openstackgerritMD NADEEM proposed openstack/zaqar-specs: HTTP put improvement for existing resource  https://review.openstack.org/24614703:46
*** dmowrer has joined #openstack-zaqar03:47
Eva-imdnadeem: okay, sorry for disturbing, just wanted to ask something and now I'm not03:47
openstackgerritMD NADEEM proposed openstack/zaqar-specs: HTTP put improvement for existing resource  https://review.openstack.org/24614703:47
mdnadeemEva-i: Please if i can03:48
Qimingflwang1, sure thing03:49
*** achanda has quit IRC03:50
Qimingflwang1, my top priority now is to get the API reworked: http://git.openstack.org/cgit/openstack/senlin/tree/TODO.rst#n3003:50
Qimingif bandwidth permits, we will add zaqar queue support03:51
*** dmowrer has quit IRC03:51
flwang1Qiming: excellent, thanks03:53
mdnadeemflwang1: When get free time please check it once, http://docs-draft.openstack.org/47/246147/2/check/gate-zaqar-specs-docs/3a7ccf3//doc/build/html/specs/mitaka/http-put-improvement.html03:58
*** Qiming has left #openstack-zaqar03:58
*** Qiming has quit IRC03:59
*** flwang has quit IRC03:59
openstackgerritEva Balycheva proposed openstack/zaqar: Automatically drop functional tests databases  https://review.openstack.org/24546404:19
*** achanda has joined #openstack-zaqar04:21
*** Qiming has joined #openstack-zaqar04:26
*** kgriffs is now known as kgriffs|afk04:31
*** kgriffs|afk is now known as kgriffs04:31
Eva-imdnadeem: if you will have some free time(4-10 minutes), can you please do this: http://paste.openstack.org/show/cTCPYb4nt87ME3mtLxnX/ ?04:43
mdnadeemEva-i: yah sure, i will test it in my env04:44
Eva-imdnadeem: thanks =)04:44
*** Qiming has quit IRC04:52
openstackgerritMD NADEEM proposed openstack/zaqar-specs: HTTP put improvement for existing resource  https://review.openstack.org/24614704:56
*** Caleb--- has joined #openstack-zaqar04:58
*** kgriffs_alt has joined #openstack-zaqar04:59
*** flaper87 has quit IRC05:00
*** cpallares has quit IRC05:00
*** kgriffs has quit IRC05:00
*** Caleb-- has quit IRC05:00
*** flwang1 has quit IRC05:00
*** kgriffs_alt is now known as kgriffs05:00
*** Caleb--- is now known as Caleb--05:00
*** flaper87 has joined #openstack-zaqar05:01
*** flwang has joined #openstack-zaqar05:03
*** cpallares has joined #openstack-zaqar05:06
*** achanda_ has joined #openstack-zaqar05:16
*** achanda has quit IRC05:25
openstackgerritEva Balycheva proposed openstack/zaqar: Automatically drop functional tests databases  https://review.openstack.org/24546406:13
Eva-imdnadeem: flwang: updated the patch. The code is uglier, but must work properly now: https://review.openstack.org/#/c/24546406:21
*** rcernin has joined #openstack-zaqar06:22
*** kgriffs is now known as kgriffs|afk06:54
*** kgriffs|afk is now known as kgriffs06:55
*** achanda_ has quit IRC07:36
*** kgriffs is now known as kgriffs|afk08:28
*** kgriffs|afk is now known as kgriffs08:29
openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Added pool list support for v1  https://review.openstack.org/24625508:31
openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Implement CLI support for pool delete  https://review.openstack.org/24238808:43
openstackgerritKui Shi proposed openstack/zaqar: Fix typo  https://review.openstack.org/24626208:58
*** exploreshaifali has joined #openstack-zaqar09:02
openstackgerritMD NADEEM proposed openstack/zaqar: Replace "MARCONI" with  "ZAQAR"  https://review.openstack.org/24626809:13
*** openstackgerrit has quit IRC09:31
*** openstackgerrit has joined #openstack-zaqar09:31
*** achanda has joined #openstack-zaqar09:38
*** exploreshaifali has quit IRC09:47
*** achanda has quit IRC10:00
*** achanda has joined #openstack-zaqar10:12
*** Caleb-- has quit IRC10:13
*** achanda has quit IRC10:16
*** exploreshaifali has joined #openstack-zaqar10:27
*** openstackgerrit has quit IRC10:31
*** openstackgerrit has joined #openstack-zaqar10:31
*** achanda has joined #openstack-zaqar10:38
*** malini has joined #openstack-zaqar10:49
*** malini1 has joined #openstack-zaqar10:56
*** malini has quit IRC10:59
*** flaper87 has quit IRC11:27
*** flaper87 has joined #openstack-zaqar11:27
*** achanda has quit IRC11:43
*** achanda has joined #openstack-zaqar12:06
*** dmowrer has joined #openstack-zaqar12:08
*** achanda has quit IRC12:09
*** Caleb-- has joined #openstack-zaqar12:16
*** malini has joined #openstack-zaqar12:25
*** malini1 has quit IRC12:28
*** Qiming has joined #openstack-zaqar12:37
*** malini has quit IRC12:40
*** achanda has joined #openstack-zaqar12:56
*** exploreshaifali has quit IRC12:59
*** achanda has quit IRC13:05
*** csoukup has joined #openstack-zaqar13:11
*** csoukup has quit IRC13:31
openstackgerritMerged openstack/zaqar: Replace "MARCONI" with  "ZAQAR"  https://review.openstack.org/24626813:33
openstackgerritMerged openstack/zaqar: Fix typo  https://review.openstack.org/24626213:37
*** dmowrer has quit IRC13:39
*** dmowrer has joined #openstack-zaqar13:40
*** dmowrer has quit IRC13:44
*** dynarro has joined #openstack-zaqar14:01
*** sriram has joined #openstack-zaqar14:05
*** Qiming has quit IRC14:06
*** malini has joined #openstack-zaqar14:12
*** dmowrer has joined #openstack-zaqar14:13
*** malini1 has joined #openstack-zaqar14:14
*** malini has quit IRC14:16
*** malini1 has left #openstack-zaqar14:32
*** amitgandhinz has joined #openstack-zaqar14:41
*** dynarro has quit IRC14:53
*** achanda has joined #openstack-zaqar14:58
*** Qiming has joined #openstack-zaqar14:59
*** akanksha_ has joined #openstack-zaqar15:17
*** itisha has joined #openstack-zaqar15:18
*** mpanetta has joined #openstack-zaqar15:56
*** rcernin has quit IRC16:04
*** Qiming has quit IRC16:30
*** dmowrer has quit IRC16:56
*** dmowrer has joined #openstack-zaqar16:57
*** dmowrer has quit IRC17:01
*** dmowrer has joined #openstack-zaqar17:11
*** dmowrer has quit IRC17:13
*** dmowrer has joined #openstack-zaqar17:13
*** rcernin has joined #openstack-zaqar17:36
*** flwang1 has joined #openstack-zaqar17:38
*** flwang1 has quit IRC17:57
*** dmowrer_ has joined #openstack-zaqar17:59
*** dmowrer has quit IRC17:59
*** Qiming has joined #openstack-zaqar18:09
*** achanda has quit IRC18:21
*** dmowrer_ has quit IRC18:45
*** dmowrer has joined #openstack-zaqar18:46
*** boris-42 has quit IRC18:48
*** dmowrer has quit IRC18:50
*** dmowrer has joined #openstack-zaqar18:59
*** dmowrer has quit IRC18:59
*** dmowrer has joined #openstack-zaqar18:59
*** Qiming has quit IRC19:01
*** dmowrer has quit IRC19:04
*** dmowrer has joined #openstack-zaqar19:13
*** dmowrer has quit IRC19:18
*** dmowrer has joined #openstack-zaqar19:19
*** flwang1 has joined #openstack-zaqar19:21
flwangvkmc: ping19:23
vkmcflwang, pong19:24
flwangvkmc: sorry for the pushing, but can you help review https://review.openstack.org/#/c/242287/ ?19:24
vkmcyeah19:24
vkmcnp19:25
vkmcsorry I haven't review things sooner19:25
flwangthat one is blocking the py34 gate19:26
flwangso i would like to get it in asap19:26
*** exploreshaifali has joined #openstack-zaqar19:47
*** dmowrer_ has joined #openstack-zaqar19:57
flwangvkmc: can you remind me where is the user guide of zaqar now?19:58
flwangvkmc: IIRC, you removed them from the developer docs19:58
*** dmowrer has quit IRC20:00
*** pt_15 has joined #openstack-zaqar20:04
*** tej__ has joined #openstack-zaqar20:18
*** tej has joined #openstack-zaqar20:20
*** dmowrer has joined #openstack-zaqar20:29
Eva-iHello, people. Today I was accepted as participant in the social program called Outreachy. (https://www.gnome.org/outreachy/). So now I'm officially an intern working on Zaqar and Victoria will be my mentor.20:31
Eva-iAnd it means I'm totally not planning to go anywhere from this this chat. =) I hope you and I will get along. And if you'll ever notice I do something wrong, please correct me, I will appreciate it. ;)20:31
*** dmowrer_ has quit IRC20:32
flwangEva-i: congrats!!!!20:34
ryansbEva-i: well I guess "welcome to the official team" if you weren't already :)20:34
flwangEva-i: you did a great job for zaqar, for sure20:34
Eva-iflwang: ryansb: thank you, guys. Hope I'll do much more for Zaqar.20:38
*** dmowrer_ has joined #openstack-zaqar20:40
flwangEva-i: looking forward to seeing more contribution :)20:40
*** dmowrer has quit IRC20:40
flwangryansb: it would be nice if you can revisit this patch https://review.openstack.org/#/c/238006/20:44
flwangwe just came out a new solution for that20:44
ryansboh sure20:48
*** Qiming has joined #openstack-zaqar21:01
*** dmowrer has joined #openstack-zaqar21:03
*** dmowrer has quit IRC21:04
*** dmowrer_ has quit IRC21:04
*** dmowrer has joined #openstack-zaqar21:04
*** tej__ has quit IRC21:09
*** tej has quit IRC21:09
*** dmowrer has quit IRC21:09
*** tej has joined #openstack-zaqar21:13
*** tej__ has joined #openstack-zaqar21:13
*** amitgandhinz has quit IRC21:18
*** Qiming has quit IRC21:18
*** amitgandhinz has joined #openstack-zaqar22:06
*** sriram has quit IRC22:07
*** tej has quit IRC22:09
*** tej__ has quit IRC22:09
*** akanksha_ has quit IRC22:10
*** akanksha_ has joined #openstack-zaqar22:11
*** rcernin has quit IRC22:21
*** amitgandhinz has quit IRC22:33
*** Qiming has joined #openstack-zaqar22:35
*** tej__ has joined #openstack-zaqar22:49
*** tej has joined #openstack-zaqar22:49
*** mpanetta has quit IRC22:59
*** tej__ has quit IRC23:01
*** tej has quit IRC23:01
*** tej has joined #openstack-zaqar23:04
*** tej__ has joined #openstack-zaqar23:04
*** tej has quit IRC23:04
*** tej__ has quit IRC23:04
*** exploreshaifali has quit IRC23:10
*** pt_15 has quit IRC23:48
Eva-iflwang: flwang1: hello, are you here?23:53

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