Sunday, 2015-10-18

*** flwang has joined #openstack-zaqar00:14
*** Qiming_ has joined #openstack-zaqar00:22
flwangvkmc: ping00:28
vkmcflwang, pong00:38
flwangvkmc: how's going?00:39
vkmcflwang, good and you?00:39
flwangvkmc: any progress of the demo?00:39
flwangnot too bad00:39
vkmcflwang, I kinda focused today on finishing the slides :) I also brainstormed a bit on the demo though00:39
flwangvkmc: awesome00:40
vkmcI thought about adding a get subscription to the javascript... checking the # of subscriptions (if not None then create)00:40
vkmcit won't work on the real version00:40
vkmcbut for the demo it should allow us to keep things in the user interface00:40
flwangoh, yep, it should be fine00:41
flwanganything i can help?00:43
vkmcflwang, not for now, but I'll send you the final code so you test it00:46
vkmcand of course, change it if you think it could be improved00:46
flwangvkmc: cool, no problem00:48
flwangvkmc: i'm working on the zaqar client00:48
vkmcflwang, cool! what changes are you doing to it?00:48
flwangbut unfortunately, i can't submit them due to the firewall of china :(00:49
flwang1. adding 'messaging' prefix for all v1 commands00:49
flwang2. filling the gap of 'flavor' and 'pool' for v100:49
flwang3. figure out the gap of v200:50
flwangi saw dynarro will lead the work session for zaqar client, so i would like have a talk with her/he asap00:51
flwangbtw, i have asked Mike Perez about if we can use the fishbowl session as work session, and the answer is Yes00:53
flwangbut the layout of the room has to kept as fishbowl00:53
vkmcright00:56
vkmcbtw, I saw the schedule today00:56
vkmcwe have the working sessions with horizon00:56
vkmcthe same time we have the websocket presentation00:57
vkmc:/00:57
vkmcand I have lots of overlapping with Trove00:57
vkmchow are you with the Glance sessions?00:57
flwangvkmc: i haven't checked, but i will put zaqar as the high priority00:59
flwangand i think flaper87 will forgive me :)00:59
vkmche will probably appreciate that :)01:02
flwangvkmc: so for the horizon demo, which slot you prefer?01:15
vkmcflwang, I have the presentation on Thursday at 11.5001:15
vkmccannot pick the slot unfortunately01:16
vkmcunless you are referring to move the joint session with Horizon folks to another time01:16
flwangthat session is scheduled by horizon guys i think01:25
flwangi can join that session to delegate you01:26
flwangif you can't join01:26
vkmcI can't join because I have the presentation at the same time :(01:26
flwangi see01:27
vkmcquite unfortunate01:27
vkmcwe won't have Horizoners to watch the demo01:27
vkmcand I won't be able to join that design session01:27
flwangwhy?01:27
vkmcbecause the demo was for that preso01:27
flwanghold on01:28
vkmcI mean, we can show them later, but...01:28
vkmchehe01:28
flwangwe have 3 work sessions, i think we can work out a slot when the horizon team(at least mrunge) are free01:28
vkmcsure01:29
flwangdo you mean you have a presentation at 11.50 for trove? so you can't join the horizon session?01:29
vkmcI mean I have the websocket presentation at 11.5001:33
vkmcand the design session scheduled with horizon is at the same time01:33
vkmchttp://sched.co/4A8p01:33
vkmchttp://sched.co/4Qcg01:34
flwangi see01:37
flwangcan you talk with mrunge to work out a time he is free?01:40
flwangso that at least he can join the session01:40
flwangbased on our current slots https://mitakadesignsummit.sched.org/overview/type/zaqar#.ViL0eOTv1x001:41
vkmcso... it will be quite hard to find a good moment01:43
vkmcmore when there are three projects involved01:43
vkmcbut I can try askin01:44
vkmcg01:44
flwangthree projects? are you including 'ceilometer'?01:45
vkmcyeah01:52
vkmcare they attending?01:52
flwangi donno, we can try01:58
flwangi will ping ceilometer ptl to ask their opinion01:59
flwangabout this design01:59
vkmcsure01:59
vkmcso... I'm still debugging the subscription thing02:01
vkmcseems like forbidding Horizon to create new subscriptions doesn't work02:01
vkmcI keep getting Connection aborted02:01
flwangconnection aborted is ok, the only thing we care about is if the last subscriber is there or not02:02
vkmcwell, messages are being posted to the queue as expected02:03
vkmcand then Zaqar fails to notify Horizon02:03
flwangadd a breakpoint at function 'get_subscriber' of websocket/factory.py02:03
flwangor just print it02:04
flwangso that you can know what's the subscriber for current/last subscription02:04
flwangthen double check if it's there02:04
flwangpost message to the queue, make sure the webhook.py is called and check if the url is the expected one02:05
flwangbased on my testing, keeping the instances page opening02:06
flwangdo the suspend action by cli02:06
vkmcdoing that02:06
flwangpost any message to the queue, pop an alert at the javascript for any receiving msg02:07
flwangso that you can verify the subscription02:07
flwangbtw, are you going to demonstrate the horizon demo in the presentation?02:16
vkmcthat was my idea02:25
vkmcso... in the first run I have the notification02:25
vkmcs02:26
vkmcexecuting "nova suspend" or "nova resume" from cli02:26
vkmctriggers a refresh in horizon02:26
vkmceitherways02:26
flwangno02:26
flwangoh, ok02:27
vkmcand when the browser refresh, socket.onopen() is triggered02:27
vkmcand a new subscription is created02:27
vkmc:/02:27
vkmclet me paste the code02:28
vkmcif you want to give it a try in your env02:28
flwangi don't understand why there is a refresh02:29
vkmcyeah me neither02:29
vkmcits being triggered from somewhere02:29
vkmcceilometer side http://paste.ubuntu.com/12837709/02:29
vkmcits a .patch02:30
vkmcI could upload it directly as .patch02:30
vkmcceilometer pipeline.yaml http://paste.ubuntu.com/12837723/02:30
flwangit's almost the same code i gave it to you, right?02:31
vkmchttp://paste.ubuntu.com/12837731/02:31
vkmcyeah pretty much the same02:31
flwangcan you try post a message to the queue? instead of tirgger a suspend02:32
vkmcsure02:32
vkmcbrb02:32
*** Eva-i has quit IRC02:32
flwanglike this {"event_type": "compute.instance.suspend", "payload": {"instance_id": "4ada6fce-c005-4eee-ba5f-955ed3bc232c"}}02:32
flwangto see if there is any impact from ceilometer side for the refresh02:32
*** Eva-i has joined #openstack-zaqar02:34
*** flwang has quit IRC02:36
*** flwang has joined #openstack-zaqar02:37
*** flwang has quit IRC02:39
*** kgriffs|afk is now known as kgriffs03:20
*** kgriffs is now known as kgriffs|afk03:42
*** flwang has joined #openstack-zaqar03:42
flwangvkmc: still around?03:42
*** flwang has quit IRC03:51
vkmckinda03:58
vkmctoo late03:58
*** flwang has joined #openstack-zaqar04:03
*** flwang has quit IRC04:08
*** akanksha_ has joined #openstack-zaqar04:12
*** flwang has joined #openstack-zaqar04:17
*** flwang has quit IRC04:22
*** flwang has joined #openstack-zaqar04:40
*** Eva-i has quit IRC04:42
*** Eva-i has joined #openstack-zaqar04:43
*** Eva-i has quit IRC04:43
*** Eva-i has joined #openstack-zaqar04:43
*** flwang has quit IRC04:51
*** VeggieMeat_ has joined #openstack-zaqar04:56
*** zigo_ has joined #openstack-zaqar04:57
*** akanksha_ has quit IRC05:02
*** VeggieMeat has quit IRC05:02
*** zigo has quit IRC05:02
*** kgriffs|afk has quit IRC05:02
*** kgriffs|afk has joined #openstack-zaqar05:05
*** kgriffs|afk is now known as kgriffs05:05
*** akanksha_ has joined #openstack-zaqar05:12
*** khushbu has joined #openstack-zaqar06:31
*** khushbu has quit IRC06:45
*** achanda has joined #openstack-zaqar06:51
*** achanda has quit IRC07:35
*** akanksha_ has quit IRC09:58
*** itisha has joined #openstack-zaqar10:02
*** Qiming_ has quit IRC10:12
*** Qiming has joined #openstack-zaqar10:13
*** Qiming has quit IRC10:16
*** Qiming has joined #openstack-zaqar10:16
*** Qiming has quit IRC10:19
*** Qiming has joined #openstack-zaqar10:21
*** khushbu has joined #openstack-zaqar10:29
*** Qiming has quit IRC10:30
*** Qiming has joined #openstack-zaqar10:30
*** khushbu has quit IRC10:43
*** Qiming has quit IRC10:50
*** Qiming has joined #openstack-zaqar10:55
*** flwang has joined #openstack-zaqar13:01
flwangvkmc: ping13:02
*** sebasmagri has quit IRC13:14
*** itisha has quit IRC13:21
flwangflaper87: ping13:39
*** wanghao has quit IRC14:59
*** Qiming has quit IRC16:09
*** flwang has quit IRC16:31
*** akanksha_ has joined #openstack-zaqar17:20
*** itisha has joined #openstack-zaqar18:19
*** achanda has joined #openstack-zaqar19:25
*** akanksha_ has quit IRC20:48
*** achanda has quit IRC20:55
*** achanda has joined #openstack-zaqar21:38
*** flwang has joined #openstack-zaqar22:02
flwangmorning22:05
Eva-iflwang: hello22:10
flwangEva-i: hey there22:10
flwangEva-i: what's your current focus for zaqar?22:11
Eva-iflwang: I'm working now on bugs in zaqar's devstack integration22:15
flwangEva-i: oh, cool. will you go to tokyo?22:16
Eva-iflwang: I would like to, but no22:18
flwangEva-i: :( feel free let me know if you need any help for your devstack integration work22:18
Eva-iflwang: maybe I'll go to the summit in Texas after becoming OpenStack's intern.22:19
Eva-iflwang: I would like to discuss/confirm some bug reports related to devstack integration on zaqar meeting tomorrow22:21
Eva-iflwang: I noticed that zaqar plugin is able to start only once by stack.sh. Two unrelated bugs prevent zaqar from starting on subsequent executions of stack.sh22:29
Eva-iI mean these bugs:22:35
Eva-ihttps://bugs.launchpad.net/zaqar/+bug/150739122:35
Eva-ihttps://bugs.launchpad.net/zaqar/+bug/150485422:35
openstackLaunchpad bug 1507391 in zaqar "Zaqar in devstack corrupts MongoDB's config file" [Undecided,New] - Assigned to Eva Balycheva (ubershy)22:35
openstackLaunchpad bug 1504854 in zaqar "devstack plugin: unstack.sh does not kill running zaqar servers" [Undecided,New] - Assigned to Eva Balycheva (ubershy)22:35
*** mdnadeem_ has quit IRC22:39
Eva-iflwang: if you are able to run zaqar without problems now, zaqar source code in your devstack installation might be outdated.22:40
Eva-i*able to run zaqar in devstack22:41
Eva-iflwang: are you able to run zaqar in devstack?22:43
flwangEva-i: sorry, back22:45
flwangEva-i: TBH, i don't use devstack install zaqar very often22:45
flwangi always use the source code to run zaqar22:45
flwangas for the two bugs you mentioned above, i'm interested in 150485422:46
Eva-iflwang: I already solved both bugs locally22:49
flwangEva-i: cool22:49
flwangEva-i: but you haven't upload code for review, right?22:49
Eva-iflwang: yes22:49
Eva-iflwang: I'm just not 100% sure. Both of bug reports were created by newbies: me and Akanksha. And they are not confirmed by people other than us. Maybe we newbies just made something wrong.22:51
Eva-iflwang: alright, I will upload fix for Akanksha's bug. My bug report still have to be confirmed by someone.22:52
*** davideagnello has joined #openstack-zaqar22:53
*** davideagnello has quit IRC22:56
*** davideagnello has joined #openstack-zaqar22:57
flwangEva-i: cool, thanks for working on this23:04
openstackgerritEva Balycheva proposed openstack/zaqar: Correctly stop uwsgi process during unstack.sh  https://review.openstack.org/23675123:19
Eva-iflwang: yes, no problem23:31
*** Qiming has joined #openstack-zaqar23:36
*** davideagnello has quit IRC23:56
Eva-iflwang: and what about you, what is your current focus in zaqar?23:59

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