Wednesday, 2016-03-16

*** openstack has joined #openstack-mistral00:24
*** bobh has joined #openstack-mistral00:43
*** toddjohn has joined #openstack-mistral00:52
*** gyee has quit IRC00:54
*** docaedo has quit IRC00:55
*** toddjohn has quit IRC00:57
*** bobh has quit IRC00:58
*** docaedo has joined #openstack-mistral01:01
*** bobh has joined #openstack-mistral01:11
*** docaedo has quit IRC01:24
*** docaedo has joined #openstack-mistral01:30
*** bobh has quit IRC02:08
geHi, some help..!04:33
gei am looking at this doc on configuring mistral:  http://docs.openstack.org/developer/mistral/guides/configuration_guide.html04:34
geHere, it says, to register mistral service/ endpoint for Horizon, do this:04:34
ge$ MISTRAL_URL="http://[host]:[port]/v2"04:35
ge$ keystone service-create --name mistral --type workflowv204:36
ge$ keystone endpoint-create --service_id mistral --publicurl $MISTRAL_URL --adminurl $MISTRAL_URL --internalurl $MISTRAL_URL04:36
geis this what i should do on the keystone server...? run those 2 commands  'keystone service-create/ endpoint-create' and register MISTRAL_URL ?04:37
geand, once i do that i should have the Dashboard acting as the UI for Mistral service ?04:38
hparekh_ge, If you want to use openstack then you can use keystone for authentication so you have to run those two commands mentioned in guide05:51
hparekh_ge, For mistral dashboard for horizon please go through http://docs.openstack.org/developer/mistral/guides/dashboard_guide.html05:51
geHi, thanks, i do have mistral running here (on a different machine than mistral server...)05:53
geif i run those commands, i should be able to see the ui for mistral on this dashboard...?05:54
ge(irrespective of where mistral is running on...will i see mistral showing up the dashboard running on a different box?)05:54
*** toddjohn has joined #openstack-mistral05:57
*** toddjohn has quit IRC06:02
hparekh_ge, keystone commands is nothing to do with GUI. It is just for authentication. You have to install mistral dashoboard on the machine where horizon is up and running.06:09
*** jtomasek has joined #openstack-mistral06:36
*** pbelamge has joined #openstack-mistral07:27
*** chlong has quit IRC07:42
*** toddjohn has joined #openstack-mistral07:58
*** toddjohn has quit IRC08:03
openstackgerritThomas Herve proposed openstack/mistral: Reduce spec parsing some more  https://review.openstack.org/29286408:18
*** ig0r_ has quit IRC08:39
*** hparekh_ has quit IRC08:42
*** hparekh has joined #openstack-mistral08:44
*** Ravikiran_K has joined #openstack-mistral08:58
*** toddjohn has joined #openstack-mistral09:00
*** toddjohn has quit IRC09:05
*** therve has joined #openstack-mistral09:17
therverakhmerov, I think you should stop on the recheck for a bit :)09:20
therveThere is an issue with the tests09:20
*** LimorStotland has joined #openstack-mistral09:25
openstackgerritThomas Herve proposed openstack/mistral: Fix compatibibility with WebOb 1.6.0  https://review.openstack.org/29334209:44
openstackgerritThomas Herve proposed openstack/mistral: Fix compatibility with WebOb 1.6.0  https://review.openstack.org/29334209:45
*** openstackgerrit has quit IRC09:53
*** openstackgerrit_ is now known as openstackgerrit09:53
*** openstackgerrit has quit IRC09:53
*** openstackgerrit_ has joined #openstack-mistral09:54
*** openstackgerrit_ is now known as openstackgerrit09:54
*** openstackgerrit_ has joined #openstack-mistral09:55
*** openstackgerrit has quit IRC09:55
*** openstackgerrit has joined #openstack-mistral09:56
*** akrivoka has joined #openstack-mistral10:46
*** toddjohn has joined #openstack-mistral10:53
*** toddjohn has quit IRC10:58
Ravikiran_KHi10:59
openstackgerritThomas Herve proposed openstack/mistral: Fix compatibility with WebOb 1.6.0  https://review.openstack.org/29334211:00
Ravikiran_Khow do i create a environment? can anyone have example11:02
*** openstackgerrit has quit IRC11:18
*** openstackgerrit has joined #openstack-mistral11:18
rakhmerovtherve: yes, I saw11:40
openstackgerritThomas Herve proposed openstack/mistral: Fix compatibility with WebOb 1.6.0  https://review.openstack.org/29334212:22
*** gpaz has joined #openstack-mistral12:41
openstackgerritAnastasia Kuznetsova proposed openstack/mistral: Run mistral services as separate processes  https://review.openstack.org/29170412:56
*** ninag has joined #openstack-mistral12:57
gpazHello everyone  ,  I m trying to find a good example to use environment for Workflow if someone can point me to exhaustive example I will be very thankful :)13:00
nmakhotkinhi, gpaz!13:01
gpazhi long time13:01
nmakhotkintry to look at https://github.com/openstack/mistral/blob/a68b4c20f3e48cb29644291ad827689d8166e713/mistral/tests/unit/engine/test_environment.py#L71-L7213:02
*** dprince has joined #openstack-mistral13:02
gpaznmakhotkin, thanks alot I will take a look13:07
gpaz:)13:07
nmakhotkinwhen starting an execution, you can pass an environment inline or create it beforehand and pass only its name:13:09
nmakhotkinmistral execution-create wf_name wf_input '{"env": {"var1": "val1"}}' or13:09
nmakhotkinmistral execution-create wf_name wf_input '{"env": "env_name"}'13:10
nmakhotkingpaz, does it make sense?13:10
*** bobh has joined #openstack-mistral13:10
gpazI thing it is .. and I m seeing to use I need YAQL expres' like env().var13:11
gpaznmakhotkin, many thanks13:11
nmakhotkingpaz, yes, in DSL, just use env().var_name to retrieve specific variable in env13:12
nmakhotkinas a YAQL expression13:12
*** kro_sinus_hell is now known as krot_sinus_purga13:15
*** krot_sinus_purga is now known as kro_sniffles13:15
*** ig0r_ has joined #openstack-mistral13:24
*** ninag has quit IRC13:34
*** ninag has joined #openstack-mistral13:34
*** d0ugal has quit IRC13:35
*** d0ugal has joined #openstack-mistral13:35
*** ninag_ has joined #openstack-mistral13:36
*** ninag has quit IRC13:39
*** pbelamge has quit IRC13:54
*** toddjohn has joined #openstack-mistral13:56
openstackgerritMerged openstack/mistral: Fix compatibility with WebOb 1.6.0  https://review.openstack.org/29334214:28
openstackgerritAnastasia Kuznetsova proposed openstack/mistral: Run mistral services as separate processes  https://review.openstack.org/29170414:33
*** ninag_ has quit IRC14:55
*** ninag has joined #openstack-mistral14:55
*** ninag has quit IRC14:59
*** ninag has joined #openstack-mistral15:31
*** gyee has joined #openstack-mistral15:55
openstackgerritRenat Akhmerov proposed openstack/mistral: Ack message after processing (oslo.messaging)  https://review.openstack.org/27901815:56
*** toddjohn has quit IRC16:21
*** toddjohn has joined #openstack-mistral16:38
openstackgerritMerged openstack/mistral: Ack message after processing (oslo.messaging)  https://review.openstack.org/27901816:42
*** aspiers has quit IRC17:12
*** aspiers has joined #openstack-mistral17:17
*** ninag has quit IRC17:42
*** ninag has joined #openstack-mistral17:43
*** ninag has quit IRC17:47
*** toddjohn has quit IRC17:57
*** bhaskarduvvuri has joined #openstack-mistral17:57
*** toddjohn has joined #openstack-mistral17:58
*** ninag has joined #openstack-mistral18:03
*** ninag has quit IRC18:04
*** ninag has joined #openstack-mistral18:05
*** ninag has quit IRC18:09
*** ninag has joined #openstack-mistral18:25
*** ninag has quit IRC18:33
*** ninag has joined #openstack-mistral18:33
*** ninag has quit IRC18:34
*** ninag has joined #openstack-mistral18:34
*** ninag has quit IRC18:40
*** harlowja has joined #openstack-mistral19:04
*** toddjohn has quit IRC19:12
*** ninag has joined #openstack-mistral19:15
*** ninag has quit IRC19:19
*** kro_sniffles is now known as kro_mnckn_doc19:27
*** ninag has joined #openstack-mistral19:36
*** harlowja has quit IRC19:46
*** toddjohn has joined #openstack-mistral19:49
*** toddjohn has quit IRC19:54
*** ig0r_ has quit IRC19:55
*** toddjohn has joined #openstack-mistral20:15
*** toddjohn has quit IRC20:28
*** toddjohn has joined #openstack-mistral20:29
*** toddjohn has quit IRC20:34
*** ninag has quit IRC21:00
*** bhaskarduvvuri has quit IRC21:01
*** achanda has joined #openstack-mistral21:05
*** kro_mnckn_doc has quit IRC21:19
*** achanda has quit IRC21:24
*** achanda has joined #openstack-mistral21:28
*** dprince has quit IRC21:34
*** achanda has quit IRC21:36
*** achanda has joined #openstack-mistral21:47
*** toddjohn has joined #openstack-mistral22:30
*** chlong has joined #openstack-mistral22:32
*** toddjohn has quit IRC22:35
*** bobh has quit IRC22:59
*** krotscheck has joined #openstack-mistral23:11
*** toddjohn has joined #openstack-mistral23:30
*** toddjohn has quit IRC23:35
*** toddjohn has joined #openstack-mistral23:35
*** achanda has quit IRC23:36
*** toddjohn has quit IRC23:40
*** akrivoka has quit IRC23:41
*** chlong has quit IRC23:41
*** gyee has quit IRC23:53

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