*** yangyapeng has quit IRC | 00:30 | |
*** yangyapeng has joined #openstack-mistral | 00:30 | |
*** yangyapeng has quit IRC | 00:34 | |
*** bobh has joined #openstack-mistral | 00:52 | |
*** threestrands has quit IRC | 00:58 | |
*** threestrands has joined #openstack-mistral | 01:02 | |
*** threestrands has quit IRC | 01:03 | |
*** threestrands has joined #openstack-mistral | 01:04 | |
*** katkapilatova1 has quit IRC | 01:05 | |
*** threestrands has quit IRC | 01:11 | |
*** bobh has quit IRC | 01:17 | |
*** yangyapeng has joined #openstack-mistral | 01:21 | |
*** kushalagrawal has quit IRC | 01:23 | |
*** bobh has joined #openstack-mistral | 01:23 | |
*** kushalagrawal has joined #openstack-mistral | 01:23 | |
*** threestrands has joined #openstack-mistral | 01:24 | |
*** threestrands has quit IRC | 01:24 | |
*** threestrands has joined #openstack-mistral | 01:24 | |
*** threestrands has quit IRC | 01:25 | |
*** threestrands has joined #openstack-mistral | 01:26 | |
*** bobh has quit IRC | 01:35 | |
*** zhurong has joined #openstack-mistral | 01:45 | |
*** threestrands has quit IRC | 01:54 | |
*** threestrands has joined #openstack-mistral | 01:56 | |
*** thrash is now known as thrash|g0ne | 02:11 | |
*** gkadam has joined #openstack-mistral | 02:18 | |
*** gkadam has quit IRC | 02:42 | |
*** kushalagrawal has quit IRC | 03:44 | |
*** kushalagrawal has joined #openstack-mistral | 03:45 | |
*** zhurong has quit IRC | 04:03 | |
rakhmerov | jaosorior: yes, it should work | 04:14 |
---|---|---|
*** kushalagrawal has quit IRC | 05:18 | |
*** kushalagrawal has joined #openstack-mistral | 05:19 | |
*** gkadam has joined #openstack-mistral | 05:34 | |
*** zhurong has joined #openstack-mistral | 05:42 | |
*** harlowja has quit IRC | 06:35 | |
*** kushalagrawal has quit IRC | 06:39 | |
*** kushalagrawal has joined #openstack-mistral | 06:39 | |
*** gkadam has quit IRC | 06:45 | |
*** daidv has quit IRC | 06:57 | |
*** daidv has joined #openstack-mistral | 06:58 | |
*** harlowja has joined #openstack-mistral | 07:10 | |
*** harlowja has quit IRC | 07:10 | |
*** kushalagrawal has quit IRC | 07:20 | |
*** kushalagrawal has joined #openstack-mistral | 07:24 | |
*** kushalagrawal has quit IRC | 07:45 | |
*** kushalagrawal has joined #openstack-mistral | 07:45 | |
*** threestrands has quit IRC | 07:56 | |
*** gkadam has joined #openstack-mistral | 08:10 | |
*** jtomasek has joined #openstack-mistral | 08:14 | |
*** jtomasek has quit IRC | 08:14 | |
*** kushalagrawal has quit IRC | 08:14 | |
*** jtomasek has joined #openstack-mistral | 08:15 | |
*** kushalagrawal has joined #openstack-mistral | 08:16 | |
*** AlexeyAbashkin has joined #openstack-mistral | 08:23 | |
*** shardy has joined #openstack-mistral | 08:24 | |
*** jpich has joined #openstack-mistral | 08:55 | |
*** zhurong has quit IRC | 09:20 | |
jtomasek | hi, in workflow definition, can I do something like: message: <% $.task.result.message || $.task.result %> ? I am trying to set message if available, if not then send whole result | 09:42 |
*** kushalagrawal has quit IRC | 09:57 | |
*** kushalagrawal has joined #openstack-mistral | 09:58 | |
*** daidv has quit IRC | 10:10 | |
therve | jtomasek, It's think it's "or" | 10:13 |
jtomasek | therve: thanks! do you know if task().result is available only when workflow unexpectedly fails or can I access the published message the same way? see my comments here for context https://review.openstack.org/#/c/508567/39/workbooks/plan_management.yaml | 10:16 |
therve | jtomasek, No task().result is available after any task | 10:21 |
jtomasek | therve: ok, nice | 10:26 |
apetrich | jtomasek, I'm trying to follow the patch where is _validate_networks_from_roles called from? | 10:27 |
jtomasek | apetrich: validate_roles_and_networks right below | 10:28 |
jtomasek | apetrich: if I could figure out why expression on line 873 fails I could proceed further with testing that patch | 10:28 |
apetrich | sorry . I ctrlF it but didn't find it. I see now | 10:29 |
jtomasek | apetrich: it is also called from select_roles workflow from rbrady (which is what I am actually testing) | 10:29 |
jtomasek | apetrich: https://review.openstack.org/#/c/515045/24 | 10:30 |
apetrich | jtomasek, so I understand it now. yeah as therve said task().result is available after any task run | 10:32 |
therve | jtomasek, in 873 $ is used incorrectly | 10:32 |
jtomasek | therve, apetrich: this is what I am getting when running that workflow: http://paste.openstack.org/show/643730/ | 10:33 |
therve | jtomasek, Yeah you can't have 2 values for $ :) | 10:33 |
jtomasek | therve: any suggestion how to fix that? I am not familiar with mistral enough | 10:35 |
therve | jtomasek, There are a few ways, but I'd say: let(networks => $.defined_networks) -> ... | 10:36 |
therve | And then use $networks in the where | 10:36 |
therve | I can write a quick patch if you want | 10:37 |
jtomasek | therve: that would be great | 10:38 |
therve | jtomasek, http://paste.openstack.org/show/643734/ that should work I think | 10:39 |
* therve wonders if there is a better way | 10:40 | |
openstackgerrit | Merged openstack/mistral master: Remove ceilometer actions from mistral https://review.openstack.org/532610 | 10:46 |
*** shardy has quit IRC | 10:50 | |
therve | jtomasek, http://paste.openstack.org/show/643742/ sounds slightly better | 10:50 |
therve | Unless order matters | 10:51 |
*** shardy has joined #openstack-mistral | 10:52 | |
*** AlexeyAbashkin has quit IRC | 10:57 | |
*** AlexeyAbashkin has joined #openstack-mistral | 11:12 | |
apetrich | therve, aye that looks nicer | 11:28 |
jtomasek | therve: thanks, I am going to try that change | 11:34 |
*** jkilpatr has quit IRC | 11:44 | |
jtomasek | therve: that worked, thanks again | 12:14 |
therve | Great! | 12:15 |
*** jkilpatr has joined #openstack-mistral | 12:26 | |
*** jpich has quit IRC | 12:43 | |
*** kushalagrawal has quit IRC | 13:09 | |
*** hrybacki has quit IRC | 13:10 | |
*** kushalagrawal has joined #openstack-mistral | 13:10 | |
*** hrybacki has joined #openstack-mistral | 13:13 | |
openstackgerrit | Andras Kovi proposed openstack/python-mistralclient master: Clean up keystone authentication https://review.openstack.org/512021 | 13:18 |
*** dprince has joined #openstack-mistral | 13:21 | |
*** yangyapeng has quit IRC | 13:32 | |
*** yangyapeng has joined #openstack-mistral | 14:02 | |
*** thrash|g0ne is now known as thrash | 14:35 | |
*** toure|gone is now known as toure | 14:36 | |
*** bobh has joined #openstack-mistral | 14:39 | |
*** kushalagrawal has quit IRC | 15:07 | |
openstackgerrit | Andras Kovi proposed openstack/python-mistralclient master: Clean up keystone authentication https://review.openstack.org/512021 | 15:07 |
*** kushalagrawal has joined #openstack-mistral | 15:08 | |
*** katkapilatova1 has joined #openstack-mistral | 15:14 | |
*** AlexeyAbashkin has quit IRC | 15:34 | |
*** jtomasek has quit IRC | 15:36 | |
*** kushalagrawal has quit IRC | 15:47 | |
*** kushalagrawal has joined #openstack-mistral | 15:48 | |
*** katkapilatova1 has quit IRC | 16:08 | |
*** jistr has quit IRC | 16:37 | |
*** jistr has joined #openstack-mistral | 16:40 | |
*** AlexeyAbashkin has joined #openstack-mistral | 17:12 | |
*** AlexeyAbashkin has quit IRC | 17:17 | |
*** AlexeyAbashkin has joined #openstack-mistral | 17:21 | |
*** AlexeyAbashkin has quit IRC | 17:25 | |
*** shardy has quit IRC | 17:28 | |
*** AlexeyAbashkin has joined #openstack-mistral | 17:42 | |
*** AlexeyAbashkin has quit IRC | 17:44 | |
*** katkapilatova1 has joined #openstack-mistral | 17:51 | |
*** gkadam has quit IRC | 17:58 | |
*** katkapilatova1 has quit IRC | 18:03 | |
*** kushalagrawal has quit IRC | 18:04 | |
*** kushalagrawal has joined #openstack-mistral | 18:06 | |
*** jkilpatr has quit IRC | 18:49 | |
*** kushalagrawal has quit IRC | 18:50 | |
*** kushalagrawal has joined #openstack-mistral | 18:52 | |
*** jkilpatr has joined #openstack-mistral | 19:02 | |
*** katkapilatova1 has joined #openstack-mistral | 19:22 | |
*** AlexeyAbashkin has joined #openstack-mistral | 19:25 | |
*** harlowja has joined #openstack-mistral | 19:27 | |
*** AlexeyAbashkin has quit IRC | 19:42 | |
*** katkapilatova1 has quit IRC | 19:59 | |
*** harlowja has quit IRC | 20:04 | |
*** katkapilatova1 has joined #openstack-mistral | 20:42 | |
*** openstack has joined #openstack-mistral | 20:48 | |
*** ChanServ sets mode: +o openstack | 20:48 | |
*** kushalagrawal has quit IRC | 20:57 | |
*** kushalagrawal has joined #openstack-mistral | 20:57 | |
*** harlowja has joined #openstack-mistral | 21:26 | |
*** kushalagrawal has quit IRC | 21:45 | |
*** kushalagrawal has joined #openstack-mistral | 21:46 | |
*** dprince has quit IRC | 22:01 | |
*** weshay is now known as weshay_PTO | 22:29 | |
*** katkapilatova1 has quit IRC | 22:32 | |
*** toure is now known as toure|gone | 22:33 | |
*** jkilpatr has joined #openstack-mistral | 22:34 | |
*** AlexeyAbashkin has joined #openstack-mistral | 22:54 | |
*** bobh has quit IRC | 22:54 | |
*** bobh has joined #openstack-mistral | 22:55 | |
*** AlexeyAbashkin has quit IRC | 22:59 | |
*** bobh has quit IRC | 23:00 | |
*** harlowja has quit IRC | 23:01 | |
*** kushalagrawal has quit IRC | 23:32 | |
*** kushalagrawal has joined #openstack-mistral | 23:33 | |
*** bobh has joined #openstack-mistral | 23:34 | |
*** bobh has quit IRC | 23:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!