Monday, 2016-06-20

*** toddjohn has joined #openstack-mistral00:53
*** toddjohn has quit IRC00:59
*** saphi has joined #openstack-mistral01:11
saphihi 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 me01:44
*** cheneydc has joined #openstack-mistral01:53
saphiI have solved it02:04
*** bobh has joined #openstack-mistral02:33
*** bobh has quit IRC02:48
*** bobh has joined #openstack-mistral03:50
*** bobh has quit IRC03:55
rakhmerovsaphi: hi, good04:01
rakhmerovjpeeler: hi, yes, on-error is designed for that04:06
rakhmerovas far your first example, we need to look at how action is implemented04:07
rakhmerovbut basically yes, it should work just like that docstring says04:08
rakhmerovjpeeler: if your action really throws an exception or returns Result(error=...) and on-error doesn't run it is a bug04:09
rakhmerovbut pls make sure that it really runs04:10
rakhmerovjpeeler: I just checked a similar scenario, it works. And it's also covered by a bunch of tests04:15
rakhmerovszaher: this is my conf that I used to use: http://paste.openstack.org/show/520546/04:18
saphihi rakhmerov. I have a new problem. error here. http://pastebin.com/C6RU8yjb . My conf here http://pastebin.com/5XMBXxpX. @@04:57
rakhmerovsaphi: did you set your env variables for the client?04:58
rakhmerovOS_AUTH_URL etc.04:58
saphiyes. I have setted it.04:58
rakhmerovthe conf you posted here is for the server04:58
rakhmerovnot for the client04:59
rakhmerovwhat are your env vars then?04:59
saphimy env vars: http://pastebin.com/iTWbibtV05:00
rakhmerovyou should source something like this: http://paste.openstack.org/show/520551/05:00
rakhmerovI see, not sure though that bunch of stuff is really needed05:01
rakhmerovapi version etc.05:01
rakhmerovtry to do similar to mine05:01
rakhmerovand here is my server side conf: http://paste.openstack.org/show/520546/05:02
rakhmerovsaphi: did you try that?05:05
rakhmerovI have to be away for an hour, ping me whether you succeeded or not, I'll read later05:06
saphihi rakhmerov05:08
saphiI'm trying that05:08
saphibut I configured same to you both client side and server side. It still have error05:08
*** saphi has quit IRC05:33
*** bobh has joined #openstack-mistral05:52
*** bobh has quit IRC05:57
rakhmerovsaphi: I don't know then, I guess something is wrong with your auth settings06:03
rakhmeroveither credentials or auth url06:03
rakhmerovplease verify them06:03
rakhmerovsaphi: as I remember, it's critical to have exactly this form for auth_uri: http://172.16.40.137:5000/v3/06:05
rakhmerovv3 and last slash also06:06
rakhmerovmaybe also you don't have a registered endpoint for Mistral in Keystone06:09
rakhmerovsaphi: port is usually 5000, not 35357, make sure to check that too06:16
*** saphi has joined #openstack-mistral06:53
*** saphi has quit IRC07:00
*** jtomasek has joined #openstack-mistral07:11
*** saphi has joined #openstack-mistral07:13
openstackgerritRenat Akhmerov proposed openstack/mistral-specs: WIP: Custom actions API specification  https://review.openstack.org/32576907:54
*** Ravikiran_K has joined #openstack-mistral07:54
*** bobh has joined #openstack-mistral07:54
*** bobh has quit IRC07:59
openstackgerritDougal Matthews proposed openstack/mistral: [WIP] Don't create actions if they don't exist when updating  https://review.openstack.org/33155408:31
openstackgerritDougal Matthews proposed openstack/mistral: [WIP] Don't create actions if they don't exist when updating  https://review.openstack.org/33155408:39
d0ugalrakhmerov: ping, I would be interested in feedback on ^ if you have a moment08:44
rakhmerovd0ugal: hi, sure08:44
d0ugalJust to check I am taking the correct approach :) still learning the code.08:45
rakhmerovd0ugal: yeah, no problem08:45
rakhmerovbtw, just in case you're not aware: CI is now down08:45
d0ugalYeah, I noticed :(08:45
rakhmerovthey are rebuilding zuul08:45
rakhmerovok08:45
d0ugalI guess that will take some time.08:46
rakhmerovthey said "soon" :)08:46
*** mgershen has quit IRC08:47
rakhmerovd0ugal: where does that run_in_tx come from?08:50
d0ugalrakhmerov: https://github.com/openstack/mistral/blob/master/mistral/services/action_manager.py#L4809:05
d0ugalI don't understand why you would not want to use a transaction tho' :)09:05
rakhmerovyeah, I already found09:05
rakhmerovI left my comments09:05
d0ugalrakhmerov: Thanks09:05
rakhmerovthat place is messed up I think (not your fault though)09:06
rakhmerovwith run_in_tx=True09:06
d0ugalI'll look shortly, just going to take the dog out for a short walk first.09:06
rakhmerov:)))09:06
rakhmerovsounds good09:06
openstackgerritRenat Akhmerov proposed openstack/mistral-specs: WIP: Custom actions API specification  https://review.openstack.org/32576909:20
*** kinhvan017 has joined #openstack-mistral09:48
*** kinhvan017 has quit IRC09:50
saphihi 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 me09:54
rakhmerovsaphi: did you solve the previous one?09:55
*** cheneydc has quit IRC09:55
*** bobh has joined #openstack-mistral09:56
rakhmerovoh, it's the same09:56
saphiyes. I add two parameters about domain in mistraclient to fix previous problem09:57
rakhmerovsaphi: notice that your server tries to connect Keystone using v2 API, not v309:58
rakhmerovI think this is the reason09:58
*** bobh has quit IRC10:00
saphiyes. I think so. And how to resolve it. The document say: mistral only using keystone V3 but It call V210:01
rakhmerovsaphi: try to 1) remove "identity_uri" 2) add a slash on the end of auth_uri 3) add auth_port=5000 and auth_protocol=http10:01
rakhmerovbut I think 3) is not necessary10:01
rakhmerovsaphi: using V2 with Mistral is strongly discouraged10:02
rakhmerovand it's not really supported well10:02
rakhmerovuse v310:02
rakhmerovsaphi: ok, try what I suggested and get back to me10:03
*** kinhvan017 has joined #openstack-mistral10:04
rakhmerovbut v3 API should be enabled in Keystone10:04
kinhvan017hi eakhmerov, i work with saphi :). nice to meet you10:05
kinhvan017we use mitaka version10:05
kinhvan017keystone v3 is default.10:05
d0ugalDoes mistral have a mid-cycle event?10:28
* d0ugal just noticed the Ironic one starts today10:28
rakhmerovkinhvan017: ok10:29
rakhmerovd0ugal: not yet :)10:30
rakhmerovd0ugal: we're not so big yet but we may become10:30
rakhmerovworking on that!10:30
d0ugalrakhmerov: Ironic has a "virtual midcycle" that might work for a smaller team10:30
d0ugalHopefully we can help with it too :)10:30
rakhmerovooh, ok10:30
rakhmerovwell, maybe we should start with the next cycle10:31
d0ugal+110:32
*** kinhvan017 has quit IRC10:44
openstackgerritMerged openstack/mistral: Fixed get_actions_list script to get designate actions  https://review.openstack.org/33098310:46
*** saphi has quit IRC10:49
*** mgershen has joined #openstack-mistral10:55
*** Ravikiran_K has quit IRC10:58
*** apsarshaik has joined #openstack-mistral11:04
*** apsarshaik has left #openstack-mistral11:08
openstackgerritRenat Akhmerov proposed openstack/mistral-specs: Custom actions API specification  https://review.openstack.org/32576911:09
*** apsarshaik has joined #openstack-mistral11:10
*** mgershen has quit IRC11:12
*** dprince has joined #openstack-mistral11:16
*** dprince has quit IRC11:21
*** apsarshaik has quit IRC11:34
*** apsarshaik has joined #openstack-mistral11:41
*** mgershen has joined #openstack-mistral11:43
*** mgershen is now known as _mgershen11:49
*** dprince has joined #openstack-mistral11:56
*** bobh has joined #openstack-mistral11:58
*** bobh has quit IRC12:02
openstackgerritXavier Hardy proposed openstack/mistral: Fix API inconsistencies with GET /v2/workflows  https://review.openstack.org/32101612:14
*** jpeeler has quit IRC12:16
*** _mgershen has quit IRC12:20
*** enykeev has quit IRC12:21
*** mgershen has joined #openstack-mistral12:22
*** enykeev has joined #openstack-mistral12:23
*** jpeeler has joined #openstack-mistral12:23
*** mgershen has quit IRC12:23
jpeelerrakhmerov: 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-mistral12:33
*** apsarshaik has quit IRC12:37
*** Ravikiran_K has joined #openstack-mistral12:45
openstackgerritXavier Hardy proposed openstack/mistral: Fix API inconsistencies with GET /v2/workflows  https://review.openstack.org/32101613:11
*** saphi has joined #openstack-mistral13:28
*** mgershen has joined #openstack-mistral13:33
*** bobh has joined #openstack-mistral13:43
openstackgerritDawid Deja proposed openstack/mistral: New RPC layer implementation  https://review.openstack.org/19411713:45
openstackgerritDawid Deja proposed openstack/mistral: Integrating new RPC layer with Mistral  https://review.openstack.org/19756313:45
openstackgerritDawid Deja proposed openstack/mistral: Make RPC implementation configurable  https://review.openstack.org/19756213:45
openstackgerritDawid Deja proposed openstack/mistral: Adding OsloRPC server and client  https://review.openstack.org/19756113:45
openstackgerritDawid Deja proposed openstack/mistral: Add tests for Kombu driver  https://review.openstack.org/33048313:45
*** bobh has quit IRC13:47
*** bobh has joined #openstack-mistral13:47
*** mgershen has quit IRC13:56
*** bobh has quit IRC14:14
rakhmerovjpeeler: no problem :)14:21
*** apsarshaik has joined #openstack-mistral14:22
*** apsarshaik has quit IRC14:24
openstackgerrithardik proposed openstack/mistral: Fixed fake clients of glance and designate  https://review.openstack.org/33169914:33
*** tonytan4ever has joined #openstack-mistral14:34
*** saphi has quit IRC14:55
*** rrecio has joined #openstack-mistral14:57
*** bobh has joined #openstack-mistral14:59
*** bobh has quit IRC15:00
*** bobh has joined #openstack-mistral15:00
*** apsarshaik has joined #openstack-mistral15:07
*** saphi has joined #openstack-mistral15:08
*** dprince has quit IRC15:13
*** tonytan4ever has quit IRC15:24
*** saphi has quit IRC15:42
*** Ravikiran_K has quit IRC15:47
*** gyee has joined #openstack-mistral15:50
d0ugalHas the Mistral meeting always been at this time?15:51
d0ugalwell, in ~9mins :)15:51
* d0ugal wishes it were an hour earlier15:51
ddejad0ugal: it always was at 16 UTC15:51
d0ugalah, so it will be an hour earlier in the winter at least :)15:52
ddejad0ugal: yup15:53
*** mgershen has joined #openstack-mistral16:01
*** dprince has joined #openstack-mistral16:28
*** apsarshaik has quit IRC16:48
*** apsarshaik has joined #openstack-mistral16:48
*** toddjohn has quit IRC17:05
*** mgershen has quit IRC17:22
*** dprince has quit IRC17:35
*** dprince has joined #openstack-mistral17:35
*** toddjohn has joined #openstack-mistral17:48
*** toddjohn has quit IRC17:52
*** toddjohn has joined #openstack-mistral18:01
*** jtomasek has quit IRC18:09
*** toddjohn has quit IRC18:14
*** toddjohn has joined #openstack-mistral18:16
*** dprince has quit IRC18:31
*** dprince has joined #openstack-mistral18:32
*** toddjohn has quit IRC18:38
*** toddjohn has joined #openstack-mistral18:38
*** apsarshaik has quit IRC18:42
*** apsarshaik has joined #openstack-mistral18:42
*** toddjohn has quit IRC18:42
*** toddjohn has joined #openstack-mistral18:44
*** toddjohn_ has joined #openstack-mistral18:46
*** toddjohn has quit IRC18:48
*** dprince has quit IRC19:02
*** gyee has quit IRC19:45
*** tonytan4ever has joined #openstack-mistral20:19
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182720:22
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182720:25
*** toddjohn_ has quit IRC20:26
*** gyee has joined #openstack-mistral20:33
*** toddjohn has joined #openstack-mistral21:25
*** toddjohn has quit IRC21:29
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182721:41
*** tonytan4ever has quit IRC21:54
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182722:04
*** tonytan4ever has joined #openstack-mistral22:05
*** bobh has quit IRC22:05
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182722:06
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182722:08
*** toddjohn has joined #openstack-mistral22:29
*** toddjohn has quit IRC22:33
*** tonytan4ever has quit IRC22:48
openstackgerritShaik Apsar proposed openstack/mistral: [WIP] Add tacker actions in mistral  https://review.openstack.org/33182722:51
*** gyee has quit IRC22:58
*** bobh_ has joined #openstack-mistral23:27
*** chlong has joined #openstack-mistral23:51
*** chlong is now known as chlong|rhce_trng23:52

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