*** cheneydc has joined #openstack-mistral | 00:55 | |
*** harlowja has joined #openstack-mistral | 02:29 | |
*** toddjohn_ has joined #openstack-mistral | 04:21 | |
*** toddjohn_ has quit IRC | 04:25 | |
*** docaedo has quit IRC | 05:14 | |
*** docaedo has joined #openstack-mistral | 05:30 | |
*** docaedo has quit IRC | 05:45 | |
*** docaedo has joined #openstack-mistral | 06:05 | |
*** cheneydc has quit IRC | 06:09 | |
*** docaedo has quit IRC | 06:10 | |
*** cheneydc has joined #openstack-mistral | 06:23 | |
*** LimorStotland has joined #openstack-mistral | 06:34 | |
*** LimorStotland has quit IRC | 06:35 | |
*** docaedo has joined #openstack-mistral | 06:35 | |
*** nmakhotkin has quit IRC | 06:41 | |
*** docaedo has quit IRC | 06:45 | |
ge | Hi ! needed some help with mistral on mitaka...can someone here pls see if there is something obvious i overlooked in my settings | 06:54 |
---|---|---|
ge | i have the scheduler running on node mistral01, and the horizon running on node horizon01 | 06:55 |
ge | i could query for workflow-list and things from either mistral01 or horizon01 machine | 06:55 |
ge | but when i click this through the horizon dashboard...i see the look goes against localhost:8989 instead of the target machine mistral01 | 06:56 |
ge | i had the exact problem with liberty install, and somehow had it resolved : ) | 06:56 |
ge | i am a little lost how do set the OS_MISTRAL_URL for the horizon dashboard | 06:57 |
ge | when i do 'keystone endpoint-list' from the horizon01 machine, it lists mistral service with the right public/internal/adminurls (as http://11.22.33.44:8989/v2 ) | 07:00 |
ge | (querying works from mistralclient, but not from the horizon dashboard...the url is shown as localhost on the dashboard) | 07:02 |
mflobo | ge, probably you did not set the proper MISTRAL_URL pointing to your mistral01 | 07:02 |
ge | thank you, but where do i need to set this for the dashboard... | 07:03 |
mflobo | in the openrc for mistralclient you have to set the MISTRAL_URL | 07:03 |
mflobo | ge, did you check in local_settings file? | 07:03 |
mflobo | ge, I'm not sure | 07:04 |
ge | for the CLI/ mistralclient, i had it set explicitly and it works | 07:04 |
ge | ok, let me double check local_settings.py | 07:04 |
ge | it seems to me that the dashboard is not picking up the the url-s setup in the db...but instead goes with a default localhost:8989 | 07:05 |
ge | (let me check local_settings.py...don't remember seeing any settings for mistral url there) | 07:06 |
mflobo | ge, other way, did you add the mistral service to keystone? | 07:06 |
ge | yes you mean via 'keystone service-create...' and 'keystone endpoint-create...' ? yes i did | 07:07 |
mflobo | ge, yes, ok | 07:07 |
mflobo | mmmm, probably is a bug in mistral-dashboard... | 07:08 |
mflobo | the MISTRAL_URL should be configurable | 07:08 |
mflobo | not always localhost | 07:08 |
ge | does the region value matter...all other endpoints have RegionOne, while the default value picked up at 'endpoint-create' was "regionOne" (with a lowercase "r" for the "RegionOne") | 07:09 |
mflobo | ge, ahh, I see | 07:10 |
ge | mflobo: the thing is, i had the same exact settings for endpoints in the db and the local_settings.py with liberty....and somehow it worked | 07:11 |
mflobo | ge, if you think this is a miss behavior, please send a bug report | 07:12 |
ge | hmm ok but i think its just my settings | 07:13 |
ge | so will check a little more | 07:13 |
ge | mflobo: the thing is...in the local_settings.py file, i had | 07:31 |
ge | OPENSTACK_API_VERSIONS = { 'identity': 3, } | 07:31 |
ge | and | 07:31 |
ge | OPENSTACK_KEYSTONE_URL = "http://10.32.85.104:5000/v3" | 07:31 |
ge | when i changed it to 2.0 and http://10.32.85.104:5000/v2.0 | 07:31 |
ge | things started working ! | 07:31 |
mflobo | ge, oh, interesting | 07:32 |
ge | This is the setting that i had in my liberty install as well | 07:32 |
ge | i thought i am supposed to use v3 not v2.0 (going by the documents....) | 07:32 |
ge | not sure why it is working v2.0 | 07:33 |
ge | thanks for checking/ suggesting that i check local_settings.py (last time i ignored this setting and left it as v3 as the docs always mentioned we need v3) | 07:33 |
ge | lets see | 07:34 |
mflobo | ge, me neither, but I'd report this issue just in case is not just your configuration | 07:34 |
mflobo | ge, I've never managed mistra-dashboard, only the mistralclient | 07:35 |
*** docaedo has joined #openstack-mistral | 07:35 | |
ge | ok thank you, yes this was the default setting from the mistral-dashboard (i am on centos 7.2..not sure if it matters) | 07:35 |
ge | mflobo: it was straightforward in some ways (getting dashboard in place was easy actually...except for this one single config) | 07:36 |
mflobo | ge, I see | 07:36 |
*** dmk0202 has joined #openstack-mistral | 08:10 | |
ge | mflobo: can i ask a general question on the mistral features..specifically workflow | 08:12 |
ge | in a directed graph, like shown in the yaml examples...lets say a task failed and the workflow has stopped executed (paused...) | 08:13 |
mflobo | ge, I'm just starting with mistral :) so I'm not a mistral expert | 08:13 |
ge | can i re-run the failed task, and have the rest of the workflow resumed | 08:13 |
ge | : ) ok thanks | 08:13 |
mflobo | ge, I don't have the answer for that, sorry :) | 08:14 |
ge | mflobo: understand, no worries : ) | 08:14 |
*** toddjohn_ has joined #openstack-mistral | 08:22 | |
*** toddjohn_ has quit IRC | 08:26 | |
*** szaher has quit IRC | 08:37 | |
*** szaher has joined #openstack-mistral | 08:39 | |
*** szaher has quit IRC | 09:14 | |
*** szaher has joined #openstack-mistral | 09:14 | |
*** szaher has quit IRC | 09:30 | |
*** szaher has joined #openstack-mistral | 09:33 | |
*** cheneydc has quit IRC | 09:59 | |
*** harlowja has quit IRC | 10:02 | |
*** cheneydc has joined #openstack-mistral | 12:26 | |
*** cheneydc has quit IRC | 12:26 | |
*** toddjohn_ has joined #openstack-mistral | 12:43 | |
*** toddjohn_ has quit IRC | 13:01 | |
*** toddjohn_ has joined #openstack-mistral | 13:01 | |
*** toddjohn_ has quit IRC | 13:06 | |
*** toddjohn_ has joined #openstack-mistral | 13:34 | |
*** Ephur has joined #openstack-mistral | 13:45 | |
*** bobh has joined #openstack-mistral | 13:45 | |
*** mandre has quit IRC | 13:52 | |
*** mandre has joined #openstack-mistral | 13:54 | |
*** bobh has quit IRC | 14:06 | |
*** bobh has joined #openstack-mistral | 14:20 | |
*** bobh has quit IRC | 14:21 | |
*** szaher has quit IRC | 14:27 | |
*** szaher has joined #openstack-mistral | 14:28 | |
*** szaher has quit IRC | 14:34 | |
*** szaher has joined #openstack-mistral | 14:36 | |
*** szaher has quit IRC | 14:46 | |
*** szaher has joined #openstack-mistral | 14:48 | |
*** dmk0202 has quit IRC | 15:06 | |
*** rbrady has joined #openstack-mistral | 15:17 | |
*** dmowrer has quit IRC | 15:28 | |
*** dmowrer has joined #openstack-mistral | 15:28 | |
*** toddjohn_ has quit IRC | 16:20 | |
*** rbrady has quit IRC | 16:58 | |
*** alejandrito has joined #openstack-mistral | 18:00 | |
*** alejandrito_ has joined #openstack-mistral | 18:03 | |
*** alejandrito__ has joined #openstack-mistral | 18:04 | |
*** alejandrito_ has quit IRC | 18:19 | |
*** alejandrito has quit IRC | 18:19 | |
*** alejandrito__ has quit IRC | 18:19 | |
*** alejandrito has joined #openstack-mistral | 18:20 | |
*** toddjohn_ has joined #openstack-mistral | 18:20 | |
*** bobh has joined #openstack-mistral | 18:45 | |
*** bobh has quit IRC | 19:00 | |
*** rbrady has joined #openstack-mistral | 19:01 | |
*** tonytan4ever has joined #openstack-mistral | 19:02 | |
*** bobh has joined #openstack-mistral | 19:19 | |
*** rbrady has quit IRC | 20:04 | |
*** bobh has quit IRC | 20:04 | |
*** rbrady has joined #openstack-mistral | 20:05 | |
*** toddjohn_ has quit IRC | 20:09 | |
*** bobh has joined #openstack-mistral | 20:11 | |
*** rbrady has quit IRC | 20:30 | |
*** tonytan4ever has quit IRC | 20:44 | |
*** toddjohn_ has joined #openstack-mistral | 20:44 | |
*** toddjohn_ has quit IRC | 20:46 | |
*** toddjohn_ has joined #openstack-mistral | 20:46 | |
*** alejandrito has quit IRC | 21:34 | |
*** toddjohn_ has quit IRC | 21:40 | |
*** Ephur has quit IRC | 21:54 | |
*** bobh has quit IRC | 22:57 | |
*** dprince has joined #openstack-mistral | 23:15 | |
*** rbrady has joined #openstack-mistral | 23:18 | |
*** dprince has quit IRC | 23:24 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!