Thursday, 2015-11-05

*** tej has joined #openstack-mistral00:04
*** canaima has joined #openstack-mistral00:16
*** canaima has left #openstack-mistral00:17
*** [1]melisha has joined #openstack-mistral00:31
*** tej has quit IRC00:32
*** achanda has quit IRC00:32
*** melisha has quit IRC00:34
*** [1]melisha is now known as melisha00:34
*** enykeev has quit IRC00:48
*** enykeev has joined #openstack-mistral00:52
*** gyee has quit IRC00:59
*** zhenguo has joined #openstack-mistral01:11
*** dmowrer has joined #openstack-mistral02:12
*** dmowrer has quit IRC02:16
*** achanda has joined #openstack-mistral02:27
*** bobh has joined #openstack-mistral02:50
*** bobh has quit IRC02:59
*** achanda has quit IRC04:22
openstackgerrithardik proposed openstack/mistral: Resolved encoding/decoding problem.  https://review.openstack.org/24188105:21
*** achanda has joined #openstack-mistral05:22
*** achanda has quit IRC05:30
*** achanda has joined #openstack-mistral05:42
*** dmowrer has joined #openstack-mistral07:06
*** dmowrer has quit IRC07:10
rakhmerovraj1: Answering your first question: yes, it's feasible07:11
rakhmerovraj1: 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 that07:13
rakhmerovbut we have a number of users who configured multiple engines that works fine07:14
*** nkoffman has joined #openstack-mistral07:42
openstackgerrithardik proposed openstack/mistral: Added Unit test when policy input is variable.  https://review.openstack.org/24191207:56
*** tshtilma has joined #openstack-mistral07:58
openstackgerritMerged openstack/mistral: Wrapper is used instead of direct json library.  https://review.openstack.org/24124808:02
*** openstackgerrit has quit IRC08:16
*** openstackgerrit has joined #openstack-mistral08:17
*** achanda has quit IRC08:25
*** openstack has joined #openstack-mistral08:34
openstackgerrithardik proposed openstack/mistral: Resolved encoding/decoding problem.  https://review.openstack.org/24188108:54
*** zhenguo has quit IRC09:58
*** shank has joined #openstack-mistral10:17
*** rushiagr has joined #openstack-mistral10:17
rushiagrHello Mistral :)10:23
rushiagrhttps://wiki.openstack.org/wiki/Mistral/Design Is this design document up-to-date?10:24
*** adarshkoyya has joined #openstack-mistral10:29
nmakhotkinhi, rushiagr!10:31
nmakhotkintry to see at http://docs.openstack.org/developer/mistral/architecture.html10:32
nmakhotkinin fact, this is the same10:32
rushiagrnmakhotkin: thanks !10:33
*** hparekh2 has quit IRC10:33
rushiagrnmakhotkin: I just set up mistral with devstack and counldn't see a separate scheduler service, just like nova. So was curious..10:33
rushiagrI think I should spend more time understanding Mistral :)10:33
nmakhotkinrushiagr: scheduler is included in engine process10:35
nmakhotkinthe whole docs are at http://docs.openstack.org/developer/mistral/10:35
akuznetsovaHi there10:36
rushiagrnmakhotkin: thanks. Will go through it :)10:36
rushiagrakuznetsova: hello :)10:37
openstackgerritGal Margalit proposed openstack/mistral-dashboard: UI: Task & Execution screen refactored  https://review.openstack.org/24119410:40
openstackgerritGal Margalit proposed openstack/mistral-dashboard: UI: Task & Execution screen refactored  https://review.openstack.org/24119410:40
openstackgerritMerged openstack/mistral: Comparision opeartor has been changed.  https://review.openstack.org/24109710:43
adarshkoyyaHi guys in mistral direct workflow, on-success can i go to particular task based to result in the present task ?10:45
adarshkoyyaWhat 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 310:48
akuznetsovaadarshkoyya, hi! yes, you can do such transitions10:50
akuznetsovawait a sec , I will find an example10:50
akuznetsovahttps://github.com/openstack/mistral/blob/f7844a02b36fc43fca7207a99342ad5f4918000f/mistral/tests/resources/workbook/v2/my_workbook.yaml#L63-L7110:52
adarshkoyyalet me check10:53
nmakhotkinakuznetsova, let me add something to this10:53
nmakhotkinadarshkoyya: in that example, for analysing the result of task 'task3', need to replace '$.my_val' to 'task(task3).result'10:54
adarshkoyyaok my thins is on-sucess it self i want to go to two different task10:55
akuznetsovaadarshkoyya, I write an example http://paste.openstack.org/show/478072/10:56
akuznetsovanmakhotkin, correct me if I am wrong10:57
nmakhotkinakuznetsova: task(task) is wrong. should be task(task1)10:58
adarshkoyyaI will just quickly go and run this and check if it working10:58
akuznetsovaoops, this one more correct http://paste.openstack.org/show/478074/ (I fixed task' names)10:58
nmakhotkinOr, you can use this without 'publish' clause: http://paste.openstack.org/show/478075/10:59
akuznetsovaI hope that you get the idea11:00
adarshkoyyayeah I get the idea man11:00
*** sergmelikyan has joined #openstack-mistral11:00
adarshkoyyaI was in a impression i can do this .... thx for help11:00
shankNice info! Thanks11:05
*** sergmelikyan has quit IRC11:13
*** hparekh has joined #openstack-mistral11:15
openstackgerritGal Margalit proposed openstack/mistral-dashboard: UI: Task & Execution screen refactored  https://review.openstack.org/24119411:18
akuznetsova^Gal^, are you here?11:48
^Gal^yeah11:48
*** dmowrer has joined #openstack-mistral11:55
akuznetsova^Gal^, I have a question regarding to https://review.openstack.org/24119411:55
^Gal^shoot11:55
akuznetsovasome 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 form11:57
^Gal^yeah11:57
^Gal^I thought I should hide these, but as I understood from Nickolay they should be visible11:58
akuznetsovamaybe you can add some check and if result/published = null, them write in the column instead of 'view' link11:58
^Gal^seems like a good think to do in the future, as the result I get now is "null" in a string11:59
^Gal^or "{}" in a string12:00
^Gal^so maybe we should fix that first12:00
^Gal^I have a meeting to attend now, so talk to ya l8r12:00
*** achanda has joined #openstack-mistral12:03
*** shank has quit IRC12:04
*** achanda has quit IRC12:05
*** sergmelikyan has joined #openstack-mistral12:48
*** tshtilma has quit IRC12:49
*** sergmelikyan has quit IRC12:59
*** tej has joined #openstack-mistral13:14
*** sergmelikyan has joined #openstack-mistral13:29
*** [1]melisha has joined #openstack-mistral13:37
*** melisha has quit IRC13:39
*** [1]melisha is now known as melisha13:39
*** tej has quit IRC13:39
*** dmowrer has quit IRC13:42
*** adarshkoyya has quit IRC13:50
*** dmowrer has joined #openstack-mistral13:50
*** dmowrer has quit IRC13:51
*** dmowrer has joined #openstack-mistral13:51
*** rushiagr is now known as rushiagr_away13:52
*** dmowrer has quit IRC13:56
*** [1]melisha has joined #openstack-mistral13:57
*** melisha has quit IRC14:00
*** [1]melisha is now known as melisha14:00
*** LimorStotland has quit IRC14:04
*** [1]melisha has joined #openstack-mistral14:12
*** melisha has quit IRC14:15
*** [1]melisha is now known as melisha14:15
*** dmowrer has joined #openstack-mistral14:18
*** tej has joined #openstack-mistral14:19
*** bobh has joined #openstack-mistral14:22
*** dmowrer has quit IRC14:40
*** dmowrer has joined #openstack-mistral14:41
*** tonytan4ever has joined #openstack-mistral15:04
*** Ravikiran_k has joined #openstack-mistral15:10
*** _gryf is now known as inc015:12
*** inc0 is now known as _gryf15:12
*** _gryf is now known as dejson15:13
*** dejson is now known as _gryf15:13
Ravikiran_kHi15:19
akuznetsovahi15:22
Ravikiran_kin 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_kafter making COMPRESS_OFFLINE = False in local_settings.py file in horizon it works fine15:23
Ravikiran_kwith out disabling the compression can we do anything from mistral side?15:23
*** sergmelikyan has quit IRC15:24
*** sergmelikyan has joined #openstack-mistral15:25
*** sergmelikyan has quit IRC15:28
*** sergmelikyan has joined #openstack-mistral15:28
akuznetsovaRavikiran_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/115:29
*** sergmelikyan has quit IRC15:47
Ravikiran_kok..Thank you15:52
*** sergmelikyan has joined #openstack-mistral16:04
*** Piet has joined #openstack-mistral16:30
*** sergmelikyan has quit IRC16:43
*** nkoffman_ has joined #openstack-mistral16:58
*** evgenyl_ has joined #openstack-mistral16:59
*** dhellmann_ has joined #openstack-mistral17:00
*** nkoffman has quit IRC17:00
*** tsufiev_ has joined #openstack-mistral17:00
*** tsufiev has quit IRC17:00
*** dhellmann has quit IRC17:04
*** evgenyl has quit IRC17:04
*** dhellmann_ is now known as dhellmann17:05
*** evgenyl_ is now known as evgenyl17:05
*** rushiagr_away is now known as rushiagr17:06
*** tej has quit IRC17:19
*** dmowrer has quit IRC17:19
*** achanda has joined #openstack-mistral17:26
*** sergmelikyan has joined #openstack-mistral17:31
*** dmowrer has joined #openstack-mistral17:37
*** achanda has quit IRC17:43
*** achanda has joined #openstack-mistral17:45
*** tshtilma has joined #openstack-mistral17:59
*** sergmelikyan has quit IRC18:05
*** sergmelikyan has joined #openstack-mistral18:05
*** dmowrer has quit IRC18:14
*** dmowrer has joined #openstack-mistral18:14
*** dmowrer has quit IRC18:19
*** dmowrer has joined #openstack-mistral18:19
*** achanda has quit IRC18:19
*** tonytan4ever has quit IRC18:23
*** tej has joined #openstack-mistral18:23
*** dmowrer has quit IRC18:32
*** achanda has joined #openstack-mistral18:41
*** rakhmerov has quit IRC18:45
*** tonytan4ever has joined #openstack-mistral18:47
*** rakhmerov has joined #openstack-mistral18:48
*** tej has quit IRC18:56
*** dmowrer has joined #openstack-mistral18:57
*** dmowrer_ has joined #openstack-mistral19:01
*** dmowrer has quit IRC19:01
*** tej has joined #openstack-mistral19:02
*** dmowrer has joined #openstack-mistral19:05
*** dmowrer__ has joined #openstack-mistral19:07
*** dmowrer_ has quit IRC19:08
*** dmowrer has quit IRC19:11
*** dmowrer__ has quit IRC19:20
*** dmowrer has joined #openstack-mistral19:21
*** rushiagr is now known as rushiagr_away19:22
*** dmowrer_ has joined #openstack-mistral19:27
*** dmowrer has quit IRC19:28
*** dmowrer has joined #openstack-mistral19:38
*** dmowrer__ has joined #openstack-mistral19:40
*** dmowrer_ has quit IRC19:41
*** dmowre___ has joined #openstack-mistral19:42
*** dmowrer has quit IRC19:42
*** dmowrer__ has quit IRC19:44
*** sergmelikyan has quit IRC19:50
*** tshtilma has quit IRC19:55
*** dmowre___ has quit IRC20:17
*** dmowrer has joined #openstack-mistral20:31
*** achanda has quit IRC20:35
*** tej has quit IRC20:49
*** tej has joined #openstack-mistral20:51
*** tej has quit IRC21:01
*** achanda has joined #openstack-mistral21:28
*** dmowrer has quit IRC21:50
*** dmowrer has joined #openstack-mistral21:50
*** dmowrer has quit IRC21:55
*** Ravikiran_k has quit IRC22:02
*** dmowrer has joined #openstack-mistral22:02
*** dmowrer has quit IRC22:02
*** dmowrer has joined #openstack-mistral22:03
*** dmowrer has quit IRC22:07
*** Piet has quit IRC22:14
*** achanda has quit IRC22:22
*** dmowrer has joined #openstack-mistral22:25
*** bobh has quit IRC22:26
*** dmowrer has quit IRC22:30
*** gyee has joined #openstack-mistral22:32
*** tej has joined #openstack-mistral22:52
*** tej has quit IRC22:52
*** gyee has quit IRC22:57
*** achanda has joined #openstack-mistral22:59
*** gyee has joined #openstack-mistral23:19
*** achanda has quit IRC23:31
*** achanda has joined #openstack-mistral23:32
*** tonytan4ever has quit IRC23:52

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!