*** itisha has quit IRC | 00:11 | |
*** mdnadeem__ has quit IRC | 00:24 | |
*** mdnadeem has joined #openstack-zaqar | 00:24 | |
*** Qiming has quit IRC | 00:35 | |
flwang | mdnadeem: ping | 01:02 |
---|---|---|
mdnadeem | flwang: pong | 01:02 |
flwang | see my comments for your two patches about PUT method? | 01:02 |
mdnadeem | *checking | 01:04 |
*** davideagnello has quit IRC | 01:05 | |
*** davideagnello has joined #openstack-zaqar | 01:06 | |
*** stanchan has quit IRC | 01:08 | |
mdnadeem | flwang: 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 print | 01:14 |
flwang1 | mdnadeem: yep | 01:19 |
flwang1 | mdnadeem: so basically, what you need to do is update the commit message, and code to return 204 | 01:19 |
flwang1 | and it would be nice if you can write a spec | 01:20 |
flwang1 | then i can help implement the HEAD and we also need to complete the client side work | 01:20 |
flwang1 | does the solution make sense for you? | 01:20 |
mdnadeem | flwang1: yes sound good. | 01:21 |
mdnadeem | i am try to finish cli work fast, then start this one | 01:22 |
mdnadeem | flwang1: In spec, apart from what you have mentioned in blue print, is there any other point that i have to mentioned? | 01:26 |
flwang1 | mdnadeem: no more in my mind now ;) | 01:26 |
mdnadeem | flwang1: ohk, i will do it today :) | 01:27 |
flwang1 | awesome, thanks | 01:30 |
flwang1 | any progress about this authorized issue? | 01:33 |
mdnadeem | flwang1: Please have a look for mitaka spec dir patch : https://review.openstack.org/#/c/236768/ | 01:33 |
flwang1 | approved, thanks | 01:34 |
mdnadeem | flwang1: Thank you so much :) | 01:35 |
openstackgerrit | Merged openstack/zaqar-specs: Add the specs dir for Mitaka https://review.openstack.org/236768 | 01:39 |
flwang1 | i think it's blocking the all the client work, since the manual test will be hard | 01:44 |
flwang1 | i mean the unauthorized issue | 01:44 |
*** achanda has joined #openstack-zaqar | 01:46 | |
Eva-i | flwang1: hi, on what distro you tried my databases cleanup patch? | 01:47 |
flwang1 | Eva-i: define 'distro'? | 01:48 |
Eva-i | flwang1: linux distribution | 01:48 |
flwang1 | ubuntu 14.04 LTS | 01:49 |
flwang1 | is it really related? | 01:49 |
Eva-i | flwang1: no | 01:49 |
Eva-i | flwang1: I'm just completely out of ideas why it won't work for you | 01:52 |
flwang1 | Eva-i: my test is simple, delete all the dbs on my local mongodb, run zaqar test, then check mongodb | 01:53 |
flwang1 | should i expect there is no db left> | 01:54 |
flwang1 | ? | 01:54 |
Eva-i | flwang1: yeah, I do the same. You should expect no databases left. | 01:55 |
Eva-i | flwang1: I think I know what the problem is | 01:59 |
flwang1 | Eva-i: listening.... :) | 01:59 |
Eva-i | flwang1: I need to clarify one thing, how many databases left after testing? Is there just one or many? | 02:02 |
flwang1 | many | 02:04 |
*** nate_gone is now known as njohnston | 02:12 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-zaqarclient: Updated from global requirements https://review.openstack.org/232905 | 02:16 |
Eva-i | flwang1: just two databases: test and zaqar_test? Or not? | 02:17 |
flwang | Eva-i: i can see these two, but i can see more as well | 02:19 |
flwang | mdnadeem: still around? | 02:19 |
mdnadeem | flwang: hi | 02:19 |
flwang | mdnadeem: are you still working no the authorized issue? | 02:20 |
mdnadeem | flwang: I am little confused, i submitted the patch which run functional test in my local env sucessfully, | 02:21 |
mdnadeem | however same functional test fail by gate dvsm. | 02:22 |
flwang | mdnadeem: ok, you mean this one https://review.openstack.org/#/c/245638/ right? | 02:23 |
mdnadeem | https://review.openstack.org/#/c/245526/, this one | 02:24 |
flwang | mdnadeem: i think they're same or related issue | 02:25 |
mdnadeem | i have included "https://review.openstack.org/#/c/245638/" patch changes to https://review.openstack.org/#/c/245526/, | 02:25 |
mdnadeem | now i will abondon https://review.openstack.org/#/c/245638/ | 02:25 |
mdnadeem | flwang: they both are of similar kind, so i have combined both to single patch https://review.openstack.org/#/c/245526/ | 02:27 |
Eva-i | flwang: 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 |
flwang | Eva-i: :) | 02:29 |
flwang1 | mdnadeem: sounds a good plan | 02:30 |
flwang1 | mdnadeem: i'm testing it right now | 02:30 |
mdnadeem | flwang1: ohk | 02:32 |
mdnadeem | flwang1: Please let me know in case of any doubt or issue | 02:36 |
flwang1 | mdnadeem: sure | 02:36 |
flwang | mdnadeem: did you enable this ZAQARCLIENT_AUTH_FUNCTIONAL when you testing? | 02:36 |
mdnadeem | flwang: yes | 02:40 |
flwang1 | ok | 02:42 |
mdnadeem | flwang: you need to export some parameter as a env variable, https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/tests/base.py#L58L71 | 02:42 |
flwang | mdnadeem: i set all the variables, but the functional tests are still skipped | 02:46 |
flwang | interesting... | 02:46 |
mdnadeem | are you using tox or nosetest to run functional test? | 02:47 |
flwang | tox | 02:47 |
mdnadeem | flwang: ohh tox may be create a virtual env, where you env variable may not visible | 02:48 |
mdnadeem | you --> *your | 02:48 |
flwang | that's a good point | 02:48 |
mdnadeem | either run tox on real env or use nosetests -v tests.functional | 02:49 |
flwang | mdnadeem: ok, i managed it | 02:55 |
*** Qiming has joined #openstack-zaqar | 03:11 | |
flwang1 | Qiming: hi | 03:16 |
flwang1 | Qiming: is there any user case that senlin can leverage zaqar? | 03:17 |
Qiming | hi, flwang1, still working on that | 03:17 |
*** davideagnello has quit IRC | 03:18 | |
Qiming | basically, senlin is expecting some (if not all) actions to be triggered using messages in a secure way | 03:18 |
*** ryansb has quit IRC | 03:18 | |
*** angvp has quit IRC | 03:18 | |
flwang1 | Qiming: pls define 'secure'? | 03:18 |
flwang1 | like using the pre-signed url ? | 03:18 |
*** angvp has joined #openstack-zaqar | 03:19 | |
*** angvp is now known as Guest80549 | 03:19 | |
Qiming | for example, a user can trigger a scaling of the cluster from within a VM | 03:19 |
Qiming | pre-signed url is one way, but we need to do some routing | 03:19 |
flwang1 | maybe silly, but why the trigger from a VM? | 03:20 |
Qiming | not silly, :) | 03:20 |
Qiming | the philosophy is that the user application knows best whether scaling is needed | 03:20 |
flwang1 | Qiming: ah, got it | 03:21 |
*** davideagnello has joined #openstack-zaqar | 03:21 | |
flwang1 | so the autoscaling is triggered by the application, right? | 03:21 |
Qiming | that is one possibility | 03:21 |
flwang1 | which running in one of the VM on openstack, is it? | 03:21 |
Qiming | application-level metrics, to be more accurate | 03:22 |
Qiming | yes | 03:22 |
*** ryansb has joined #openstack-zaqar | 03:22 | |
*** ryansb has quit IRC | 03:22 | |
*** ryansb has joined #openstack-zaqar | 03:22 | |
flwang1 | agree, that's why AWS suggest use the workload of SQS to trigger the autoscaling | 03:22 |
Qiming | application-level metric also include application heartbeats | 03:23 |
Qiming | if you want to do auto-healing | 03:23 |
flwang1 | i see. so how can we help? | 03:23 |
flwang1 | don't you want to use alarm of ceilometer? | 03:23 |
Qiming | I tried playing with zaqar myself, but ... to me honest, never a success | 03:23 |
Qiming | s/me/be | 03:24 |
flwang1 | Qiming: you should beat me if there is failure | 03:24 |
flwang1 | i'm happy to support | 03:24 |
Qiming | flwang1, you will die quite a few times | 03:24 |
flwang1 | Qiming: we can try :) | 03:25 |
flwang1 | you know, we can talk in Chinese to speed it up :) | 03:26 |
Qiming | glad to know you are willing to do something, :) | 03:26 |
flwang1 | Qiming: for sure | 03:26 |
*** Guest80549 is now known as angvp | 03:26 | |
*** angvp has quit IRC | 03:26 | |
*** angvp has joined #openstack-zaqar | 03:26 | |
flwang1 | Qiming: just let me know how can i help to adopt zaqar | 03:26 |
Qiming | okay, will report bugs as starting points | 03:26 |
Qiming | last time I tried, following README.rst again, the zaqar-bench just fails | 03:28 |
flwang1 | Qiming: zaqar-bench is not really covered by test gate, so... | 03:29 |
Qiming | I tried setting auth_strategy to 'keystone', it didn't work | 03:29 |
Qiming | I tried setting it to 'noauth' | 03:29 |
Qiming | I always get x_project_id not set kind of error | 03:29 |
Qiming | digging into the code, it looks like not just a bug of the zaqar-bench | 03:30 |
Qiming | something in zaqarclient is not right, cannot recall the details | 03:30 |
flwang1 | Qiming: you're right | 03:33 |
flwang1 | the auth of zaqar client has a bug, we're working on that | 03:33 |
flwang1 | Qiming: zaqar client is my first priority in Mitaka | 03:34 |
flwang1 | we're working on the fix https://review.openstack.org/#/c/245526/ for auth issue | 03:34 |
flwang1 | welcome to review it | 03:34 |
Qiming | cool, will jump onto it | 03:35 |
flwang1 | Qiming: awesome, so pls pls feel free poke me if there is any question | 03:36 |
Eva-i | mdnadeem: hello, are you still here? | 03:40 |
mdnadeem | Eva-i: hi | 03:41 |
openstackgerrit | MD NADEEM proposed openstack/zaqar-specs: HTTP put improvement for existing resource https://review.openstack.org/246147 | 03:46 |
*** dmowrer has joined #openstack-zaqar | 03:47 | |
Eva-i | mdnadeem: okay, sorry for disturbing, just wanted to ask something and now I'm not | 03:47 |
openstackgerrit | MD NADEEM proposed openstack/zaqar-specs: HTTP put improvement for existing resource https://review.openstack.org/246147 | 03:47 |
mdnadeem | Eva-i: Please if i can | 03:48 |
Qiming | flwang1, sure thing | 03:49 |
*** achanda has quit IRC | 03:50 | |
Qiming | flwang1, my top priority now is to get the API reworked: http://git.openstack.org/cgit/openstack/senlin/tree/TODO.rst#n30 | 03:50 |
Qiming | if bandwidth permits, we will add zaqar queue support | 03:51 |
*** dmowrer has quit IRC | 03:51 | |
flwang1 | Qiming: excellent, thanks | 03:53 |
mdnadeem | flwang1: 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.html | 03:58 |
*** Qiming has left #openstack-zaqar | 03:58 | |
*** Qiming has quit IRC | 03:59 | |
*** flwang has quit IRC | 03:59 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Automatically drop functional tests databases https://review.openstack.org/245464 | 04:19 |
*** achanda has joined #openstack-zaqar | 04:21 | |
*** Qiming has joined #openstack-zaqar | 04:26 | |
*** kgriffs is now known as kgriffs|afk | 04:31 | |
*** kgriffs|afk is now known as kgriffs | 04:31 | |
Eva-i | mdnadeem: if you will have some free time(4-10 minutes), can you please do this: http://paste.openstack.org/show/cTCPYb4nt87ME3mtLxnX/ ? | 04:43 |
mdnadeem | Eva-i: yah sure, i will test it in my env | 04:44 |
Eva-i | mdnadeem: thanks =) | 04:44 |
*** Qiming has quit IRC | 04:52 | |
openstackgerrit | MD NADEEM proposed openstack/zaqar-specs: HTTP put improvement for existing resource https://review.openstack.org/246147 | 04:56 |
*** Caleb--- has joined #openstack-zaqar | 04:58 | |
*** kgriffs_alt has joined #openstack-zaqar | 04:59 | |
*** flaper87 has quit IRC | 05:00 | |
*** cpallares has quit IRC | 05:00 | |
*** kgriffs has quit IRC | 05:00 | |
*** Caleb-- has quit IRC | 05:00 | |
*** flwang1 has quit IRC | 05:00 | |
*** kgriffs_alt is now known as kgriffs | 05:00 | |
*** Caleb--- is now known as Caleb-- | 05:00 | |
*** flaper87 has joined #openstack-zaqar | 05:01 | |
*** flwang has joined #openstack-zaqar | 05:03 | |
*** cpallares has joined #openstack-zaqar | 05:06 | |
*** achanda_ has joined #openstack-zaqar | 05:16 | |
*** achanda has quit IRC | 05:25 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Automatically drop functional tests databases https://review.openstack.org/245464 | 06:13 |
Eva-i | mdnadeem: flwang: updated the patch. The code is uglier, but must work properly now: https://review.openstack.org/#/c/245464 | 06:21 |
*** rcernin has joined #openstack-zaqar | 06:22 | |
*** kgriffs is now known as kgriffs|afk | 06:54 | |
*** kgriffs|afk is now known as kgriffs | 06:55 | |
*** achanda_ has quit IRC | 07:36 | |
*** kgriffs is now known as kgriffs|afk | 08:28 | |
*** kgriffs|afk is now known as kgriffs | 08:29 | |
openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Added pool list support for v1 https://review.openstack.org/246255 | 08:31 |
openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Implement CLI support for pool delete https://review.openstack.org/242388 | 08:43 |
openstackgerrit | Kui Shi proposed openstack/zaqar: Fix typo https://review.openstack.org/246262 | 08:58 |
*** exploreshaifali has joined #openstack-zaqar | 09:02 | |
openstackgerrit | MD NADEEM proposed openstack/zaqar: Replace "MARCONI" with "ZAQAR" https://review.openstack.org/246268 | 09:13 |
*** openstackgerrit has quit IRC | 09:31 | |
*** openstackgerrit has joined #openstack-zaqar | 09:31 | |
*** achanda has joined #openstack-zaqar | 09:38 | |
*** exploreshaifali has quit IRC | 09:47 | |
*** achanda has quit IRC | 10:00 | |
*** achanda has joined #openstack-zaqar | 10:12 | |
*** Caleb-- has quit IRC | 10:13 | |
*** achanda has quit IRC | 10:16 | |
*** exploreshaifali has joined #openstack-zaqar | 10:27 | |
*** openstackgerrit has quit IRC | 10:31 | |
*** openstackgerrit has joined #openstack-zaqar | 10:31 | |
*** achanda has joined #openstack-zaqar | 10:38 | |
*** malini has joined #openstack-zaqar | 10:49 | |
*** malini1 has joined #openstack-zaqar | 10:56 | |
*** malini has quit IRC | 10:59 | |
*** flaper87 has quit IRC | 11:27 | |
*** flaper87 has joined #openstack-zaqar | 11:27 | |
*** achanda has quit IRC | 11:43 | |
*** achanda has joined #openstack-zaqar | 12:06 | |
*** dmowrer has joined #openstack-zaqar | 12:08 | |
*** achanda has quit IRC | 12:09 | |
*** Caleb-- has joined #openstack-zaqar | 12:16 | |
*** malini has joined #openstack-zaqar | 12:25 | |
*** malini1 has quit IRC | 12:28 | |
*** Qiming has joined #openstack-zaqar | 12:37 | |
*** malini has quit IRC | 12:40 | |
*** achanda has joined #openstack-zaqar | 12:56 | |
*** exploreshaifali has quit IRC | 12:59 | |
*** achanda has quit IRC | 13:05 | |
*** csoukup has joined #openstack-zaqar | 13:11 | |
*** csoukup has quit IRC | 13:31 | |
openstackgerrit | Merged openstack/zaqar: Replace "MARCONI" with "ZAQAR" https://review.openstack.org/246268 | 13:33 |
openstackgerrit | Merged openstack/zaqar: Fix typo https://review.openstack.org/246262 | 13:37 |
*** dmowrer has quit IRC | 13:39 | |
*** dmowrer has joined #openstack-zaqar | 13:40 | |
*** dmowrer has quit IRC | 13:44 | |
*** dynarro has joined #openstack-zaqar | 14:01 | |
*** sriram has joined #openstack-zaqar | 14:05 | |
*** Qiming has quit IRC | 14:06 | |
*** malini has joined #openstack-zaqar | 14:12 | |
*** dmowrer has joined #openstack-zaqar | 14:13 | |
*** malini1 has joined #openstack-zaqar | 14:14 | |
*** malini has quit IRC | 14:16 | |
*** malini1 has left #openstack-zaqar | 14:32 | |
*** amitgandhinz has joined #openstack-zaqar | 14:41 | |
*** dynarro has quit IRC | 14:53 | |
*** achanda has joined #openstack-zaqar | 14:58 | |
*** Qiming has joined #openstack-zaqar | 14:59 | |
*** akanksha_ has joined #openstack-zaqar | 15:17 | |
*** itisha has joined #openstack-zaqar | 15:18 | |
*** mpanetta has joined #openstack-zaqar | 15:56 | |
*** rcernin has quit IRC | 16:04 | |
*** Qiming has quit IRC | 16:30 | |
*** dmowrer has quit IRC | 16:56 | |
*** dmowrer has joined #openstack-zaqar | 16:57 | |
*** dmowrer has quit IRC | 17:01 | |
*** dmowrer has joined #openstack-zaqar | 17:11 | |
*** dmowrer has quit IRC | 17:13 | |
*** dmowrer has joined #openstack-zaqar | 17:13 | |
*** rcernin has joined #openstack-zaqar | 17:36 | |
*** flwang1 has joined #openstack-zaqar | 17:38 | |
*** flwang1 has quit IRC | 17:57 | |
*** dmowrer_ has joined #openstack-zaqar | 17:59 | |
*** dmowrer has quit IRC | 17:59 | |
*** Qiming has joined #openstack-zaqar | 18:09 | |
*** achanda has quit IRC | 18:21 | |
*** dmowrer_ has quit IRC | 18:45 | |
*** dmowrer has joined #openstack-zaqar | 18:46 | |
*** boris-42 has quit IRC | 18:48 | |
*** dmowrer has quit IRC | 18:50 | |
*** dmowrer has joined #openstack-zaqar | 18:59 | |
*** dmowrer has quit IRC | 18:59 | |
*** dmowrer has joined #openstack-zaqar | 18:59 | |
*** Qiming has quit IRC | 19:01 | |
*** dmowrer has quit IRC | 19:04 | |
*** dmowrer has joined #openstack-zaqar | 19:13 | |
*** dmowrer has quit IRC | 19:18 | |
*** dmowrer has joined #openstack-zaqar | 19:19 | |
*** flwang1 has joined #openstack-zaqar | 19:21 | |
flwang | vkmc: ping | 19:23 |
vkmc | flwang, pong | 19:24 |
flwang | vkmc: sorry for the pushing, but can you help review https://review.openstack.org/#/c/242287/ ? | 19:24 |
vkmc | yeah | 19:24 |
vkmc | np | 19:25 |
vkmc | sorry I haven't review things sooner | 19:25 |
flwang | that one is blocking the py34 gate | 19:26 |
flwang | so i would like to get it in asap | 19:26 |
*** exploreshaifali has joined #openstack-zaqar | 19:47 | |
*** dmowrer_ has joined #openstack-zaqar | 19:57 | |
flwang | vkmc: can you remind me where is the user guide of zaqar now? | 19:58 |
flwang | vkmc: IIRC, you removed them from the developer docs | 19:58 |
*** dmowrer has quit IRC | 20:00 | |
*** pt_15 has joined #openstack-zaqar | 20:04 | |
*** tej__ has joined #openstack-zaqar | 20:18 | |
*** tej has joined #openstack-zaqar | 20:20 | |
*** dmowrer has joined #openstack-zaqar | 20:29 | |
Eva-i | Hello, 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-i | And 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 IRC | 20:32 | |
flwang | Eva-i: congrats!!!! | 20:34 |
ryansb | Eva-i: well I guess "welcome to the official team" if you weren't already :) | 20:34 |
flwang | Eva-i: you did a great job for zaqar, for sure | 20:34 |
Eva-i | flwang: ryansb: thank you, guys. Hope I'll do much more for Zaqar. | 20:38 |
*** dmowrer_ has joined #openstack-zaqar | 20:40 | |
flwang | Eva-i: looking forward to seeing more contribution :) | 20:40 |
*** dmowrer has quit IRC | 20:40 | |
flwang | ryansb: it would be nice if you can revisit this patch https://review.openstack.org/#/c/238006/ | 20:44 |
flwang | we just came out a new solution for that | 20:44 |
ryansb | oh sure | 20:48 |
*** Qiming has joined #openstack-zaqar | 21:01 | |
*** dmowrer has joined #openstack-zaqar | 21:03 | |
*** dmowrer has quit IRC | 21:04 | |
*** dmowrer_ has quit IRC | 21:04 | |
*** dmowrer has joined #openstack-zaqar | 21:04 | |
*** tej__ has quit IRC | 21:09 | |
*** tej has quit IRC | 21:09 | |
*** dmowrer has quit IRC | 21:09 | |
*** tej has joined #openstack-zaqar | 21:13 | |
*** tej__ has joined #openstack-zaqar | 21:13 | |
*** amitgandhinz has quit IRC | 21:18 | |
*** Qiming has quit IRC | 21:18 | |
*** amitgandhinz has joined #openstack-zaqar | 22:06 | |
*** sriram has quit IRC | 22:07 | |
*** tej has quit IRC | 22:09 | |
*** tej__ has quit IRC | 22:09 | |
*** akanksha_ has quit IRC | 22:10 | |
*** akanksha_ has joined #openstack-zaqar | 22:11 | |
*** rcernin has quit IRC | 22:21 | |
*** amitgandhinz has quit IRC | 22:33 | |
*** Qiming has joined #openstack-zaqar | 22:35 | |
*** tej__ has joined #openstack-zaqar | 22:49 | |
*** tej has joined #openstack-zaqar | 22:49 | |
*** mpanetta has quit IRC | 22:59 | |
*** tej__ has quit IRC | 23:01 | |
*** tej has quit IRC | 23:01 | |
*** tej has joined #openstack-zaqar | 23:04 | |
*** tej__ has joined #openstack-zaqar | 23:04 | |
*** tej has quit IRC | 23:04 | |
*** tej__ has quit IRC | 23:04 | |
*** exploreshaifali has quit IRC | 23:10 | |
*** pt_15 has quit IRC | 23:48 | |
Eva-i | flwang: flwang1: hello, are you here? | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!