*** itlinux has joined #openstack-mistral | 00:39 | |
*** ykarel has joined #openstack-mistral | 00:52 | |
*** pengdake has joined #openstack-mistral | 01:19 | |
*** yangyapeng has quit IRC | 01:29 | |
*** yangyapeng has joined #openstack-mistral | 01:30 | |
*** yangyapeng has quit IRC | 01:32 | |
*** yangyapeng has joined #openstack-mistral | 01:32 | |
*** ykarel has quit IRC | 01:34 | |
*** jrist has joined #openstack-mistral | 02:06 | |
*** harlowja has quit IRC | 02:21 | |
*** pengdake has quit IRC | 02:31 | |
*** zhurong has joined #openstack-mistral | 02:47 | |
*** pengdake has joined #openstack-mistral | 03:07 | |
*** hardikjasani has joined #openstack-mistral | 03:36 | |
*** mburrows has joined #openstack-mistral | 03:45 | |
*** gkadam has joined #openstack-mistral | 03:55 | |
*** pengdake has quit IRC | 04:17 | |
*** zhurong has quit IRC | 04:36 | |
*** zhurong has joined #openstack-mistral | 04:49 | |
*** mburrows has quit IRC | 05:20 | |
*** harlowja has joined #openstack-mistral | 05:25 | |
*** jaosorior has joined #openstack-mistral | 05:37 | |
*** itlinux has quit IRC | 05:48 | |
*** harlowja has quit IRC | 06:00 | |
*** pengdake has joined #openstack-mistral | 06:02 | |
*** pengdake has quit IRC | 06:03 | |
*** pengdake has joined #openstack-mistral | 06:03 | |
*** itlinux has joined #openstack-mistral | 06:06 | |
*** Killsudo has joined #openstack-mistral | 06:08 | |
Killsudo | Can anyone point me in the direction on some reading material on mistral loops using with-items | 06:09 |
---|---|---|
*** itlinux has quit IRC | 06:09 | |
Killsudo | I have my workbook executing with workflows and on one workflow I have it successfully repeating with different inputs. But I can't seem to figure out how to handle registering each invidual loop result so I can access them in the workflow | 06:10 |
Killsudo | I tried to branch off on-success of the loop but that's not working. My varible just ends up with two results in it instead of one. | 06:11 |
hardikjasani | This is the relevant section: https://docs.openstack.org/mistral/latest/user/wf_lang_v2.html#processing-collections | 06:13 |
Killsudo | yea I've been thru that multiple times right to understand how to handle this | 06:13 |
Killsudo | https://gist.github.com/killsudo/9b90127498fe05948b92c11d41253360 | 06:14 |
hardikjasani | task result is collection of result of each iterations. | 06:14 |
hardikjasani | Having look at gist | 06:14 |
Killsudo | yup it breaks into a sub workflow, runs the api call, gets the result and returns it | 06:15 |
Killsudo | it does that successfully twice | 06:15 |
Killsudo | but when 'Extract_Product_Group' runs, the '$.product_group' var has two items in it | 06:15 |
Killsudo | "succeeded": true, | 06:16 |
Killsudo | "stdout": "Identified Product Group: [[u'Microsoft Hyper-V Cloud Servers'], [u'Microsoft Hyper-V Cloud Servers']]" | 06:16 |
Killsudo | that's the output of Extract_Prodcut_Group status_message - "status_message: "Identified Product Group: <% $.product_payload.products.product.translated_groupname %>"" | 06:18 |
*** harlowja has joined #openstack-mistral | 06:19 | |
*** itlinux has joined #openstack-mistral | 06:20 | |
Killsudo | My big problem is I that I need to branch into a workflow and input a specific api result from the loop result | 06:20 |
Killsudo | but I can't branch until I look into the result | 06:20 |
*** mburrows has joined #openstack-mistral | 06:23 | |
hardikjasani | I see, trying some simple example now | 06:25 |
Killsudo | now, I do expect two copies of 'Microsoft Hyper-V Cloud Servers' as the order contains two of those products | 06:27 |
Killsudo | but I don't know how to cleanly isolate each product for further processing I guess | 06:28 |
*** gkadam has quit IRC | 06:28 | |
Killsudo | cause I also need the full api reponse that I registered for each product | 06:28 |
Killsudo | I do think you might be right tho and that 'product_payload: <% task(Register_Product_Details).result.product_payload %>' is an incorrect way to access the result of the sub-workflow | 06:31 |
*** kushalAgrawal has joined #openstack-mistral | 06:35 | |
*** jrist has quit IRC | 06:43 | |
*** jrist has joined #openstack-mistral | 07:01 | |
openstackgerrit | Vitalii Solodilov proposed openstack/mistral master: Fixed the length of a task name https://review.openstack.org/528494 | 07:04 |
Killsudo | looking at https://github.com/openstack/mistral-extra/blob/master/examples/v2/openstack/clone_vm/clone_vm.yaml | 07:09 |
Killsudo | it seems I might need to just keep processing the collection in loops via with-items I guess | 07:10 |
*** d0ugal_ has quit IRC | 07:37 | |
*** d0ugal_ has joined #openstack-mistral | 07:55 | |
*** harlowja has quit IRC | 08:08 | |
*** mcdoker181818 has joined #openstack-mistral | 08:24 | |
*** gkadam has joined #openstack-mistral | 08:25 | |
*** ykarel has joined #openstack-mistral | 08:33 | |
*** threestrands_ has quit IRC | 08:48 | |
*** jpich has joined #openstack-mistral | 09:03 | |
d0ugal_ | Killsudo: Are you still around? Did you manage to answer your question? | 09:16 |
d0ugal_ | oh, my nick is wonky. | 09:16 |
d0ugal_ | Back in 1 min | 09:16 |
*** d0ugal_ has quit IRC | 09:16 | |
*** d0ugal has joined #openstack-mistral | 09:17 | |
*** d0ugal has quit IRC | 09:17 | |
*** d0ugal has joined #openstack-mistral | 09:17 | |
*** zhurong has quit IRC | 09:18 | |
*** ykarel has quit IRC | 09:21 | |
*** d0ugal has quit IRC | 09:32 | |
*** d0ugal has joined #openstack-mistral | 09:34 | |
*** d0ugal has quit IRC | 09:42 | |
*** d0ugal has joined #openstack-mistral | 09:57 | |
mcdoker181818 | Hi, all. Is it a environment problem? | 10:08 |
mcdoker181818 | Execution of '/bin/yum -d 0 -e 0 -y install systemd-python' returned 1: Error: Package: systemd-python-219-42.el7_4.7.x86_64 (quickstart-centos-updates) | 10:08 |
mcdoker181818 | http://logs.openstack.org/94/528494/13/check/tripleo-ci-centos-7-scenario003-multinode-oooq-container/c112846/logs/undercloud/home/zuul/undercloud_install.log.txt.gz | 10:08 |
mcdoker181818 | -R 104.130.199.72\r\nED25519 host key for 104.130.199.72 has changed and you have requested strict checking | 10:08 |
mcdoker181818 | http://logs.openstack.org/94/528494/13/check/build-openstack-sphinx-docs/fa728f8/job-output.txt.gz | 10:08 |
mcdoker181818 | Should I wait a resolution or to report a problem to some chat? | 10:08 |
apetrich | mcdoker181818, odd. Yeah I would report even if it's marked as duplicate later | 10:10 |
apetrich | mcdoker181818, but ci is aware of something wrong happening not the hostkey error but some connections failing | 10:12 |
*** pengdake has quit IRC | 10:24 | |
*** mburrows has quit IRC | 11:04 | |
*** jaosorior has quit IRC | 11:16 | |
*** jaosorior has joined #openstack-mistral | 11:16 | |
*** jaosorior has quit IRC | 11:21 | |
*** jaosorior_ has joined #openstack-mistral | 11:21 | |
*** jaosorior_ has quit IRC | 11:23 | |
*** jaosorior__ has joined #openstack-mistral | 11:23 | |
*** jaosorior__ has quit IRC | 11:24 | |
*** jaosorior has joined #openstack-mistral | 11:25 | |
*** jaosorior has quit IRC | 11:25 | |
*** jaosorior has joined #openstack-mistral | 11:25 | |
*** katkapilatova has joined #openstack-mistral | 11:28 | |
d0ugal | apetrich: that error can mean there is a packaging issue | 12:34 |
*** yangyapeng has quit IRC | 12:35 | |
d0ugal | actually, maybe not in this case | 12:35 |
d0ugal | Looks like they installed okay | 12:36 |
d0ugal | Looks like a problem with KeyStone. http://logs.openstack.org/94/528494/13/check/tripleo-ci-centos-7-scenario003-multinode-oooq-container/c112846/logs/undercloud/var/log/keystone/keystone.log.txt.gz | 12:37 |
d0ugal | mcdoker181818: ^ | 12:37 |
*** thrash|ptg is now known as thrash | 12:42 | |
*** gkadam_ has joined #openstack-mistral | 12:43 | |
*** gkadam has quit IRC | 12:46 | |
apetrich | d0ugal, that's bad news. let me check the other deployments for that | 12:47 |
apetrich | d0ugal, nope not there | 12:48 |
d0ugal | apetrich: not where? | 12:48 |
apetrich | I don't know what happened there | 12:48 |
apetrich | d0ugal, since yesterday multinode deployments are failing | 12:48 |
apetrich | but in a different way from mcdoker181818 | 12:49 |
d0ugal | apetrich: How are they failing? | 12:49 |
apetrich | http://logs.openstack.org/74/548974/8/check/tripleo-ci-centos-7-undercloud-oooq/b9fa6ae/logs/undercloud/home/zuul/undercloud_install.log.txt.gz#_2018-03-09_08_49_18 | 12:50 |
d0ugal | apetrich: that looks like the same error to me. | 12:53 |
* apetrich tilts head | 12:53 | |
apetrich | nothing on the keystone log though | 12:53 |
d0ugal | apetrich: we are not looking at the same thing then | 12:54 |
d0ugal | exactly the same error in the undercloud install log - so seems keystone related still | 12:55 |
*** hardikjasani has quit IRC | 13:25 | |
openstackgerrit | Honza Pokorny proposed openstack/mistral master: Ensure a queue exists before claiming messages https://review.openstack.org/551278 | 13:28 |
*** yangyapeng has joined #openstack-mistral | 13:30 | |
*** yangyapeng has quit IRC | 13:34 | |
*** dprince has joined #openstack-mistral | 13:51 | |
d0ugal | apetrich: ^ wdyt? | 13:55 |
*** jrist has quit IRC | 13:55 | |
*** AlexeyAbashkin has joined #openstack-mistral | 13:56 | |
*** toure is now known as toure|biab | 13:57 | |
apetrich | d0ugal, current queues tripleo triple-o tirpleo triple | 13:58 |
*** AlexeyAbashkin has quit IRC | 14:01 | |
*** gkadam__ has joined #openstack-mistral | 14:01 | |
*** AlexeyAbashkin has joined #openstack-mistral | 14:03 | |
*** gkadam_ has quit IRC | 14:03 | |
d0ugal | apetrich: I don't understand :0 | 14:04 |
d0ugal | apetrich: anyway, I posted a review | 14:04 |
apetrich | d0ugal, if claim messages create queues typos become queues | 14:04 |
apetrich | I saw that | 14:05 |
apetrich | gw | 14:05 |
d0ugal | apetrich: ah, gotcha | 14:05 |
*** jrist has joined #openstack-mistral | 14:07 | |
*** AlexeyAbashkin has quit IRC | 14:07 | |
*** jaosorior has quit IRC | 14:09 | |
*** toure|biab is now known as toure | 14:21 | |
*** yangyapeng has joined #openstack-mistral | 14:29 | |
*** yangyapeng has quit IRC | 14:37 | |
*** AlexeyAbashkin has joined #openstack-mistral | 14:43 | |
*** bobh has joined #openstack-mistral | 14:46 | |
*** AlexeyAbashkin has quit IRC | 14:47 | |
*** yangyapeng has joined #openstack-mistral | 14:47 | |
*** AlexeyAbashkin has joined #openstack-mistral | 14:51 | |
*** yangyapeng has quit IRC | 14:52 | |
*** ykarel has joined #openstack-mistral | 15:06 | |
*** AlexeyAbashkin has quit IRC | 15:45 | |
*** yangyapeng has joined #openstack-mistral | 15:47 | |
*** yangyapeng has quit IRC | 15:52 | |
*** kushalAgrawal has quit IRC | 16:03 | |
*** shardy has quit IRC | 16:19 | |
*** jpich has quit IRC | 16:23 | |
*** jpich has joined #openstack-mistral | 16:32 | |
*** yangyapeng has joined #openstack-mistral | 16:37 | |
*** yangyapeng has quit IRC | 16:41 | |
*** gkadam__ has quit IRC | 16:42 | |
*** ykarel has quit IRC | 16:49 | |
*** harlowja has joined #openstack-mistral | 17:00 | |
*** jpich has quit IRC | 17:24 | |
*** jtomasek has quit IRC | 17:24 | |
*** yangyapeng has joined #openstack-mistral | 17:27 | |
*** yangyapeng has quit IRC | 17:31 | |
*** bobh has quit IRC | 17:46 | |
*** harlowja has quit IRC | 17:54 | |
*** harlowja has joined #openstack-mistral | 17:56 | |
*** harlowja has quit IRC | 18:00 | |
*** bobh has joined #openstack-mistral | 18:16 | |
*** bobh has quit IRC | 18:22 | |
*** bobh has joined #openstack-mistral | 18:25 | |
*** ykarel has joined #openstack-mistral | 18:49 | |
*** itlinux has quit IRC | 18:50 | |
*** dprince has quit IRC | 18:54 | |
*** harlowja has joined #openstack-mistral | 19:00 | |
*** ykarel has quit IRC | 19:38 | |
*** jtomasek has joined #openstack-mistral | 20:12 | |
*** itlinux_ has joined #openstack-mistral | 20:14 | |
*** jtomasek has quit IRC | 20:15 | |
*** jtomasek has joined #openstack-mistral | 20:19 | |
*** jtomasek has quit IRC | 20:20 | |
*** threestrands has joined #openstack-mistral | 20:22 | |
*** threestrands has quit IRC | 20:22 | |
*** threestrands has joined #openstack-mistral | 20:22 | |
*** itlinux_ has quit IRC | 20:35 | |
*** itlinux has joined #openstack-mistral | 20:38 | |
*** itlinux has quit IRC | 20:43 | |
*** jtomasek has joined #openstack-mistral | 20:44 | |
*** thrash is now known as thrash|g0ne | 21:04 | |
*** threestrands has quit IRC | 21:22 | |
*** jtomasek has quit IRC | 21:42 | |
*** bobh has quit IRC | 21:49 | |
*** mburrows has joined #openstack-mistral | 21:52 | |
*** mcdoker181818 has quit IRC | 22:04 | |
*** katkapilatova has quit IRC | 23:31 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!