| hparekh | lane_kong, You are welcome ! :) | 00:06 |
|---|---|---|
| hparekh | Good Morning , all ! | 00:07 |
| lane_kong | good afternoon, hparekh :-) | 00:07 |
| *** tej has joined #openstack-mistral | 00:20 | |
| openstackgerrit | Merged openstack/mistral: Add workflow id column to executions_v2 table https://review.openstack.org/275428 | 00:49 |
| *** tej has quit IRC | 00:57 | |
| openstackgerrit | Merged openstack/mistral: Reduce spec parsing in workflow lifecycle https://review.openstack.org/275372 | 01:06 |
| *** gyee has quit IRC | 02:06 | |
| lane_kong | rakhmerov, 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-mistral | 02:49 | |
| *** pbelamge has quit IRC | 03:09 | |
| *** achanda has joined #openstack-mistral | 03:40 | |
| *** achanda has quit IRC | 03:45 | |
| *** tej has joined #openstack-mistral | 06:02 | |
| *** tej has quit IRC | 06:07 | |
| *** achanda has joined #openstack-mistral | 06:18 | |
| *** ak has joined #openstack-mistral | 06:24 | |
| ak | need some help | 06:24 |
| ak | anyone there? | 06:24 |
| ak | I am this following task in my yaml file | 06: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_for | 06:25 |
| ak | it is failing at break-on | 06:25 |
| *** achanda has quit IRC | 06:35 | |
| hparekh | ak, break-on: <% $.check_raga_fo ? | 06:37 |
| ak | break-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: - r | 06:37 |
| ak | https://docs.google.com/document/d/1Tjed6I_Rt58duLcGN5WorqME8K2bm9u5REq-h2pIgnE/edit?usp=sharing | 06:41 |
| *** achanda has joined #openstack-mistral | 06:43 | |
| hparekh | ak, try , task(check_raga_for_backup_status).content.status | 06:47 |
| ak | will that help | 06:50 |
| ak | because all other place i am using $. | 06:50 |
| ak | the syntax changes for break-on ? | 06:51 |
| ak | I am getting syntax error at break-on | 06:51 |
| ak | @hparekh tried it but it didnt working | 06:54 |
| openstackgerrit | zhangguoqing proposed openstack/mistral-dashboard: Update URLs to Django 1.8 style https://review.openstack.org/274098 | 06:57 |
| *** achanda has quit IRC | 06:58 | |
| hparekh | ak, Hi | 07:00 |
| hparekh | ak, http://pastebin.com/2zEsDQfm | 07:00 |
| ak | checkin | 07:00 |
| hparekh | ak, its working for me, workbook successfully created | 07:01 |
| ak | what is the version of mistral ur using ? | 07:01 |
| hparekh | ak, tried on master branch. | 07:03 |
| ak | i am at kilo branch | 07:03 |
| *** pbelamge has joined #openstack-mistral | 07:23 | |
| nmakhotkin | hi everyone! | 07:27 |
| nmakhotkin | hi, ak | 07:27 |
| nmakhotkin | the question is what HTTP response is supposed to return check_raga_for_backup_status? | 07:28 |
| nmakhotkin | if you check for .content.status, then response should contain body with dict and 'status' key: e.g, {"status": "failed"} (at least) | 07:29 |
| nmakhotkin | in kilo mistral doesn't support task() function in YAQL, so task(check_raga).result.content and so on won't work | 07:30 |
| nmakhotkin | continue-on is also not supported in kilo | 07:33 |
| ak | hi | 07:39 |
| ak | yeah kilo does not have continue | 07:41 |
| ak | thx for the help | 07:41 |
| openstackgerrit | Gal Margalit proposed openstack/mistral-dashboard: UI: Cron trigger create modal https://review.openstack.org/269150 | 07:42 |
| ak | hi | 07:57 |
| ak | @nmakhotkin can i have or condition in break-on | 07:58 |
| *** tej has joined #openstack-mistral | 08:03 | |
| nmakhotkin | ak: yep | 08:07 |
| nmakhotkin | <% null or 2 %> will return 2 | 08:07 |
| ak | ohk cool | 08:07 |
| *** tej has quit IRC | 08:09 | |
| nmakhotkin | ak: mistral kilo uses yaql 0.2.x which doesn't support or conditions :( | 08:15 |
| *** pbelamge has quit IRC | 08:46 | |
| openstackgerrit | Limor Stotland proposed openstack/mistral: Add actions to expose OpenStack Barbican APIs https://review.openstack.org/276362 | 08:46 |
| openstackgerrit | Limor Stotland proposed openstack/mistral: Add actions to expose OpenStack Barbican APIs https://review.openstack.org/276362 | 08:51 |
| akuznetsova | ^Gal^, hi | 09:53 |
| ^Gal^ | akuznetsova: hi | 09: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 thing | 09:56 |
| ^Gal^ | what is it that you would like to know? | 09:57 |
| akuznetsova | what will be if user passes wrong parameters to api.cron_trigger_create ? what will be in UI? | 09:57 |
| ^Gal^ | he get's an error | 09:58 |
| ^Gal^ | I'll send you a print screen | 09:58 |
| ^Gal^ | could you please provide me with the parameters you'd like to send? | 09:58 |
| akuznetsova | yes, please, I want to see how it will be handled) | 09:58 |
| akuznetsova | let's set invalid pattern | 09:58 |
| ^Gal^ | okay | 09:59 |
| ^Gal^ | there you go | 10:00 |
| ^Gal^ | http://pasteboard.co/1qeS88Qn.png | 10:00 |
| akuznetsova | ^Gal^, thanks! | 10:01 |
| ^Gal^ | sure thing | 10:02 |
| ^Gal^ | it's the same with the other fields | 10:02 |
| ^Gal^ | I just print the server validation error | 10:02 |
| *** tej has joined #openstack-mistral | 10:05 | |
| *** tej has quit IRC | 10:09 | |
| *** mdekkers_cyn has quit IRC | 10:10 | |
| *** dprince has joined #openstack-mistral | 10:52 | |
| *** ak has quit IRC | 12:14 | |
| *** openstackgerrit_ has joined #openstack-mistral | 12:39 | |
| *** tej has joined #openstack-mistral | 13:28 | |
| *** ninag has joined #openstack-mistral | 13:40 | |
| *** speller has joined #openstack-mistral | 13:40 | |
| *** openstackgerrit_ has quit IRC | 13:56 | |
| *** tej has quit IRC | 14:03 | |
| *** tej has joined #openstack-mistral | 14:37 | |
| *** bobh has joined #openstack-mistral | 15:13 | |
| *** mriedem has joined #openstack-mistral | 15:55 | |
| mriedem | lane_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-mistral | 16:04 | |
| *** ninag_ has joined #openstack-mistral | 16:29 | |
| *** ninag has quit IRC | 16:31 | |
| *** mriedem has left #openstack-mistral | 16:50 | |
| *** speller has quit IRC | 16:50 | |
| *** ninag_ has quit IRC | 16:56 | |
| *** ninag has joined #openstack-mistral | 16:56 | |
| *** achanda has joined #openstack-mistral | 16:59 | |
| *** achanda has quit IRC | 16:59 | |
| *** ninag has quit IRC | 17:07 | |
| *** ninag has joined #openstack-mistral | 17:10 | |
| *** ninag has quit IRC | 17:11 | |
| *** ninag has joined #openstack-mistral | 17:11 | |
| *** gyee has joined #openstack-mistral | 17:12 | |
| *** ninag has quit IRC | 17:16 | |
| *** ninag has joined #openstack-mistral | 17:16 | |
| *** ninag has quit IRC | 17:20 | |
| *** tej has quit IRC | 17:24 | |
| *** gokrokve_ has joined #openstack-mistral | 17:34 | |
| *** gokrokve has quit IRC | 17:37 | |
| *** tej has joined #openstack-mistral | 17:42 | |
| *** achanda has joined #openstack-mistral | 17:50 | |
| *** gokrokve_ has quit IRC | 18:11 | |
| *** ninag has joined #openstack-mistral | 18:20 | |
| *** ninag_ has joined #openstack-mistral | 18:21 | |
| *** ninag has quit IRC | 18:25 | |
| *** ninag_ has quit IRC | 19:00 | |
| *** ninag has joined #openstack-mistral | 19:02 | |
| *** ninag_ has joined #openstack-mistral | 19:12 | |
| *** ninag has quit IRC | 19:15 | |
| *** jtomasek_ has joined #openstack-mistral | 19:31 | |
| *** ninag_ has quit IRC | 19:50 | |
| *** ninag has joined #openstack-mistral | 19:50 | |
| *** ninag has quit IRC | 19:51 | |
| *** ninag has joined #openstack-mistral | 19:51 | |
| *** achanda has quit IRC | 19:55 | |
| *** dprince has quit IRC | 19:59 | |
| *** ninag has quit IRC | 19:59 | |
| *** ninag has joined #openstack-mistral | 20:00 | |
| *** dprince has joined #openstack-mistral | 20:00 | |
| *** ninag has quit IRC | 20:04 | |
| *** tej has quit IRC | 20:14 | |
| *** tej has joined #openstack-mistral | 20:15 | |
| *** tej has quit IRC | 20:16 | |
| *** ninag has joined #openstack-mistral | 20:17 | |
| *** ninag_ has joined #openstack-mistral | 20:19 | |
| *** tej_ has joined #openstack-mistral | 20:19 | |
| *** ninag has quit IRC | 20:21 | |
| *** ninag_ has quit IRC | 20:28 | |
| *** krotscheck is now known as krotscheck_dcm | 21:03 | |
| openstackgerrit | Lingxian Kong proposed openstack/python-mistralclient: Support workflow id for execution CLI https://review.openstack.org/276483 | 21:17 |
| *** tej_ has quit IRC | 21:21 | |
| *** tej has joined #openstack-mistral | 21:22 | |
| *** ninag has joined #openstack-mistral | 21:25 | |
| *** tej has quit IRC | 21:27 | |
| openstackgerrit | Merged openstack/mistral-dashboard: UI: Cron trigger create modal https://review.openstack.org/269150 | 21:28 |
| *** ninag has quit IRC | 21:30 | |
| *** dprince has quit IRC | 21:31 | |
| *** achanda has joined #openstack-mistral | 21:33 | |
| *** achanda has quit IRC | 21:43 | |
| rakhmerov | lane_kong: Lingxian, pls ping me when you have a couple of mins | 21:44 |
| *** ninag has joined #openstack-mistral | 21:47 | |
| *** achanda has joined #openstack-mistral | 21:48 | |
| *** ninag has quit IRC | 22:08 | |
| *** achanda has quit IRC | 22:19 | |
| *** achanda has joined #openstack-mistral | 22:21 | |
| *** tej has joined #openstack-mistral | 22:22 | |
| openstackgerrit | Merged openstack/mistral: Support workflow sharing API https://review.openstack.org/244155 | 22:30 |
| *** tej has quit IRC | 22:33 | |
| *** tej has joined #openstack-mistral | 22:34 | |
| *** tej has quit IRC | 22:38 | |
| *** achanda has quit IRC | 22:45 | |
| *** bobh has quit IRC | 23:05 | |
| *** tej has joined #openstack-mistral | 23:09 | |
| *** jtomasek_ has quit IRC | 23:12 | |
| *** tej has quit IRC | 23:14 | |
| *** tej has joined #openstack-mistral | 23:15 | |
| *** gokrokve has joined #openstack-mistral | 23:19 | |
| *** gokrokve has quit IRC | 23:23 | |
| *** tej has quit IRC | 23:38 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!