*** openstack has joined #openstack-mistral | 00:24 | |
*** bobh has joined #openstack-mistral | 00:43 | |
*** toddjohn has joined #openstack-mistral | 00:52 | |
*** gyee has quit IRC | 00:54 | |
*** docaedo has quit IRC | 00:55 | |
*** toddjohn has quit IRC | 00:57 | |
*** bobh has quit IRC | 00:58 | |
*** docaedo has joined #openstack-mistral | 01:01 | |
*** bobh has joined #openstack-mistral | 01:11 | |
*** docaedo has quit IRC | 01:24 | |
*** docaedo has joined #openstack-mistral | 01:30 | |
*** bobh has quit IRC | 02:08 | |
ge | Hi, some help..! | 04:33 |
---|---|---|
ge | i am looking at this doc on configuring mistral: http://docs.openstack.org/developer/mistral/guides/configuration_guide.html | 04:34 |
ge | Here, 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 workflowv2 | 04:36 |
ge | $ keystone endpoint-create --service_id mistral --publicurl $MISTRAL_URL --adminurl $MISTRAL_URL --internalurl $MISTRAL_URL | 04:36 |
ge | is this what i should do on the keystone server...? run those 2 commands 'keystone service-create/ endpoint-create' and register MISTRAL_URL ? | 04:37 |
ge | and, 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 guide | 05:51 |
hparekh_ | ge, For mistral dashboard for horizon please go through http://docs.openstack.org/developer/mistral/guides/dashboard_guide.html | 05:51 |
ge | Hi, thanks, i do have mistral running here (on a different machine than mistral server...) | 05:53 |
ge | if 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-mistral | 05:57 | |
*** toddjohn has quit IRC | 06: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-mistral | 06:36 | |
*** pbelamge has joined #openstack-mistral | 07:27 | |
*** chlong has quit IRC | 07:42 | |
*** toddjohn has joined #openstack-mistral | 07:58 | |
*** toddjohn has quit IRC | 08:03 | |
openstackgerrit | Thomas Herve proposed openstack/mistral: Reduce spec parsing some more https://review.openstack.org/292864 | 08:18 |
*** ig0r_ has quit IRC | 08:39 | |
*** hparekh_ has quit IRC | 08:42 | |
*** hparekh has joined #openstack-mistral | 08:44 | |
*** Ravikiran_K has joined #openstack-mistral | 08:58 | |
*** toddjohn has joined #openstack-mistral | 09:00 | |
*** toddjohn has quit IRC | 09:05 | |
*** therve has joined #openstack-mistral | 09:17 | |
therve | rakhmerov, I think you should stop on the recheck for a bit :) | 09:20 |
therve | There is an issue with the tests | 09:20 |
*** LimorStotland has joined #openstack-mistral | 09:25 | |
openstackgerrit | Thomas Herve proposed openstack/mistral: Fix compatibibility with WebOb 1.6.0 https://review.openstack.org/293342 | 09:44 |
openstackgerrit | Thomas Herve proposed openstack/mistral: Fix compatibility with WebOb 1.6.0 https://review.openstack.org/293342 | 09:45 |
*** openstackgerrit has quit IRC | 09:53 | |
*** openstackgerrit_ is now known as openstackgerrit | 09:53 | |
*** openstackgerrit has quit IRC | 09:53 | |
*** openstackgerrit_ has joined #openstack-mistral | 09:54 | |
*** openstackgerrit_ is now known as openstackgerrit | 09:54 | |
*** openstackgerrit_ has joined #openstack-mistral | 09:55 | |
*** openstackgerrit has quit IRC | 09:55 | |
*** openstackgerrit has joined #openstack-mistral | 09:56 | |
*** akrivoka has joined #openstack-mistral | 10:46 | |
*** toddjohn has joined #openstack-mistral | 10:53 | |
*** toddjohn has quit IRC | 10:58 | |
Ravikiran_K | Hi | 10:59 |
openstackgerrit | Thomas Herve proposed openstack/mistral: Fix compatibility with WebOb 1.6.0 https://review.openstack.org/293342 | 11:00 |
Ravikiran_K | how do i create a environment? can anyone have example | 11:02 |
*** openstackgerrit has quit IRC | 11:18 | |
*** openstackgerrit has joined #openstack-mistral | 11:18 | |
rakhmerov | therve: yes, I saw | 11:40 |
openstackgerrit | Thomas Herve proposed openstack/mistral: Fix compatibility with WebOb 1.6.0 https://review.openstack.org/293342 | 12:22 |
*** gpaz has joined #openstack-mistral | 12:41 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/mistral: Run mistral services as separate processes https://review.openstack.org/291704 | 12:56 |
*** ninag has joined #openstack-mistral | 12:57 | |
gpaz | Hello 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 |
nmakhotkin | hi, gpaz! | 13:01 |
gpaz | hi long time | 13:01 |
nmakhotkin | try to look at https://github.com/openstack/mistral/blob/a68b4c20f3e48cb29644291ad827689d8166e713/mistral/tests/unit/engine/test_environment.py#L71-L72 | 13:02 |
*** dprince has joined #openstack-mistral | 13:02 | |
gpaz | nmakhotkin, thanks alot I will take a look | 13:07 |
gpaz | :) | 13:07 |
nmakhotkin | when starting an execution, you can pass an environment inline or create it beforehand and pass only its name: | 13:09 |
nmakhotkin | mistral execution-create wf_name wf_input '{"env": {"var1": "val1"}}' or | 13:09 |
nmakhotkin | mistral execution-create wf_name wf_input '{"env": "env_name"}' | 13:10 |
nmakhotkin | gpaz, does it make sense? | 13:10 |
*** bobh has joined #openstack-mistral | 13:10 | |
gpaz | I thing it is .. and I m seeing to use I need YAQL expres' like env().var | 13:11 |
gpaz | nmakhotkin, many thanks | 13:11 |
nmakhotkin | gpaz, yes, in DSL, just use env().var_name to retrieve specific variable in env | 13:12 |
nmakhotkin | as a YAQL expression | 13:12 |
*** kro_sinus_hell is now known as krot_sinus_purga | 13:15 | |
*** krot_sinus_purga is now known as kro_sniffles | 13:15 | |
*** ig0r_ has joined #openstack-mistral | 13:24 | |
*** ninag has quit IRC | 13:34 | |
*** ninag has joined #openstack-mistral | 13:34 | |
*** d0ugal has quit IRC | 13:35 | |
*** d0ugal has joined #openstack-mistral | 13:35 | |
*** ninag_ has joined #openstack-mistral | 13:36 | |
*** ninag has quit IRC | 13:39 | |
*** pbelamge has quit IRC | 13:54 | |
*** toddjohn has joined #openstack-mistral | 13:56 | |
openstackgerrit | Merged openstack/mistral: Fix compatibility with WebOb 1.6.0 https://review.openstack.org/293342 | 14:28 |
openstackgerrit | Anastasia Kuznetsova proposed openstack/mistral: Run mistral services as separate processes https://review.openstack.org/291704 | 14:33 |
*** ninag_ has quit IRC | 14:55 | |
*** ninag has joined #openstack-mistral | 14:55 | |
*** ninag has quit IRC | 14:59 | |
*** ninag has joined #openstack-mistral | 15:31 | |
*** gyee has joined #openstack-mistral | 15:55 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Ack message after processing (oslo.messaging) https://review.openstack.org/279018 | 15:56 |
*** toddjohn has quit IRC | 16:21 | |
*** toddjohn has joined #openstack-mistral | 16:38 | |
openstackgerrit | Merged openstack/mistral: Ack message after processing (oslo.messaging) https://review.openstack.org/279018 | 16:42 |
*** aspiers has quit IRC | 17:12 | |
*** aspiers has joined #openstack-mistral | 17:17 | |
*** ninag has quit IRC | 17:42 | |
*** ninag has joined #openstack-mistral | 17:43 | |
*** ninag has quit IRC | 17:47 | |
*** toddjohn has quit IRC | 17:57 | |
*** bhaskarduvvuri has joined #openstack-mistral | 17:57 | |
*** toddjohn has joined #openstack-mistral | 17:58 | |
*** ninag has joined #openstack-mistral | 18:03 | |
*** ninag has quit IRC | 18:04 | |
*** ninag has joined #openstack-mistral | 18:05 | |
*** ninag has quit IRC | 18:09 | |
*** ninag has joined #openstack-mistral | 18:25 | |
*** ninag has quit IRC | 18:33 | |
*** ninag has joined #openstack-mistral | 18:33 | |
*** ninag has quit IRC | 18:34 | |
*** ninag has joined #openstack-mistral | 18:34 | |
*** ninag has quit IRC | 18:40 | |
*** harlowja has joined #openstack-mistral | 19:04 | |
*** toddjohn has quit IRC | 19:12 | |
*** ninag has joined #openstack-mistral | 19:15 | |
*** ninag has quit IRC | 19:19 | |
*** kro_sniffles is now known as kro_mnckn_doc | 19:27 | |
*** ninag has joined #openstack-mistral | 19:36 | |
*** harlowja has quit IRC | 19:46 | |
*** toddjohn has joined #openstack-mistral | 19:49 | |
*** toddjohn has quit IRC | 19:54 | |
*** ig0r_ has quit IRC | 19:55 | |
*** toddjohn has joined #openstack-mistral | 20:15 | |
*** toddjohn has quit IRC | 20:28 | |
*** toddjohn has joined #openstack-mistral | 20:29 | |
*** toddjohn has quit IRC | 20:34 | |
*** ninag has quit IRC | 21:00 | |
*** bhaskarduvvuri has quit IRC | 21:01 | |
*** achanda has joined #openstack-mistral | 21:05 | |
*** kro_mnckn_doc has quit IRC | 21:19 | |
*** achanda has quit IRC | 21:24 | |
*** achanda has joined #openstack-mistral | 21:28 | |
*** dprince has quit IRC | 21:34 | |
*** achanda has quit IRC | 21:36 | |
*** achanda has joined #openstack-mistral | 21:47 | |
*** toddjohn has joined #openstack-mistral | 22:30 | |
*** chlong has joined #openstack-mistral | 22:32 | |
*** toddjohn has quit IRC | 22:35 | |
*** bobh has quit IRC | 22:59 | |
*** krotscheck has joined #openstack-mistral | 23:11 | |
*** toddjohn has joined #openstack-mistral | 23:30 | |
*** toddjohn has quit IRC | 23:35 | |
*** toddjohn has joined #openstack-mistral | 23:35 | |
*** achanda has quit IRC | 23:36 | |
*** toddjohn has quit IRC | 23:40 | |
*** akrivoka has quit IRC | 23:41 | |
*** chlong has quit IRC | 23:41 | |
*** gyee has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!