*** mgershen1 has joined #openstack-mistral | 00:07 | |
*** mgershen has quit IRC | 00:08 | |
*** mgershen has joined #openstack-mistral | 00:23 | |
*** mgershen1 has quit IRC | 00:24 | |
*** jkilpatr has quit IRC | 00:31 | |
*** jkilpatr has joined #openstack-mistral | 00:32 | |
*** mgershen1 has joined #openstack-mistral | 00:37 | |
*** mgershen has quit IRC | 00:39 | |
*** mgershen has joined #openstack-mistral | 01:09 | |
*** mgershen1 has quit IRC | 01:10 | |
*** jkilpatr has quit IRC | 01:13 | |
*** jkilpatr has joined #openstack-mistral | 01:25 | |
*** Kevin_Zheng has joined #openstack-mistral | 01:31 | |
*** mgershen1 has joined #openstack-mistral | 01:39 | |
*** mgershen has quit IRC | 01:40 | |
*** gongysh has joined #openstack-mistral | 01:54 | |
*** mgershen has joined #openstack-mistral | 01:57 | |
*** mgershen1 has quit IRC | 01:57 | |
*** tung_doan has joined #openstack-mistral | 02:37 | |
*** mgershen1 has joined #openstack-mistral | 02:39 | |
*** mgershen has quit IRC | 02:40 | |
*** mgershen has joined #openstack-mistral | 02:55 | |
*** mgershen1 has quit IRC | 02:56 | |
*** mgershen1 has joined #openstack-mistral | 03:11 | |
*** mgershen has quit IRC | 03:12 | |
*** mgershen has joined #openstack-mistral | 03:25 | |
*** mgershen1 has quit IRC | 03:27 | |
*** mgershen1 has joined #openstack-mistral | 03:55 | |
*** gongysh has quit IRC | 03:56 | |
*** mgershen has quit IRC | 03:56 | |
*** chlong has quit IRC | 03:58 | |
*** openstackgerrit has joined #openstack-mistral | 04:05 | |
openstackgerrit | Merged openstack/mistral-dashboard master: Updated from global requirements https://review.openstack.org/457728 | 04:05 |
---|---|---|
*** mgershen has joined #openstack-mistral | 04:12 | |
*** mgershen1 has quit IRC | 04:15 | |
rakhmerov | d0ugal, kong, mgershen: can you please review patches? The queue is growing ) | 04:27 |
*** mgershen1 has joined #openstack-mistral | 04:41 | |
*** mgershen has quit IRC | 04:43 | |
*** mgershen has joined #openstack-mistral | 04:58 | |
*** mgershen1 has quit IRC | 04:59 | |
*** gongysh has joined #openstack-mistral | 05:01 | |
*** mgershen1 has joined #openstack-mistral | 05:12 | |
*** mgershen has quit IRC | 05:14 | |
*** mgershen has joined #openstack-mistral | 05:31 | |
*** mgershen1 has quit IRC | 05:32 | |
*** zhurong has joined #openstack-mistral | 05:42 | |
*** mgershen1 has joined #openstack-mistral | 05:44 | |
*** mgershen has quit IRC | 05:45 | |
*** mgershen has joined #openstack-mistral | 06:00 | |
*** mgershen1 has quit IRC | 06:02 | |
*** mgershen1 has joined #openstack-mistral | 06:15 | |
*** mgershen has quit IRC | 06:15 | |
*** mgershen has joined #openstack-mistral | 06:30 | |
*** mgershen1 has quit IRC | 06:32 | |
*** mgershen1 has joined #openstack-mistral | 06:44 | |
*** mgershen has quit IRC | 06:46 | |
*** jaosorior has joined #openstack-mistral | 06:53 | |
*** mgershen has joined #openstack-mistral | 07:02 | |
*** mgershen1 has quit IRC | 07:03 | |
rakhmerov | d0ugal: hi, you here? | 07:05 |
d0ugal | rakhmerov: yup, I just arrived! | 07:05 |
rakhmerov | I'd like to run something with you | 07:05 |
rakhmerov | :) | 07:05 |
d0ugal | sure | 07:05 |
rakhmerov | http://paste.openstack.org/show/607109/ | 07:06 |
rakhmerov | d0ugal: how do you think this wf should finish? | 07:06 |
rakhmerov | :) | 07:06 |
rakhmerov | what will be the state of the workflow? | 07:07 |
rakhmerov | I rather mean: what would you expect? | 07:07 |
d0ugal | I think it should succeed | 07:08 |
d0ugal | I think on-success should come before on-complete | 07:08 |
rakhmerov | yes, I agree with you ) | 07:08 |
rakhmerov | but, in fact, it's the way around now | 07:09 |
rakhmerov | I'm doing some refactoring now in direct workflow and found this test | 07:09 |
d0ugal | ah, interesting | 07:09 |
rakhmerov | this test expects "ERROR" state!! | 07:09 |
d0ugal | Changing that could cause some surprising backwards incompatible issues :) | 07:09 |
rakhmerov | yes, but I believe it was just a bad assumption about what should happen in the implementation | 07:09 |
rakhmerov | so in the current code processing "on-complete" comes first | 07:10 |
rakhmerov | before "on-success" and "on-error" | 07:10 |
rakhmerov | hence the test expects "ERROR" which is horrible IMO | 07:10 |
d0ugal | right | 07:10 |
rakhmerov | logically, "on-complete" is a finalizer (like "finally" in "try" block) | 07:10 |
rakhmerov | well, so :) | 07:11 |
d0ugal | Agreed, I almost wrote that example too | 07:11 |
rakhmerov | I'd like to change that really | 07:11 |
rakhmerov | hah... | 07:11 |
rakhmerov | it's an obvious bug | 07:11 |
rakhmerov | I found one more bug: if 'on-success' and 'on-complete' has the same task then this task will run twice | 07:12 |
rakhmerov | already fixed it, will send a patch soon | 07:12 |
d0ugal | What is the order of on-success and on-error? | 07:13 |
d0ugal | I guess on-success should come first. | 07:13 |
d0ugal | We should document the order of this. | 07:13 |
rakhmerov | for on-success and on-error it doesn't matter because they are mutually exclusive | 07:13 |
d0ugal | True | 07:13 |
rakhmerov | but on-complete can co-exist with them | 07:13 |
rakhmerov | yeah | 07:14 |
d0ugal | yup, makes sense | 07:14 |
* d0ugal is still waking up | 07:14 | |
rakhmerov | :) | 07:14 |
rakhmerov | so, do you think it's ok if I fix it? | 07:14 |
d0ugal | Probably. | 07:14 |
d0ugal | However, we have no idea if it will break users. | 07:14 |
*** shardy has joined #openstack-mistral | 07:14 | |
rakhmerov | yes, right | 07:14 |
rakhmerov | hopefully nobody uses such a crazy construction | 07:15 |
rakhmerov | ok, I'm taking this responsibility | 07:16 |
rakhmerov | otherwise it's bad too because I need to make changes on top of this and it's going to turn a bigger mess | 07:16 |
*** mgershen1 has joined #openstack-mistral | 07:18 | |
*** mgershen has quit IRC | 07:18 | |
*** mgershen has joined #openstack-mistral | 07:33 | |
*** mgershen1 has quit IRC | 07:34 | |
d0ugal | rakhmerov: sounds good. | 07:34 |
d0ugal | Do we want to create https://launchpad.net/mistral-lib? | 07:35 |
d0ugal | or should mistral-lib just use https://launchpad.net/mistral? | 07:35 |
rakhmerov | d0ugal: I think the latter is ok | 07:38 |
d0ugal | great | 07:38 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: WIP: Add 'triggered_by' into task execution runtime context https://review.openstack.org/457184 | 07:39 |
openstackgerrit | Merged openstack/mistral-specs master: Adding securing sensitive data spec https://review.openstack.org/450853 | 07:41 |
*** mgershen1 has joined #openstack-mistral | 07:48 | |
*** jpich has joined #openstack-mistral | 07:49 | |
*** mgershen has quit IRC | 07:49 | |
*** mgershen has joined #openstack-mistral | 08:02 | |
*** mgershen1 has quit IRC | 08:04 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add 'triggered_by' into task execution runtime context https://review.openstack.org/457184 | 08:12 |
*** mgershen1 has joined #openstack-mistral | 08:19 | |
*** mgershen has quit IRC | 08:20 | |
*** mgershen has joined #openstack-mistral | 08:34 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add 'triggered_by' into task execution runtime context https://review.openstack.org/457184 | 08:35 |
*** mgershen1 has quit IRC | 08:35 | |
*** mgershen1 has joined #openstack-mistral | 08:48 | |
*** mgershen has quit IRC | 08:50 | |
apetrich | d0ugal, +1 to use lp:mistral | 08:52 |
d0ugal | cool :) | 08:52 |
apetrich | d0ugal, btw I just did a recheck on https://review.openstack.org/#/c/454632/ and the gate-tripleo-common-requirements failed. but I'm seeing mistral-lib in openstack/requirements do you know what I'm missing? | 08:54 |
d0ugal | apetrich: tripleo doesn't use Python packaging, so you need to wait for my rpm work to land | 08:54 |
d0ugal | Slowly getting there. | 08:54 |
d0ugal | apetrich: the mistral-lib tests are failing. Something is broken in the tox.ini - if you are bored you could look into that :-D | 08:56 |
apetrich | d0ugal, oh ok. Looking at the logs I thought it was missing or an error on a requirements file | 08:56 |
apetrich | Requirement for package mistral-lib : Requirement(package=u'mistral-lib', location='', specifiers='>=0.1', markers=u'', comment=u'# Apache-2.0', extras=frozenset([])) does not match openstack/requirements value : set([Requirement(package='mistral-lib', location='', specifiers='>=0.1.0', markers='', comment='# Apache-2.0', extras=frozenset([]))]) | 08:56 |
apetrich | d0ugal, cool. I have the cycles | 08:56 |
d0ugal | apetrich: the version is wrong | 08:57 |
d0ugal | 0.1.0 vs 0.1 | 08:57 |
apetrich | oh I see | 08:57 |
apetrich | cheers | 08:57 |
* apetrich blind | 08:57 | |
d0ugal | I made the same error when I added it to the Mistral patch :) | 08:57 |
apetrich | will fix than then the tests | 08:57 |
d0ugal | https://github.com/openstack/mistral-lib/blob/master/tox.ini#L8 | 08:58 |
d0ugal | That magic is broken | 08:58 |
gongysh | d0ugal, hi | 09:03 |
gongysh | kong, hi | 09:03 |
d0ugal | gongysh: hi | 09:03 |
d0ugal | apetrich: oh, I think I fixed the tox thing. | 09:04 |
gongysh | with new update at devstack, there is no 35357 port on keystone | 09:04 |
gongysh | how do you mistral guys to fix it? | 09:04 |
apetrich | d0ugal, how did you do it? | 09:04 |
gongysh | d0ugal, http://logs.openstack.org/52/457852/1/check/gate-tacker-dsvm-functional-ubuntu-xenial-nv/c349788/logs/screen-mistral-api.txt.gz | 09:04 |
d0ugal | gongysh: no idea :) | 09:04 |
d0ugal | apetrich: patch incoming | 09:04 |
apetrich | d0ugal, neat | 09:05 |
d0ugal | apetrich: but basically I copied from the mistral tox.ini | 09:05 |
openstackgerrit | Dougal Matthews proposed openstack/mistral-lib master: Sync tools/tox_install.sh with Mistral https://review.openstack.org/457935 | 09:06 |
d0ugal | apetrich: ^ | 09:06 |
apetrich | d0ugal, oh I see | 09:06 |
apetrich | that worked for me | 09:06 |
d0ugal | rakhmerov: Can you take a look at https://review.openstack.org/#/c/457935/ ? | 09:06 |
rakhmerov | yes | 09:06 |
d0ugal | rakhmerov: the tests are currently broken for mistral-lib (see https://review.openstack.org/#/c/454643/) | 09:06 |
rakhmerov | why? | 09:07 |
*** tuan_ has joined #openstack-mistral | 09:07 | |
d0ugal | rakhmerov: not sure why, the way it handled the constraints file stopped working | 09:07 |
rakhmerov | aah, ok | 09:07 |
*** mgershen has joined #openstack-mistral | 09:14 | |
openstackgerrit | Stephen Finucane proposed openstack/python-mistralclient master: Explicitly set 'builders' option https://review.openstack.org/457940 | 09:15 |
openstackgerrit | Stephen Finucane proposed openstack/python-mistralclient master: Use Sphinx 1.5 warning-is-error https://review.openstack.org/457941 | 09:15 |
openstackgerrit | Stephen Finucane proposed openstack/python-mistralclient master: doc: Remove cruft from conf.py https://review.openstack.org/457942 | 09:15 |
openstackgerrit | Dougal Matthews proposed openstack/mistral-lib master: Make the Result class more convienient to use https://review.openstack.org/454643 | 09:15 |
openstackgerrit | Dougal Matthews proposed openstack/mistral-lib master: Remove unused requirements https://review.openstack.org/457943 | 09:15 |
*** warface has joined #openstack-mistral | 09:15 | |
*** mgershen1 has quit IRC | 09:16 | |
*** tuan_ has quit IRC | 09:19 | |
*** tuan has joined #openstack-mistral | 09:21 | |
openstackgerrit | Dougal Matthews proposed openstack/mistral-lib master: Remove unused requirements https://review.openstack.org/457943 | 09:23 |
openstackgerrit | gongysh proposed openstack/mistral master: Fix the keystone auth url problem https://review.openstack.org/457961 | 09:30 |
d0ugal | kong: thanks! | 09:36 |
kong | d0ugal :) | 09:36 |
kong | try to not block any of you | 09:36 |
d0ugal | much appreciated. | 09:36 |
gongysh | d0ugal, and mistral cores, please review https://review.openstack.org/457961 | 09:37 |
gongysh | tacker ci is failing due to it. | 09:37 |
d0ugal | rakhmerov, kong ^ | 09:39 |
openstackgerrit | Merged openstack/mistral-lib master: Sync tools/tox_install.sh with Mistral https://review.openstack.org/457935 | 09:39 |
d0ugal | Looks good to me, but I'm not really sure about devstack stuff - so I only added a +1 | 09:39 |
kong | gongysh: I added myself to the reviewer list, just waiting for the jenkins result | 09:39 |
kong | thanks for the fixing btw | 09:40 |
rakhmerov | yep, looks ok to me (although I'm not sure I understand all of it), waiting for the tests | 09:41 |
*** warface has quit IRC | 09:43 | |
*** warface has joined #openstack-mistral | 09:46 | |
*** mgershen1 has joined #openstack-mistral | 09:47 | |
*** mgershen has quit IRC | 09:47 | |
d0ugal | rakhmerov: do you have any plans to document the Advanced publishing work? | 09:51 |
d0ugal | seems that really needs a doc patch to go with it | 09:51 |
openstackgerrit | Merged openstack/mistral-dashboard master: Added test for mistral-dashboard cron_triggers https://review.openstack.org/446945 | 09:51 |
openstackgerrit | Merged openstack/mistral-dashboard master: Change the Next button to Validate https://review.openstack.org/452066 | 09:51 |
openstackgerrit | Merged openstack/mistral-dashboard master: Fix "Workflow" section of "Action Execution Details" view https://review.openstack.org/453573 | 09:51 |
rakhmerov | d0ugal: yes, indeed | 09:51 |
rakhmerov | it's just not 100% finished | 09:51 |
rakhmerov | I had to switch to a different task but when I come back to it I'll write the doc | 09:52 |
d0ugal | rakhmerov: okay, but the code is ready? | 09:52 |
rakhmerov | not fully | 09:52 |
d0ugal | rakhmerov: because I see three patches all with one +2 each | 09:52 |
d0ugal | ah, so I should wait? | 09:52 |
rakhmerov | ooh, yes, those patches are ready :) | 09:52 |
rakhmerov | they just don't implement all spec yet ) | 09:52 |
d0ugal | right | 09:53 |
rakhmerov | i.e. that "atomic" part is not implemented yet | 09:53 |
rakhmerov | but 'global' is | 09:53 |
d0ugal | I see, thanks | 09:53 |
rakhmerov | d0ugal: yep, please review once you have time | 09:54 |
d0ugal | Already reviewing them :) | 09:54 |
openstackgerrit | Merged openstack/mistral master: Enable WSGI under Apache in devstack https://review.openstack.org/454710 | 09:55 |
openstackgerrit | Merged openstack/mistral master: Add "Project Goals 2017" to README.rst https://review.openstack.org/456560 | 09:55 |
openstackgerrit | Merged openstack/mistral-dashboard master: Make the definition section of the wb/wf create section editable https://review.openstack.org/454156 | 09:55 |
*** mgershen has joined #openstack-mistral | 10:01 | |
*** mgershen1 has quit IRC | 10:02 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: WIP: make "trigger_by" work in case of "join" tasks https://review.openstack.org/457996 | 10:04 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add 'triggered_by' into task execution runtime context https://review.openstack.org/457184 | 10:19 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add 'runtime_context' to task execution REST resource https://review.openstack.org/458000 | 10:19 |
*** mgershen1 has joined #openstack-mistral | 10:19 | |
jenner_ | mistral should work with python3.5, right? | 10:20 |
*** mgershen has quit IRC | 10:20 | |
*** tuan has quit IRC | 10:27 | |
openstackgerrit | Merged openstack/mistral-specs master: Fix doc generation for python 3 https://review.openstack.org/457207 | 10:28 |
*** tuan_ has joined #openstack-mistral | 10:29 | |
jenner_ | duh, I can't be the only one having this problem https://bugs.launchpad.net/mistral/+bug/1679180 :( just installed a fresh new venv on a new ubuntu 16.04 VM, cloned and installed mistral from github and I'm still getting the error | 10:30 |
openstack | Launchpad bug 1679180 in Mistral "pecan.auth_enable ignored when running without keystone" [Undecided,New] | 10:30 |
*** mgershen has joined #openstack-mistral | 10:32 | |
*** mgershen1 has quit IRC | 10:32 | |
*** zhurong has quit IRC | 10:34 | |
*** jkilpatr has quit IRC | 10:42 | |
*** tuan_ has quit IRC | 10:45 | |
*** mgershen1 has joined #openstack-mistral | 10:47 | |
*** mgershen has quit IRC | 10:48 | |
*** tuan__ has joined #openstack-mistral | 10:58 | |
*** jkilpatr has joined #openstack-mistral | 11:00 | |
*** jpich has quit IRC | 11:01 | |
*** dmk0202 has joined #openstack-mistral | 11:02 | |
*** mgershen has joined #openstack-mistral | 11:03 | |
*** mgershen1 has quit IRC | 11:04 | |
*** mgershen1 has joined #openstack-mistral | 11:18 | |
openstackgerrit | Merged openstack/mistral master: Advanced publishing: change workflow lang schema https://review.openstack.org/455178 | 11:18 |
openstackgerrit | Merged openstack/mistral master: Advanced publishing: add publishing of global variables https://review.openstack.org/456056 | 11:18 |
openstackgerrit | Merged openstack/mistral master: Advanced publishing: add 'global' function to access global variables https://review.openstack.org/456059 | 11:18 |
*** mgershen has quit IRC | 11:20 | |
*** dmk0202 has quit IRC | 11:21 | |
*** dmk0202 has joined #openstack-mistral | 11:21 | |
*** tuan__ has quit IRC | 11:27 | |
rakhmerov | jenner_: yes, py3.5 is supported | 11:29 |
rakhmerov | d0ugal, ddeja: please take a look at https://review.openstack.org/#/c/454411 | 11:31 |
rakhmerov | very useful patch | 11:31 |
rakhmerov | I'm confident about it but maybe you'll find something | 11:31 |
openstackgerrit | Merged openstack/mistral master: Fix the doc for 'concurrency' policy https://review.openstack.org/456519 | 11:32 |
rakhmerov | ddeja: ooh, you've actually already looked at it so it shouldn't take much time to compare what changed | 11:32 |
*** mgershen has joined #openstack-mistral | 11:33 | |
rakhmerov | d0ugal: I just noticed that https://review.openstack.org/#/c/456519/ was merged w/o running TriplO gate at all | 11:34 |
*** mgershen1 has quit IRC | 11:34 | |
rakhmerov | is it because it's smart enough to understand that doc changes won't influence tripleO or because the gate is broken? | 11:35 |
*** gongysh has quit IRC | 11:35 | |
jenner_ | rakhmerov: thanks, it's just that the sync_db.py run (or mistral-db-manage) errored out and I thought maybe it's because I'm running py3.5 | 11:35 |
rakhmerov | jenner_: no-no, it shouldn't be a problem, we do it pretty often | 11:36 |
rakhmerov | I run everything on py 3.5 locally | 11:36 |
jenner_ | rakhmerov: any idea what might cause this: https://dpaste.de/J6qJ? I get that when I try to run `python mistral/tools/sync_db.py --config-file ...` | 11:39 |
*** thrash|g0ne is now known as thrash | 11:42 | |
rakhmerov | jenner_: not really, maybe something has crashed with the new versions of python clients | 11:49 |
rakhmerov | can you pls file a bug? | 11:49 |
rakhmerov | we need to investigate it | 11:49 |
*** mgershen1 has joined #openstack-mistral | 11:50 | |
*** mgershen has quit IRC | 11:52 | |
jenner_ | rakhmerov: will do | 11:57 |
jenner_ | rakhmerov: can't find anything in DSL v2 docs -- is there a way to include YAML files in a workbook YAML definition? I'm trying to figure out a way to layout our internal WF and action projects, putting all WFs into one single YAML file doesn't feel right | 11:59 |
rakhmerov | jenner_: yeah, at the moment the best way is just to upload individual workflows | 12:00 |
rakhmerov | there's nothing like #include available | 12:00 |
rakhmerov | jenner_: btw, workflows can be in one YAML too, even if they are not in a workbook | 12:01 |
rakhmerov | multiple workflows | 12:01 |
rakhmerov | but anyway, when they get uploaded to Mistral no matter how they were defined (within a workbook or not) they'll become independent objects | 12:02 |
rakhmerov | workbook doesn't do much, it's just a container and namespacing thing | 12:02 |
jenner_ | rakhmerov: ok, I guess I'll just prefix WF names somehow to separate different projects | 12:02 |
rakhmerov | yes, that's what I would do | 12:02 |
rakhmerov | and most people do | 12:03 |
d0ugal | rakhmerov: I do think we have something that makes CI ignore doc changes - but if you see it missing from a code patch, let me know | 12:06 |
d0ugal | because tripleo ci is so expensive we have some checks like that I think | 12:07 |
*** jpich has joined #openstack-mistral | 12:07 | |
d0ugal | rakhmerov: I'll try and look at 454411, but it is huge (and I don't really understand why) and with moving house I am short of time this week | 12:08 |
*** mgershen has joined #openstack-mistral | 12:10 | |
openstackgerrit | Brad P. Crochet proposed openstack/mistral master: DO NOT MERGE - Test new devstack jobs https://review.openstack.org/458043 | 12:11 |
*** mgershen1 has quit IRC | 12:12 | |
*** jpich has quit IRC | 12:12 | |
thrash | Apparently that doesn't work for zuul. :| | 12:12 |
openstackgerrit | luong tuan proposed openstack/mistral master: Refactor mistral context using oslo_context https://review.openstack.org/455407 | 12:15 |
jenner_ | rakhmerov: https://bugs.launchpad.net/mistral/+bug/1684109 | 12:27 |
openstack | Launchpad bug 1684109 in Mistral "sync_db.py: Failed to create action" [Undecided,New] | 12:27 |
*** zhurong has joined #openstack-mistral | 12:32 | |
*** fultonj has left #openstack-mistral | 12:33 | |
*** fultonj has joined #openstack-mistral | 12:34 | |
*** fultonj has quit IRC | 12:35 | |
*** fultonj has joined #openstack-mistral | 12:35 | |
*** mgershen1 has joined #openstack-mistral | 12:37 | |
*** mgershen has quit IRC | 12:37 | |
openstackgerrit | Merged openstack/mistral master: Fix serialization issue https://review.openstack.org/456180 | 12:40 |
*** gongysh has joined #openstack-mistral | 12:41 | |
*** jpich has joined #openstack-mistral | 12:45 | |
*** zhurong has quit IRC | 12:45 | |
*** catintheroof has joined #openstack-mistral | 12:48 | |
*** mgershen has joined #openstack-mistral | 12:50 | |
*** mgershen1 has quit IRC | 12:51 | |
*** mgershen1 has joined #openstack-mistral | 13:18 | |
*** mgershen has quit IRC | 13:18 | |
*** mattyb has joined #openstack-mistral | 13:32 | |
d0ugal | kong: if you happen to still be around, can you take a look at https://review.openstack.org/#/c/454643/ ? | 13:33 |
d0ugal | A quick small one :) | 13:33 |
*** mgershen has joined #openstack-mistral | 13:36 | |
*** mgershen1 has quit IRC | 13:38 | |
jenner_ | so how do I register a custom action? https://docs.openstack.org/developer/mistral/developer/creating_custom_action.html doesn't work - maybe I need to add the action to mappings? | 13:43 |
*** livelace has joined #openstack-mistral | 13:49 | |
*** mgershen1 has joined #openstack-mistral | 13:52 | |
*** mgershen has quit IRC | 13:53 | |
*** dprince has joined #openstack-mistral | 13:59 | |
*** chlong has joined #openstack-mistral | 14:03 | |
*** mgershen has joined #openstack-mistral | 14:08 | |
*** mgershen1 has quit IRC | 14:09 | |
*** tung_doan_ has joined #openstack-mistral | 14:12 | |
*** tung_doan has quit IRC | 14:13 | |
*** mgershen1 has joined #openstack-mistral | 14:22 | |
*** mgershen has quit IRC | 14:24 | |
*** mgershen has joined #openstack-mistral | 14:40 | |
jenner_ | disregard that, the docs should mention that registering the actions in mistral.actions namespace using setup.cfg only works if you use PBR | 14:40 |
*** mgershen1 has quit IRC | 14:42 | |
mattyb | Are there strategies to block infinite cycles? Or do we just assume that users will play nicely? | 14:43 |
thrash | mattyb: IIRC it was discussed at the PTG, but I'm not sure I recall a resolution. | 14:53 |
*** mgershen1 has joined #openstack-mistral | 14:54 | |
*** mgershen has quit IRC | 14:54 | |
*** mattyb_ has joined #openstack-mistral | 14:58 | |
mattyb_ | thrash: thanks. I saw the blueprint for per-workflow concurrency limits, which could also help users play nicely | 14:58 |
mattyb_ | It seems like on-success/etc can't be templated? So at least cycles are detectable? | 14:59 |
*** mattyb has quit IRC | 14:59 | |
*** mgershen has joined #openstack-mistral | 15:12 | |
*** mgershen1 has quit IRC | 15:14 | |
*** mgershen1 has joined #openstack-mistral | 15:29 | |
*** mgershen has quit IRC | 15:30 | |
*** bobh has joined #openstack-mistral | 15:31 | |
*** bobh has quit IRC | 15:36 | |
*** bobh has joined #openstack-mistral | 15:38 | |
*** mgershen has joined #openstack-mistral | 15:43 | |
*** mgershen1 has quit IRC | 15:45 | |
*** shardy has quit IRC | 15:48 | |
*** shardy has joined #openstack-mistral | 15:49 | |
*** shardy has quit IRC | 15:53 | |
*** mgershen1 has joined #openstack-mistral | 15:57 | |
*** mgershen has quit IRC | 15:57 | |
*** dmk0202 has quit IRC | 16:09 | |
*** mgershen has joined #openstack-mistral | 16:16 | |
openstackgerrit | gongysh proposed openstack/mistral master: Fix the keystone auth url problem https://review.openstack.org/457961 | 16:17 |
*** mgershen1 has quit IRC | 16:17 | |
openstackgerrit | gongysh proposed openstack/mistral master: Fix the keystone auth url problem https://review.openstack.org/457961 | 16:17 |
openstackgerrit | gongysh proposed openstack/mistral master: Fix the keystone auth url problem https://review.openstack.org/457961 | 16:18 |
*** gongysh has quit IRC | 16:22 | |
*** mgershen1 has joined #openstack-mistral | 16:28 | |
*** mgershen has quit IRC | 16:29 | |
*** dprince has quit IRC | 16:30 | |
*** jpich has quit IRC | 16:31 | |
*** mgershen has joined #openstack-mistral | 16:41 | |
*** mgershen1 has quit IRC | 16:44 | |
*** warface has quit IRC | 16:52 | |
*** mgershen1 has joined #openstack-mistral | 16:59 | |
*** mgershen has quit IRC | 17:00 | |
*** chlong has quit IRC | 17:09 | |
*** mgershen has joined #openstack-mistral | 17:11 | |
*** mgershen1 has quit IRC | 17:13 | |
*** harlowja_ has quit IRC | 17:13 | |
*** harlowja has joined #openstack-mistral | 17:15 | |
*** harlowja has quit IRC | 17:17 | |
*** harlowja has joined #openstack-mistral | 17:17 | |
*** toure has quit IRC | 17:21 | |
*** toure has joined #openstack-mistral | 17:24 | |
*** chlong has joined #openstack-mistral | 17:25 | |
*** mgershen1 has joined #openstack-mistral | 17:28 | |
openstackgerrit | Emilien Macchi proposed openstack/mistral master: DNM - tripleo ci testing https://review.openstack.org/458176 | 17:28 |
*** mgershen has quit IRC | 17:30 | |
*** mgershen has joined #openstack-mistral | 17:43 | |
*** mgershen1 has quit IRC | 17:45 | |
*** catintheroof has quit IRC | 17:47 | |
mattyb_ | Is it possible to associate a workflow execution with an environment via the CLI? | 17:54 |
*** jaosorior is now known as jaosorior_away | 17:54 | |
*** sharatss_ has quit IRC | 17:57 | |
*** jkilpatr has quit IRC | 17:57 | |
*** jkilpatr has joined #openstack-mistral | 18:00 | |
*** mgershen1 has joined #openstack-mistral | 18:00 | |
*** mgershen has quit IRC | 18:01 | |
*** bobh has quit IRC | 18:13 | |
*** mgershen has joined #openstack-mistral | 18:14 | |
*** mgershen1 has quit IRC | 18:15 | |
*** mattyb_ has quit IRC | 18:17 | |
*** chlong has quit IRC | 18:20 | |
*** catinthe_ has joined #openstack-mistral | 18:30 | |
*** mgershen1 has joined #openstack-mistral | 18:30 | |
*** mgershen has quit IRC | 18:33 | |
*** catinthe_ has quit IRC | 18:39 | |
*** chlong has joined #openstack-mistral | 18:45 | |
*** mgershen has joined #openstack-mistral | 18:45 | |
*** mgershen1 has quit IRC | 18:48 | |
*** mgershen1 has joined #openstack-mistral | 18:55 | |
*** mgershen has quit IRC | 18:56 | |
openstackgerrit | Winson Chan proposed openstack/mistral master: Make rpc_backend not engine specific https://review.openstack.org/456783 | 19:04 |
openstackgerrit | Winson Chan proposed openstack/mistral master: Add option to run actions locally on the engine https://review.openstack.org/454411 | 19:04 |
*** mgershen has joined #openstack-mistral | 19:09 | |
*** mgershen1 has quit IRC | 19:10 | |
*** bobh has joined #openstack-mistral | 19:14 | |
*** thrash is now known as thrash|biab | 19:14 | |
*** bobh has quit IRC | 19:19 | |
*** jkilpatr has quit IRC | 19:27 | |
*** jkilpatr has joined #openstack-mistral | 19:30 | |
*** jkilpatr has quit IRC | 19:30 | |
*** jkilpatr has joined #openstack-mistral | 19:30 | |
*** livelace has quit IRC | 19:35 | |
*** dmk0202 has joined #openstack-mistral | 19:47 | |
*** catintheroof has joined #openstack-mistral | 19:59 | |
*** thrash|biab is now known as thrash | 20:05 | |
*** bobh has joined #openstack-mistral | 20:15 | |
*** bobh has quit IRC | 20:20 | |
*** catintheroof has quit IRC | 20:55 | |
*** catintheroof has joined #openstack-mistral | 20:55 | |
*** catintheroof has quit IRC | 21:00 | |
*** catintheroof has joined #openstack-mistral | 21:01 | |
*** dprince has joined #openstack-mistral | 21:05 | |
*** bobh has joined #openstack-mistral | 21:16 | |
*** bobh has quit IRC | 21:21 | |
*** catintheroof has quit IRC | 21:24 | |
*** catintheroof has joined #openstack-mistral | 21:34 | |
*** chlong has quit IRC | 22:07 | |
*** bobh has joined #openstack-mistral | 22:17 | |
*** dmk0202 has quit IRC | 22:17 | |
*** jkilpatr has quit IRC | 22:21 | |
*** bobh has quit IRC | 22:24 | |
*** gongysh has joined #openstack-mistral | 22:38 | |
*** gongysh has quit IRC | 22:40 | |
*** jkilpatr has joined #openstack-mistral | 22:57 | |
*** dprince has quit IRC | 22:59 | |
*** jkilpatr has quit IRC | 23:05 | |
*** jkilpatr has joined #openstack-mistral | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!