*** toddjohn has joined #openstack-mistral | 00:53 | |
*** toddjohn has quit IRC | 00:59 | |
*** saphi has joined #openstack-mistral | 01:11 | |
saphi | hi everybody. I am installing Openstack Mistral on Mitaka version. I created database and configured mistral.conf. After that I populate db but It has a problem. Log error: http://pastebin.com/TpANn2gD . please help me | 01:44 |
---|---|---|
*** cheneydc has joined #openstack-mistral | 01:53 | |
saphi | I have solved it | 02:04 |
*** bobh has joined #openstack-mistral | 02:33 | |
*** bobh has quit IRC | 02:48 | |
*** bobh has joined #openstack-mistral | 03:50 | |
*** bobh has quit IRC | 03:55 | |
rakhmerov | saphi: hi, good | 04:01 |
rakhmerov | jpeeler: hi, yes, on-error is designed for that | 04:06 |
rakhmerov | as far your first example, we need to look at how action is implemented | 04:07 |
rakhmerov | but basically yes, it should work just like that docstring says | 04:08 |
rakhmerov | jpeeler: if your action really throws an exception or returns Result(error=...) and on-error doesn't run it is a bug | 04:09 |
rakhmerov | but pls make sure that it really runs | 04:10 |
rakhmerov | jpeeler: I just checked a similar scenario, it works. And it's also covered by a bunch of tests | 04:15 |
rakhmerov | szaher: this is my conf that I used to use: http://paste.openstack.org/show/520546/ | 04:18 |
saphi | hi rakhmerov. I have a new problem. error here. http://pastebin.com/C6RU8yjb . My conf here http://pastebin.com/5XMBXxpX. @@ | 04:57 |
rakhmerov | saphi: did you set your env variables for the client? | 04:58 |
rakhmerov | OS_AUTH_URL etc. | 04:58 |
saphi | yes. I have setted it. | 04:58 |
rakhmerov | the conf you posted here is for the server | 04:58 |
rakhmerov | not for the client | 04:59 |
rakhmerov | what are your env vars then? | 04:59 |
saphi | my env vars: http://pastebin.com/iTWbibtV | 05:00 |
rakhmerov | you should source something like this: http://paste.openstack.org/show/520551/ | 05:00 |
rakhmerov | I see, not sure though that bunch of stuff is really needed | 05:01 |
rakhmerov | api version etc. | 05:01 |
rakhmerov | try to do similar to mine | 05:01 |
rakhmerov | and here is my server side conf: http://paste.openstack.org/show/520546/ | 05:02 |
rakhmerov | saphi: did you try that? | 05:05 |
rakhmerov | I have to be away for an hour, ping me whether you succeeded or not, I'll read later | 05:06 |
saphi | hi rakhmerov | 05:08 |
saphi | I'm trying that | 05:08 |
saphi | but I configured same to you both client side and server side. It still have error | 05:08 |
*** saphi has quit IRC | 05:33 | |
*** bobh has joined #openstack-mistral | 05:52 | |
*** bobh has quit IRC | 05:57 | |
rakhmerov | saphi: I don't know then, I guess something is wrong with your auth settings | 06:03 |
rakhmerov | either credentials or auth url | 06:03 |
rakhmerov | please verify them | 06:03 |
rakhmerov | saphi: as I remember, it's critical to have exactly this form for auth_uri: http://172.16.40.137:5000/v3/ | 06:05 |
rakhmerov | v3 and last slash also | 06:06 |
rakhmerov | maybe also you don't have a registered endpoint for Mistral in Keystone | 06:09 |
rakhmerov | saphi: port is usually 5000, not 35357, make sure to check that too | 06:16 |
*** saphi has joined #openstack-mistral | 06:53 | |
*** saphi has quit IRC | 07:00 | |
*** jtomasek has joined #openstack-mistral | 07:11 | |
*** saphi has joined #openstack-mistral | 07:13 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: WIP: Custom actions API specification https://review.openstack.org/325769 | 07:54 |
*** Ravikiran_K has joined #openstack-mistral | 07:54 | |
*** bobh has joined #openstack-mistral | 07:54 | |
*** bobh has quit IRC | 07:59 | |
openstackgerrit | Dougal Matthews proposed openstack/mistral: [WIP] Don't create actions if they don't exist when updating https://review.openstack.org/331554 | 08:31 |
openstackgerrit | Dougal Matthews proposed openstack/mistral: [WIP] Don't create actions if they don't exist when updating https://review.openstack.org/331554 | 08:39 |
d0ugal | rakhmerov: ping, I would be interested in feedback on ^ if you have a moment | 08:44 |
rakhmerov | d0ugal: hi, sure | 08:44 |
d0ugal | Just to check I am taking the correct approach :) still learning the code. | 08:45 |
rakhmerov | d0ugal: yeah, no problem | 08:45 |
rakhmerov | btw, just in case you're not aware: CI is now down | 08:45 |
d0ugal | Yeah, I noticed :( | 08:45 |
rakhmerov | they are rebuilding zuul | 08:45 |
rakhmerov | ok | 08:45 |
d0ugal | I guess that will take some time. | 08:46 |
rakhmerov | they said "soon" :) | 08:46 |
*** mgershen has quit IRC | 08:47 | |
rakhmerov | d0ugal: where does that run_in_tx come from? | 08:50 |
d0ugal | rakhmerov: https://github.com/openstack/mistral/blob/master/mistral/services/action_manager.py#L48 | 09:05 |
d0ugal | I don't understand why you would not want to use a transaction tho' :) | 09:05 |
rakhmerov | yeah, I already found | 09:05 |
rakhmerov | I left my comments | 09:05 |
d0ugal | rakhmerov: Thanks | 09:05 |
rakhmerov | that place is messed up I think (not your fault though) | 09:06 |
rakhmerov | with run_in_tx=True | 09:06 |
d0ugal | I'll look shortly, just going to take the dog out for a short walk first. | 09:06 |
rakhmerov | :))) | 09:06 |
rakhmerov | sounds good | 09:06 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: WIP: Custom actions API specification https://review.openstack.org/325769 | 09:20 |
*** kinhvan017 has joined #openstack-mistral | 09:48 | |
*** kinhvan017 has quit IRC | 09:50 | |
saphi | hi rakhmerov. I have a problem. mistral-api log: http://pastebin.com/t6pDcbws server config: http://pastebin.com/pxLeUxAW and env vars on client: http://pastebin.com/FpJBnk2v. please help me | 09:54 |
rakhmerov | saphi: did you solve the previous one? | 09:55 |
*** cheneydc has quit IRC | 09:55 | |
*** bobh has joined #openstack-mistral | 09:56 | |
rakhmerov | oh, it's the same | 09:56 |
saphi | yes. I add two parameters about domain in mistraclient to fix previous problem | 09:57 |
rakhmerov | saphi: notice that your server tries to connect Keystone using v2 API, not v3 | 09:58 |
rakhmerov | I think this is the reason | 09:58 |
*** bobh has quit IRC | 10:00 | |
saphi | yes. I think so. And how to resolve it. The document say: mistral only using keystone V3 but It call V2 | 10:01 |
rakhmerov | saphi: try to 1) remove "identity_uri" 2) add a slash on the end of auth_uri 3) add auth_port=5000 and auth_protocol=http | 10:01 |
rakhmerov | but I think 3) is not necessary | 10:01 |
rakhmerov | saphi: using V2 with Mistral is strongly discouraged | 10:02 |
rakhmerov | and it's not really supported well | 10:02 |
rakhmerov | use v3 | 10:02 |
rakhmerov | saphi: ok, try what I suggested and get back to me | 10:03 |
*** kinhvan017 has joined #openstack-mistral | 10:04 | |
rakhmerov | but v3 API should be enabled in Keystone | 10:04 |
kinhvan017 | hi eakhmerov, i work with saphi :). nice to meet you | 10:05 |
kinhvan017 | we use mitaka version | 10:05 |
kinhvan017 | keystone v3 is default. | 10:05 |
d0ugal | Does mistral have a mid-cycle event? | 10:28 |
* d0ugal just noticed the Ironic one starts today | 10:28 | |
rakhmerov | kinhvan017: ok | 10:29 |
rakhmerov | d0ugal: not yet :) | 10:30 |
rakhmerov | d0ugal: we're not so big yet but we may become | 10:30 |
rakhmerov | working on that! | 10:30 |
d0ugal | rakhmerov: Ironic has a "virtual midcycle" that might work for a smaller team | 10:30 |
d0ugal | Hopefully we can help with it too :) | 10:30 |
rakhmerov | ooh, ok | 10:30 |
rakhmerov | well, maybe we should start with the next cycle | 10:31 |
d0ugal | +1 | 10:32 |
*** kinhvan017 has quit IRC | 10:44 | |
openstackgerrit | Merged openstack/mistral: Fixed get_actions_list script to get designate actions https://review.openstack.org/330983 | 10:46 |
*** saphi has quit IRC | 10:49 | |
*** mgershen has joined #openstack-mistral | 10:55 | |
*** Ravikiran_K has quit IRC | 10:58 | |
*** apsarshaik has joined #openstack-mistral | 11:04 | |
*** apsarshaik has left #openstack-mistral | 11:08 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: Custom actions API specification https://review.openstack.org/325769 | 11:09 |
*** apsarshaik has joined #openstack-mistral | 11:10 | |
*** mgershen has quit IRC | 11:12 | |
*** dprince has joined #openstack-mistral | 11:16 | |
*** dprince has quit IRC | 11:21 | |
*** apsarshaik has quit IRC | 11:34 | |
*** apsarshaik has joined #openstack-mistral | 11:41 | |
*** mgershen has joined #openstack-mistral | 11:43 | |
*** mgershen is now known as _mgershen | 11:49 | |
*** dprince has joined #openstack-mistral | 11:56 | |
*** bobh has joined #openstack-mistral | 11:58 | |
*** bobh has quit IRC | 12:02 | |
openstackgerrit | Xavier Hardy proposed openstack/mistral: Fix API inconsistencies with GET /v2/workflows https://review.openstack.org/321016 | 12:14 |
*** jpeeler has quit IRC | 12:16 | |
*** _mgershen has quit IRC | 12:20 | |
*** enykeev has quit IRC | 12:21 | |
*** mgershen has joined #openstack-mistral | 12:22 | |
*** enykeev has joined #openstack-mistral | 12:23 | |
*** jpeeler has joined #openstack-mistral | 12:23 | |
*** mgershen has quit IRC | 12:23 | |
jpeeler | rakhmerov: thanks for looking into it, but I realized and reported that it was user error earlier. Hopefully you didn't waste too much time. | 12:30 |
*** toddjohn has joined #openstack-mistral | 12:33 | |
*** apsarshaik has quit IRC | 12:37 | |
*** Ravikiran_K has joined #openstack-mistral | 12:45 | |
openstackgerrit | Xavier Hardy proposed openstack/mistral: Fix API inconsistencies with GET /v2/workflows https://review.openstack.org/321016 | 13:11 |
*** saphi has joined #openstack-mistral | 13:28 | |
*** mgershen has joined #openstack-mistral | 13:33 | |
*** bobh has joined #openstack-mistral | 13:43 | |
openstackgerrit | Dawid Deja proposed openstack/mistral: New RPC layer implementation https://review.openstack.org/194117 | 13:45 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Integrating new RPC layer with Mistral https://review.openstack.org/197563 | 13:45 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Make RPC implementation configurable https://review.openstack.org/197562 | 13:45 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Adding OsloRPC server and client https://review.openstack.org/197561 | 13:45 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Add tests for Kombu driver https://review.openstack.org/330483 | 13:45 |
*** bobh has quit IRC | 13:47 | |
*** bobh has joined #openstack-mistral | 13:47 | |
*** mgershen has quit IRC | 13:56 | |
*** bobh has quit IRC | 14:14 | |
rakhmerov | jpeeler: no problem :) | 14:21 |
*** apsarshaik has joined #openstack-mistral | 14:22 | |
*** apsarshaik has quit IRC | 14:24 | |
openstackgerrit | hardik proposed openstack/mistral: Fixed fake clients of glance and designate https://review.openstack.org/331699 | 14:33 |
*** tonytan4ever has joined #openstack-mistral | 14:34 | |
*** saphi has quit IRC | 14:55 | |
*** rrecio has joined #openstack-mistral | 14:57 | |
*** bobh has joined #openstack-mistral | 14:59 | |
*** bobh has quit IRC | 15:00 | |
*** bobh has joined #openstack-mistral | 15:00 | |
*** apsarshaik has joined #openstack-mistral | 15:07 | |
*** saphi has joined #openstack-mistral | 15:08 | |
*** dprince has quit IRC | 15:13 | |
*** tonytan4ever has quit IRC | 15:24 | |
*** saphi has quit IRC | 15:42 | |
*** Ravikiran_K has quit IRC | 15:47 | |
*** gyee has joined #openstack-mistral | 15:50 | |
d0ugal | Has the Mistral meeting always been at this time? | 15:51 |
d0ugal | well, in ~9mins :) | 15:51 |
* d0ugal wishes it were an hour earlier | 15:51 | |
ddeja | d0ugal: it always was at 16 UTC | 15:51 |
d0ugal | ah, so it will be an hour earlier in the winter at least :) | 15:52 |
ddeja | d0ugal: yup | 15:53 |
*** mgershen has joined #openstack-mistral | 16:01 | |
*** dprince has joined #openstack-mistral | 16:28 | |
*** apsarshaik has quit IRC | 16:48 | |
*** apsarshaik has joined #openstack-mistral | 16:48 | |
*** toddjohn has quit IRC | 17:05 | |
*** mgershen has quit IRC | 17:22 | |
*** dprince has quit IRC | 17:35 | |
*** dprince has joined #openstack-mistral | 17:35 | |
*** toddjohn has joined #openstack-mistral | 17:48 | |
*** toddjohn has quit IRC | 17:52 | |
*** toddjohn has joined #openstack-mistral | 18:01 | |
*** jtomasek has quit IRC | 18:09 | |
*** toddjohn has quit IRC | 18:14 | |
*** toddjohn has joined #openstack-mistral | 18:16 | |
*** dprince has quit IRC | 18:31 | |
*** dprince has joined #openstack-mistral | 18:32 | |
*** toddjohn has quit IRC | 18:38 | |
*** toddjohn has joined #openstack-mistral | 18:38 | |
*** apsarshaik has quit IRC | 18:42 | |
*** apsarshaik has joined #openstack-mistral | 18:42 | |
*** toddjohn has quit IRC | 18:42 | |
*** toddjohn has joined #openstack-mistral | 18:44 | |
*** toddjohn_ has joined #openstack-mistral | 18:46 | |
*** toddjohn has quit IRC | 18:48 | |
*** dprince has quit IRC | 19:02 | |
*** gyee has quit IRC | 19:45 | |
*** tonytan4ever has joined #openstack-mistral | 20:19 | |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 20:22 |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 20:25 |
*** toddjohn_ has quit IRC | 20:26 | |
*** gyee has joined #openstack-mistral | 20:33 | |
*** toddjohn has joined #openstack-mistral | 21:25 | |
*** toddjohn has quit IRC | 21:29 | |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 21:41 |
*** tonytan4ever has quit IRC | 21:54 | |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 22:04 |
*** tonytan4ever has joined #openstack-mistral | 22:05 | |
*** bobh has quit IRC | 22:05 | |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 22:06 |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 22:08 |
*** toddjohn has joined #openstack-mistral | 22:29 | |
*** toddjohn has quit IRC | 22:33 | |
*** tonytan4ever has quit IRC | 22:48 | |
openstackgerrit | Shaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral https://review.openstack.org/331827 | 22:51 |
*** gyee has quit IRC | 22:58 | |
*** bobh_ has joined #openstack-mistral | 23:27 | |
*** chlong has joined #openstack-mistral | 23:51 | |
*** chlong is now known as chlong|rhce_trng | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!