Tuesday, 2016-02-09

hparekhlane_kong, You are welcome !  :)00:06
hparekhGood Morning , all !00:07
lane_konggood afternoon, hparekh :-)00:07
*** tej has joined #openstack-mistral00:20
openstackgerritMerged openstack/mistral: Add workflow id column to executions_v2 table  https://review.openstack.org/27542800:49
*** tej has quit IRC00:57
openstackgerritMerged openstack/mistral: Reduce spec parsing in workflow lifecycle  https://review.openstack.org/27537201:06
*** gyee has quit IRC02:06
lane_kongrakhmerov, nmakhotkin, akuznetsova , please help to review my last patch about workflow sharing feature(https://review.openstack.org/#/c/244155/), there are still some work to be done based on that.02:08
*** pbelamge has joined #openstack-mistral02:49
*** pbelamge has quit IRC03:09
*** achanda has joined #openstack-mistral03:40
*** achanda has quit IRC03:45
*** tej has joined #openstack-mistral06:02
*** tej has quit IRC06:07
*** achanda has joined #openstack-mistral06:18
*** ak has joined #openstack-mistral06:24
akneed some help06:24
akanyone there?06:24
akI am this following task in my yaml file06:25
ak check_raga_for_backup_status:         action: std.http         input:           url: '<% $.workflowapi_url %>/v1/workflow/raga/backups/<% $.instance_ip %>/<% $.backup_id %>'           method: GET         # Trying for 15 seconds, and failing after that         # TODO(rushiagr): need to discuss if we need timeouts         # timeout: 30         retry:           count: 15           delay: 1           break-on: <% $.check_raga_for06:25
akit is failing at break-on06:25
*** achanda has quit IRC06:35
hparekhak,  break-on: <% $.check_raga_fo ?06:37
akbreak-on: <% $.check_raga_for_backup_status.content.status = 'backup_failed' %>           continue-on: <% $.check_raga_for_backup_status.content.status = 'backup_success' %>         publish:           # NOTE(rushiagr): Ensure cinder_snapshot_id is returned from raga even if no cinder snapshot is taken           cinder_snapshot_id: <% $.check_raga_for_backup_status.content.cinder_snapshot_id %>         on-success:           - r06:37
akhttps://docs.google.com/document/d/1Tjed6I_Rt58duLcGN5WorqME8K2bm9u5REq-h2pIgnE/edit?usp=sharing06:41
*** achanda has joined #openstack-mistral06:43
hparekhak, try , task(check_raga_for_backup_status).content.status06:47
akwill that help06:50
akbecause all other place i am using $.06:50
akthe syntax changes for break-on ?06:51
akI am getting syntax error at break-on06:51
ak@hparekh tried it but it didnt working06:54
openstackgerritzhangguoqing proposed openstack/mistral-dashboard: Update URLs to Django 1.8 style  https://review.openstack.org/27409806:57
*** achanda has quit IRC06:58
hparekhak, Hi07:00
hparekhak, http://pastebin.com/2zEsDQfm07:00
akcheckin07:00
hparekhak, its working for me, workbook successfully created07:01
akwhat is the version of mistral ur using ?07:01
hparekhak, tried on master branch.07:03
aki am at kilo branch07:03
*** pbelamge has joined #openstack-mistral07:23
nmakhotkinhi everyone!07:27
nmakhotkinhi, ak07:27
nmakhotkinthe question is what HTTP response is supposed to return check_raga_for_backup_status?07:28
nmakhotkinif you check for .content.status, then response should contain body with dict and 'status' key: e.g, {"status": "failed"} (at least)07:29
nmakhotkinin kilo mistral doesn't support task() function in YAQL, so task(check_raga).result.content and so on won't work07:30
nmakhotkincontinue-on is also not supported in kilo07:33
akhi07:39
akyeah kilo does not have continue07:41
akthx for the help07:41
openstackgerritGal Margalit proposed openstack/mistral-dashboard: UI: Cron trigger create modal  https://review.openstack.org/26915007:42
akhi07:57
ak@nmakhotkin can i have or condition in break-on07:58
*** tej has joined #openstack-mistral08:03
nmakhotkinak: yep08:07
nmakhotkin<% null or 2 %> will return 208:07
akohk cool08:07
*** tej has quit IRC08:09
nmakhotkinak: mistral kilo uses yaql 0.2.x which doesn't support or conditions :(08:15
*** pbelamge has quit IRC08:46
openstackgerritLimor Stotland proposed openstack/mistral: Add actions to expose OpenStack Barbican APIs  https://review.openstack.org/27636208:46
openstackgerritLimor Stotland proposed openstack/mistral: Add actions to expose OpenStack Barbican APIs  https://review.openstack.org/27636208:51
akuznetsova^Gal^, hi09:53
^Gal^akuznetsova: hi09:55
akuznetsova^Gal^, could you explain me one things regarding method handle https://review.openstack.org/#/c/269150/6/mistraldashboard/cron_triggers/forms.py ?09:56
^Gal^sure thing09:56
^Gal^what is it that you would like to know?09:57
akuznetsovawhat will be if user passes wrong parameters to api.cron_trigger_create ? what will be in UI?09:57
^Gal^he get's an error09:58
^Gal^I'll send you a print screen09:58
^Gal^could you please provide me with the parameters you'd like to send?09:58
akuznetsovayes, please, I want to see how it will be handled)09:58
akuznetsovalet's set invalid pattern09:58
^Gal^okay09:59
^Gal^there you go10:00
^Gal^http://pasteboard.co/1qeS88Qn.png10:00
akuznetsova^Gal^, thanks!10:01
^Gal^sure thing10:02
^Gal^it's the same with the other fields10:02
^Gal^I just print the server validation error10:02
*** tej has joined #openstack-mistral10:05
*** tej has quit IRC10:09
*** mdekkers_cyn has quit IRC10:10
*** dprince has joined #openstack-mistral10:52
*** ak has quit IRC12:14
*** openstackgerrit_ has joined #openstack-mistral12:39
*** tej has joined #openstack-mistral13:28
*** ninag has joined #openstack-mistral13:40
*** speller has joined #openstack-mistral13:40
*** openstackgerrit_ has quit IRC13:56
*** tej has quit IRC14:03
*** tej has joined #openstack-mistral14:37
*** bobh has joined #openstack-mistral15:13
*** mriedem has joined #openstack-mistral15:55
mriedemlane_kong: can you update https://review.openstack.org/#/c/273223/ to include the revert that went into stable/liberty?15:55
*** gokrokve has joined #openstack-mistral16:04
*** ninag_ has joined #openstack-mistral16:29
*** ninag has quit IRC16:31
*** mriedem has left #openstack-mistral16:50
*** speller has quit IRC16:50
*** ninag_ has quit IRC16:56
*** ninag has joined #openstack-mistral16:56
*** achanda has joined #openstack-mistral16:59
*** achanda has quit IRC16:59
*** ninag has quit IRC17:07
*** ninag has joined #openstack-mistral17:10
*** ninag has quit IRC17:11
*** ninag has joined #openstack-mistral17:11
*** gyee has joined #openstack-mistral17:12
*** ninag has quit IRC17:16
*** ninag has joined #openstack-mistral17:16
*** ninag has quit IRC17:20
*** tej has quit IRC17:24
*** gokrokve_ has joined #openstack-mistral17:34
*** gokrokve has quit IRC17:37
*** tej has joined #openstack-mistral17:42
*** achanda has joined #openstack-mistral17:50
*** gokrokve_ has quit IRC18:11
*** ninag has joined #openstack-mistral18:20
*** ninag_ has joined #openstack-mistral18:21
*** ninag has quit IRC18:25
*** ninag_ has quit IRC19:00
*** ninag has joined #openstack-mistral19:02
*** ninag_ has joined #openstack-mistral19:12
*** ninag has quit IRC19:15
*** jtomasek_ has joined #openstack-mistral19:31
*** ninag_ has quit IRC19:50
*** ninag has joined #openstack-mistral19:50
*** ninag has quit IRC19:51
*** ninag has joined #openstack-mistral19:51
*** achanda has quit IRC19:55
*** dprince has quit IRC19:59
*** ninag has quit IRC19:59
*** ninag has joined #openstack-mistral20:00
*** dprince has joined #openstack-mistral20:00
*** ninag has quit IRC20:04
*** tej has quit IRC20:14
*** tej has joined #openstack-mistral20:15
*** tej has quit IRC20:16
*** ninag has joined #openstack-mistral20:17
*** ninag_ has joined #openstack-mistral20:19
*** tej_ has joined #openstack-mistral20:19
*** ninag has quit IRC20:21
*** ninag_ has quit IRC20:28
*** krotscheck is now known as krotscheck_dcm21:03
openstackgerritLingxian Kong proposed openstack/python-mistralclient: Support workflow id for execution CLI  https://review.openstack.org/27648321:17
*** tej_ has quit IRC21:21
*** tej has joined #openstack-mistral21:22
*** ninag has joined #openstack-mistral21:25
*** tej has quit IRC21:27
openstackgerritMerged openstack/mistral-dashboard: UI: Cron trigger create modal  https://review.openstack.org/26915021:28
*** ninag has quit IRC21:30
*** dprince has quit IRC21:31
*** achanda has joined #openstack-mistral21:33
*** achanda has quit IRC21:43
rakhmerovlane_kong: Lingxian, pls ping me when you have a couple of mins21:44
*** ninag has joined #openstack-mistral21:47
*** achanda has joined #openstack-mistral21:48
*** ninag has quit IRC22:08
*** achanda has quit IRC22:19
*** achanda has joined #openstack-mistral22:21
*** tej has joined #openstack-mistral22:22
openstackgerritMerged openstack/mistral: Support workflow sharing API  https://review.openstack.org/24415522:30
*** tej has quit IRC22:33
*** tej has joined #openstack-mistral22:34
*** tej has quit IRC22:38
*** achanda has quit IRC22:45
*** bobh has quit IRC23:05
*** tej has joined #openstack-mistral23:09
*** jtomasek_ has quit IRC23:12
*** tej has quit IRC23:14
*** tej has joined #openstack-mistral23:15
*** gokrokve has joined #openstack-mistral23:19
*** gokrokve has quit IRC23:23
*** tej has quit IRC23:38

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