*** tej has joined #openstack-mistral | 00:04 | |
*** canaima has joined #openstack-mistral | 00:16 | |
*** canaima has left #openstack-mistral | 00:17 | |
*** [1]melisha has joined #openstack-mistral | 00:31 | |
*** tej has quit IRC | 00:32 | |
*** achanda has quit IRC | 00:32 | |
*** melisha has quit IRC | 00:34 | |
*** [1]melisha is now known as melisha | 00:34 | |
*** enykeev has quit IRC | 00:48 | |
*** enykeev has joined #openstack-mistral | 00:52 | |
*** gyee has quit IRC | 00:59 | |
*** zhenguo has joined #openstack-mistral | 01:11 | |
*** dmowrer has joined #openstack-mistral | 02:12 | |
*** dmowrer has quit IRC | 02:16 | |
*** achanda has joined #openstack-mistral | 02:27 | |
*** bobh has joined #openstack-mistral | 02:50 | |
*** bobh has quit IRC | 02:59 | |
*** achanda has quit IRC | 04:22 | |
openstackgerrit | hardik proposed openstack/mistral: Resolved encoding/decoding problem. https://review.openstack.org/241881 | 05:21 |
---|---|---|
*** achanda has joined #openstack-mistral | 05:22 | |
*** achanda has quit IRC | 05:30 | |
*** achanda has joined #openstack-mistral | 05:42 | |
*** dmowrer has joined #openstack-mistral | 07:06 | |
*** dmowrer has quit IRC | 07:10 | |
rakhmerov | raj1: Answering your first question: yes, it's feasible | 07:11 |
rakhmerov | raj1: sharing the same rabbit is fine as long as these mistrals are supposed to be one cluster. This issue shouldn't be related to that. We know though that there are some issues with running multiple mistral engines, we keep improving that | 07:13 |
rakhmerov | but we have a number of users who configured multiple engines that works fine | 07:14 |
*** nkoffman has joined #openstack-mistral | 07:42 | |
openstackgerrit | hardik proposed openstack/mistral: Added Unit test when policy input is variable. https://review.openstack.org/241912 | 07:56 |
*** tshtilma has joined #openstack-mistral | 07:58 | |
openstackgerrit | Merged openstack/mistral: Wrapper is used instead of direct json library. https://review.openstack.org/241248 | 08:02 |
*** openstackgerrit has quit IRC | 08:16 | |
*** openstackgerrit has joined #openstack-mistral | 08:17 | |
*** achanda has quit IRC | 08:25 | |
*** openstack has joined #openstack-mistral | 08:34 | |
openstackgerrit | hardik proposed openstack/mistral: Resolved encoding/decoding problem. https://review.openstack.org/241881 | 08:54 |
*** zhenguo has quit IRC | 09:58 | |
*** shank has joined #openstack-mistral | 10:17 | |
*** rushiagr has joined #openstack-mistral | 10:17 | |
rushiagr | Hello Mistral :) | 10:23 |
rushiagr | https://wiki.openstack.org/wiki/Mistral/Design Is this design document up-to-date? | 10:24 |
*** adarshkoyya has joined #openstack-mistral | 10:29 | |
nmakhotkin | hi, rushiagr! | 10:31 |
nmakhotkin | try to see at http://docs.openstack.org/developer/mistral/architecture.html | 10:32 |
nmakhotkin | in fact, this is the same | 10:32 |
rushiagr | nmakhotkin: thanks ! | 10:33 |
*** hparekh2 has quit IRC | 10:33 | |
rushiagr | nmakhotkin: I just set up mistral with devstack and counldn't see a separate scheduler service, just like nova. So was curious.. | 10:33 |
rushiagr | I think I should spend more time understanding Mistral :) | 10:33 |
nmakhotkin | rushiagr: scheduler is included in engine process | 10:35 |
nmakhotkin | the whole docs are at http://docs.openstack.org/developer/mistral/ | 10:35 |
akuznetsova | Hi there | 10:36 |
rushiagr | nmakhotkin: thanks. Will go through it :) | 10:36 |
rushiagr | akuznetsova: hello :) | 10:37 |
openstackgerrit | Gal Margalit proposed openstack/mistral-dashboard: UI: Task & Execution screen refactored https://review.openstack.org/241194 | 10:40 |
openstackgerrit | Gal Margalit proposed openstack/mistral-dashboard: UI: Task & Execution screen refactored https://review.openstack.org/241194 | 10:40 |
openstackgerrit | Merged openstack/mistral: Comparision opeartor has been changed. https://review.openstack.org/241097 | 10:43 |
adarshkoyya | Hi guys in mistral direct workflow, on-success can i go to particular task based to result in the present task ? | 10:45 |
adarshkoyya | What I mean is if the Task 1 can give me result 2 or 3. If the result is 2 i want to go to Task 2 and if the result is 3 i want to go to Task 3 | 10:48 |
akuznetsova | adarshkoyya, hi! yes, you can do such transitions | 10:50 |
akuznetsova | wait a sec , I will find an example | 10:50 |
akuznetsova | https://github.com/openstack/mistral/blob/f7844a02b36fc43fca7207a99342ad5f4918000f/mistral/tests/resources/workbook/v2/my_workbook.yaml#L63-L71 | 10:52 |
adarshkoyya | let me check | 10:53 |
nmakhotkin | akuznetsova, let me add something to this | 10:53 |
nmakhotkin | adarshkoyya: in that example, for analysing the result of task 'task3', need to replace '$.my_val' to 'task(task3).result' | 10:54 |
adarshkoyya | ok my thins is on-sucess it self i want to go to two different task | 10:55 |
akuznetsova | adarshkoyya, I write an example http://paste.openstack.org/show/478072/ | 10:56 |
akuznetsova | nmakhotkin, correct me if I am wrong | 10:57 |
nmakhotkin | akuznetsova: task(task) is wrong. should be task(task1) | 10:58 |
adarshkoyya | I will just quickly go and run this and check if it working | 10:58 |
akuznetsova | oops, this one more correct http://paste.openstack.org/show/478074/ (I fixed task' names) | 10:58 |
nmakhotkin | Or, you can use this without 'publish' clause: http://paste.openstack.org/show/478075/ | 10:59 |
akuznetsova | I hope that you get the idea | 11:00 |
adarshkoyya | yeah I get the idea man | 11:00 |
*** sergmelikyan has joined #openstack-mistral | 11:00 | |
adarshkoyya | I was in a impression i can do this .... thx for help | 11:00 |
shank | Nice info! Thanks | 11:05 |
*** sergmelikyan has quit IRC | 11:13 | |
*** hparekh has joined #openstack-mistral | 11:15 | |
openstackgerrit | Gal Margalit proposed openstack/mistral-dashboard: UI: Task & Execution screen refactored https://review.openstack.org/241194 | 11:18 |
akuznetsova | ^Gal^, are you here? | 11:48 |
^Gal^ | yeah | 11:48 |
*** dmowrer has joined #openstack-mistral | 11:55 | |
akuznetsova | ^Gal^, I have a question regarding to https://review.openstack.org/241194 | 11:55 |
^Gal^ | shoot | 11:55 |
akuznetsova | some of the tasks do not have a result/published, but you will get it only after clicking on view and result/publushed 'null' will be shown in modal form | 11:57 |
^Gal^ | yeah | 11:57 |
^Gal^ | I thought I should hide these, but as I understood from Nickolay they should be visible | 11:58 |
akuznetsova | maybe you can add some check and if result/published = null, them write in the column instead of 'view' link | 11:58 |
^Gal^ | seems like a good think to do in the future, as the result I get now is "null" in a string | 11:59 |
^Gal^ | or "{}" in a string | 12:00 |
^Gal^ | so maybe we should fix that first | 12:00 |
^Gal^ | I have a meeting to attend now, so talk to ya l8r | 12:00 |
*** achanda has joined #openstack-mistral | 12:03 | |
*** shank has quit IRC | 12:04 | |
*** achanda has quit IRC | 12:05 | |
*** sergmelikyan has joined #openstack-mistral | 12:48 | |
*** tshtilma has quit IRC | 12:49 | |
*** sergmelikyan has quit IRC | 12:59 | |
*** tej has joined #openstack-mistral | 13:14 | |
*** sergmelikyan has joined #openstack-mistral | 13:29 | |
*** [1]melisha has joined #openstack-mistral | 13:37 | |
*** melisha has quit IRC | 13:39 | |
*** [1]melisha is now known as melisha | 13:39 | |
*** tej has quit IRC | 13:39 | |
*** dmowrer has quit IRC | 13:42 | |
*** adarshkoyya has quit IRC | 13:50 | |
*** dmowrer has joined #openstack-mistral | 13:50 | |
*** dmowrer has quit IRC | 13:51 | |
*** dmowrer has joined #openstack-mistral | 13:51 | |
*** rushiagr is now known as rushiagr_away | 13:52 | |
*** dmowrer has quit IRC | 13:56 | |
*** [1]melisha has joined #openstack-mistral | 13:57 | |
*** melisha has quit IRC | 14:00 | |
*** [1]melisha is now known as melisha | 14:00 | |
*** LimorStotland has quit IRC | 14:04 | |
*** [1]melisha has joined #openstack-mistral | 14:12 | |
*** melisha has quit IRC | 14:15 | |
*** [1]melisha is now known as melisha | 14:15 | |
*** dmowrer has joined #openstack-mistral | 14:18 | |
*** tej has joined #openstack-mistral | 14:19 | |
*** bobh has joined #openstack-mistral | 14:22 | |
*** dmowrer has quit IRC | 14:40 | |
*** dmowrer has joined #openstack-mistral | 14:41 | |
*** tonytan4ever has joined #openstack-mistral | 15:04 | |
*** Ravikiran_k has joined #openstack-mistral | 15:10 | |
*** _gryf is now known as inc0 | 15:12 | |
*** inc0 is now known as _gryf | 15:12 | |
*** _gryf is now known as dejson | 15:13 | |
*** dejson is now known as _gryf | 15:13 | |
Ravikiran_k | Hi | 15:19 |
akuznetsova | hi | 15:22 |
Ravikiran_k | in dashboard i got this error "You have offline compression enabled but key "0556178aa10f82c881681fd187eafe32" is missing from offline manifest. You may need to run "python manage.py compress" | 15:22 |
Ravikiran_k | after making COMPRESS_OFFLINE = False in local_settings.py file in horizon it works fine | 15:23 |
Ravikiran_k | with out disabling the compression can we do anything from mistral side? | 15:23 |
*** sergmelikyan has quit IRC | 15:24 | |
*** sergmelikyan has joined #openstack-mistral | 15:25 | |
*** sergmelikyan has quit IRC | 15:28 | |
*** sergmelikyan has joined #openstack-mistral | 15:28 | |
akuznetsova | Ravikiran_k, I couldn't find what do we compress now in mistral-dashboard, we had problem with compression previously and it was fixed https://review.openstack.org/#/c/198198/1 | 15:29 |
*** sergmelikyan has quit IRC | 15:47 | |
Ravikiran_k | ok..Thank you | 15:52 |
*** sergmelikyan has joined #openstack-mistral | 16:04 | |
*** Piet has joined #openstack-mistral | 16:30 | |
*** sergmelikyan has quit IRC | 16:43 | |
*** nkoffman_ has joined #openstack-mistral | 16:58 | |
*** evgenyl_ has joined #openstack-mistral | 16:59 | |
*** dhellmann_ has joined #openstack-mistral | 17:00 | |
*** nkoffman has quit IRC | 17:00 | |
*** tsufiev_ has joined #openstack-mistral | 17:00 | |
*** tsufiev has quit IRC | 17:00 | |
*** dhellmann has quit IRC | 17:04 | |
*** evgenyl has quit IRC | 17:04 | |
*** dhellmann_ is now known as dhellmann | 17:05 | |
*** evgenyl_ is now known as evgenyl | 17:05 | |
*** rushiagr_away is now known as rushiagr | 17:06 | |
*** tej has quit IRC | 17:19 | |
*** dmowrer has quit IRC | 17:19 | |
*** achanda has joined #openstack-mistral | 17:26 | |
*** sergmelikyan has joined #openstack-mistral | 17:31 | |
*** dmowrer has joined #openstack-mistral | 17:37 | |
*** achanda has quit IRC | 17:43 | |
*** achanda has joined #openstack-mistral | 17:45 | |
*** tshtilma has joined #openstack-mistral | 17:59 | |
*** sergmelikyan has quit IRC | 18:05 | |
*** sergmelikyan has joined #openstack-mistral | 18:05 | |
*** dmowrer has quit IRC | 18:14 | |
*** dmowrer has joined #openstack-mistral | 18:14 | |
*** dmowrer has quit IRC | 18:19 | |
*** dmowrer has joined #openstack-mistral | 18:19 | |
*** achanda has quit IRC | 18:19 | |
*** tonytan4ever has quit IRC | 18:23 | |
*** tej has joined #openstack-mistral | 18:23 | |
*** dmowrer has quit IRC | 18:32 | |
*** achanda has joined #openstack-mistral | 18:41 | |
*** rakhmerov has quit IRC | 18:45 | |
*** tonytan4ever has joined #openstack-mistral | 18:47 | |
*** rakhmerov has joined #openstack-mistral | 18:48 | |
*** tej has quit IRC | 18:56 | |
*** dmowrer has joined #openstack-mistral | 18:57 | |
*** dmowrer_ has joined #openstack-mistral | 19:01 | |
*** dmowrer has quit IRC | 19:01 | |
*** tej has joined #openstack-mistral | 19:02 | |
*** dmowrer has joined #openstack-mistral | 19:05 | |
*** dmowrer__ has joined #openstack-mistral | 19:07 | |
*** dmowrer_ has quit IRC | 19:08 | |
*** dmowrer has quit IRC | 19:11 | |
*** dmowrer__ has quit IRC | 19:20 | |
*** dmowrer has joined #openstack-mistral | 19:21 | |
*** rushiagr is now known as rushiagr_away | 19:22 | |
*** dmowrer_ has joined #openstack-mistral | 19:27 | |
*** dmowrer has quit IRC | 19:28 | |
*** dmowrer has joined #openstack-mistral | 19:38 | |
*** dmowrer__ has joined #openstack-mistral | 19:40 | |
*** dmowrer_ has quit IRC | 19:41 | |
*** dmowre___ has joined #openstack-mistral | 19:42 | |
*** dmowrer has quit IRC | 19:42 | |
*** dmowrer__ has quit IRC | 19:44 | |
*** sergmelikyan has quit IRC | 19:50 | |
*** tshtilma has quit IRC | 19:55 | |
*** dmowre___ has quit IRC | 20:17 | |
*** dmowrer has joined #openstack-mistral | 20:31 | |
*** achanda has quit IRC | 20:35 | |
*** tej has quit IRC | 20:49 | |
*** tej has joined #openstack-mistral | 20:51 | |
*** tej has quit IRC | 21:01 | |
*** achanda has joined #openstack-mistral | 21:28 | |
*** dmowrer has quit IRC | 21:50 | |
*** dmowrer has joined #openstack-mistral | 21:50 | |
*** dmowrer has quit IRC | 21:55 | |
*** Ravikiran_k has quit IRC | 22:02 | |
*** dmowrer has joined #openstack-mistral | 22:02 | |
*** dmowrer has quit IRC | 22:02 | |
*** dmowrer has joined #openstack-mistral | 22:03 | |
*** dmowrer has quit IRC | 22:07 | |
*** Piet has quit IRC | 22:14 | |
*** achanda has quit IRC | 22:22 | |
*** dmowrer has joined #openstack-mistral | 22:25 | |
*** bobh has quit IRC | 22:26 | |
*** dmowrer has quit IRC | 22:30 | |
*** gyee has joined #openstack-mistral | 22:32 | |
*** tej has joined #openstack-mistral | 22:52 | |
*** tej has quit IRC | 22:52 | |
*** gyee has quit IRC | 22:57 | |
*** achanda has joined #openstack-mistral | 22:59 | |
*** gyee has joined #openstack-mistral | 23:19 | |
*** achanda has quit IRC | 23:31 | |
*** achanda has joined #openstack-mistral | 23:32 | |
*** tonytan4ever has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!