*** toddjohn has quit IRC | 00:12 | |
*** toddjohn has joined #openstack-mistral | 00:18 | |
*** tonytan4ever has quit IRC | 00:37 | |
*** toddjohn has quit IRC | 00:58 | |
*** cheneydc has joined #openstack-mistral | 01:05 | |
*** cheneydc has quit IRC | 01:06 | |
*** bobh has joined #openstack-mistral | 01:07 | |
*** toddjohn has joined #openstack-mistral | 01:08 | |
*** toddjohn has quit IRC | 01:16 | |
*** tonytan4ever has joined #openstack-mistral | 01:38 | |
*** tonytan4ever has quit IRC | 01:42 | |
*** chlong|mtg has joined #openstack-mistral | 01:57 | |
*** tonytan4ever has joined #openstack-mistral | 02:01 | |
*** tonytan_brb has joined #openstack-mistral | 02:04 | |
*** tonytan4ever has quit IRC | 02:07 | |
*** brian_price has quit IRC | 03:09 | |
*** krotscheck_ has joined #openstack-mistral | 03:12 | |
*** krotscheck has quit IRC | 03:13 | |
*** krotscheck_ is now known as krotscheck | 03:14 | |
*** tonytan_brb has quit IRC | 03:34 | |
*** jpeeler has quit IRC | 03:47 | |
*** jtomasek has quit IRC | 03:48 | |
*** bobh has quit IRC | 03:51 | |
*** jpeeler has joined #openstack-mistral | 03:53 | |
*** jpeeler has quit IRC | 03:53 | |
*** jpeeler has joined #openstack-mistral | 03:54 | |
*** jtomasek has joined #openstack-mistral | 03:59 | |
*** vishwanathj has quit IRC | 04:20 | |
*** vishwanathj has joined #openstack-mistral | 04:21 | |
*** janki has joined #openstack-mistral | 04:27 | |
*** tonytan4ever has joined #openstack-mistral | 04:34 | |
*** tonytan4ever has quit IRC | 04:39 | |
*** jaosorior has joined #openstack-mistral | 05:23 | |
*** SonalOjha has joined #openstack-mistral | 05:24 | |
rakhmerov | jaosorior: I usually do versioned | 05:41 |
---|---|---|
rakhmerov | in fact, Mistral doesn't support Keystone v2 now but we have some plans to do so | 05:41 |
*** evgenyl_ has joined #openstack-mistral | 05:44 | |
jaosorior | rakhmerov: you mean v3? | 05:44 |
jaosorior | as far as I've seen it doesn't support v3. Because of how tied it is to the v2.0 keystone catalog | 05:45 |
jaosorior | pretty much the whole utils.keystone should be removed | 05:45 |
jaosorior | I think | 05:45 |
jaosorior | but alright, versioned it is. thanks rakhmerov | 05:45 |
rakhmerov | we need trusts from V3 which doesn't exist in V2 | 05:46 |
rakhmerov | as far as catalog, looks like we just don't do it properly | 05:46 |
rakhmerov | someone is now doing a revision of how we integrate with Keystone | 05:46 |
rakhmerov | I'm not too good at that ) | 05:46 |
jaosorior | rakhmerov: not too many people are. The keystone libraries are kinda difficult to go around | 05:47 |
rakhmerov | yes | 05:47 |
jaosorior | rakhmerov: let me know when there's some patches ready, I can help out reviewing | 05:48 |
rakhmerov | I know it pretty well when it comes to how auth method work, sessions, plugins etc. I did research this stuff recently. But I don't know much about catalog | 05:48 |
rakhmerov | ok | 05:48 |
*** evgenyl has quit IRC | 05:48 | |
*** aspiers has quit IRC | 05:48 | |
*** evgenyl_ is now known as evgenyl | 05:49 | |
*** Ephur has quit IRC | 05:49 | |
*** aspiers has joined #openstack-mistral | 05:49 | |
jaosorior | rakhmerov: there's not much to the catalog really. Only thing to know as users of keystone is that it defers from v2 to v3 and that we should be using libraries to access it's contents. Never grab the json structure and fetch stuff from there | 05:51 |
rakhmerov | ok, I see | 05:52 |
rakhmerov | and where do we do it? | 05:52 |
rakhmerov | in OpenStack actions I guess somewhere? | 05:52 |
jaosorior | so, for instance | 05:54 |
jaosorior | when trying to get the endpoint of a specific service | 05:54 |
rakhmerov | ok | 05:54 |
jaosorior | the keystone libraries provide functions to do so | 05:54 |
jaosorior | mistral just needs to have a service user and password | 05:54 |
jaosorior | and then it can query keystone like that | 05:54 |
rakhmerov | jaosorior: yep | 05:54 |
rakhmerov | this code was written really long ago and hasn't changed since then | 05:55 |
jaosorior | I see | 05:55 |
rakhmerov | maybe there weren't any libraries for this at that time | 05:55 |
rakhmerov | but yes, we'll revisit it | 05:55 |
rakhmerov | a guy from Nokia is looking at the whole Keystone thing now in Mistral | 05:56 |
jaosorior | rakhmerov: No biggie, I think almost every project has had to change their code base because of things like this. | 05:56 |
rakhmerov | true | 05:56 |
*** vishwanathj has quit IRC | 06:15 | |
*** vishwanathj has joined #openstack-mistral | 06:15 | |
SonalOjha | @here I see error while initializing action class , Failure caused by error in task 'xxxxx': Failed to initialize action xxxxx. Action init params = ['auth_url', 'admin_domain_name']. Actual init params = [u'auth_url', u'admin_domain_name']. More info: 'type' object does not support item assignment | 06:22 |
SonalOjha | @here : is there any issue with the oslo.utils ??? | 06:23 |
SonalOjha | @here I see oslo.utils being used while creating instance of action class | 06:23 |
rakhmerov | SonalOjha: what action? how do you pass parameters? what Mistral version? | 06:26 |
rakhmerov | please write all steps to reproduce it | 06:26 |
SonalOjha | @rakhmerov : Mistral is of liberty version | 06:26 |
rakhmerov | ideally, file a bug | 06:26 |
SonalOjha | @rakhmerov : I have created custom actions, the same action was working earlier I see it happening recently | 06:27 |
SonalOjha | @rakhmerov : not sure how to reproduce it, but I am rerunning the same failed task ... and its showing the same error of unable to initialize action class | 06:29 |
rakhmerov | hm... | 06:29 |
rakhmerov | did you try with other version? | 06:29 |
rakhmerov | we actually don't support Liberty actively | 06:30 |
SonalOjha | @rakhmerov : no, havent really tried other version | 06:30 |
SonalOjha | @rakhmerov : I think it to be oslo utils issue | 06:30 |
SonalOjha | @rakhmerov : it doesnt seem to be mistral issue as mistral uses oslo utils to create action object | 06:31 |
SonalOjha | @rakhmerov : see this https://github.com/openstack/mistral/blob/master/mistral/actions/action_factory.py | 06:33 |
rakhmerov | yes | 06:34 |
rakhmerov | is it happening here? action_class = importutils.import_class(action_class_str) | 06:35 |
rakhmerov | do you have a stack trace? | 06:35 |
SonalOjha | thats the only error I see .. I tried adding some logs and it seems to fail at line 60 https://github.com/openstack/mistral/blob/stable/liberty/mistral/engine/default_executor.py#L60 | 06:39 |
SonalOjha | @rakhmerov : no stacktrace ... I see More info: 'type' object does not support item assignment in the mistral logs | 06:40 |
rakhmerov | hm... weird | 06:41 |
rakhmerov | maybe the action class you created is not on python path? | 06:41 |
rakhmerov | or something like that | 06:42 |
rakhmerov | because, many many people create their actions and they work | 06:42 |
rakhmerov | you just need to make sure to plug them in properly (modifying setup.cfg entry points etc.) | 06:42 |
SonalOjha | @rakhmerov : yeah, did like that ... its in the setup.cfg | 06:47 |
rakhmerov | is your action in a separate python project? | 06:53 |
rakhmerov | if yes, you have to install it to make it available globally | 06:53 |
*** shardy has joined #openstack-mistral | 07:10 | |
SonalOjha | @rakhmerov : yeah its been done the same way | 07:21 |
SonalOjha | @rakhmerov : the same stuff had been working | 07:21 |
*** jpich has joined #openstack-mistral | 07:43 | |
*** chlong|mtg has quit IRC | 07:46 | |
*** tonytan4ever has joined #openstack-mistral | 07:51 | |
openstackgerrit | hardik proposed openstack/python-mistralclient: Added ID option to update Action Definition https://review.openstack.org/346814 | 07:52 |
*** jaosorior is now known as jaosorior_brb | 07:53 | |
*** tonytan4ever has quit IRC | 07:56 | |
openstackgerrit | hardik proposed openstack/mistral: Filtering support for actions https://review.openstack.org/269971 | 08:10 |
*** pbelamge has joined #openstack-mistral | 08:18 | |
*** jaosorior_brb is now known as jaosorior | 08:44 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Increase size of 'task_executions_v2.unique_key' column https://review.openstack.org/353915 | 09:03 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Increase size of 'task_executions_v2.unique_key' column https://review.openstack.org/353915 | 09:23 |
*** mflobo has joined #openstack-mistral | 09:25 | |
*** SonalOjha has quit IRC | 09:34 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Add 'join after join' test https://review.openstack.org/353932 | 09:37 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Increase size of 'task_executions_v2.unique_key' column https://review.openstack.org/353915 | 09:39 |
openstackgerrit | hardik proposed openstack/mistral: Filtering support for actions https://review.openstack.org/269971 | 09:40 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix task 'defer' https://review.openstack.org/353966 | 10:33 |
rakhmerov | ddeja: please review and approve https://review.openstack.org/#/c/353915/ | 10:34 |
rakhmerov | akuznetsova: hi, I'd like to ask you too | 10:35 |
openstackgerrit | hardik proposed openstack/python-mistralclient: Added ID option to update Action Definition https://review.openstack.org/346814 | 10:35 |
rakhmerov | and this too: https://review.openstack.org/#/c/353966/ | 10:36 |
rakhmerov | it's a small bug nasty bug | 10:36 |
openstackgerrit | hardik proposed openstack/python-mistralclient: Added ID option to update Action Definition https://review.openstack.org/346814 | 10:38 |
ddeja | rakhmerov: done | 10:38 |
rakhmerov | thanks | 10:44 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Add 'wait-before' policy test with two chained tasks https://review.openstack.org/353979 | 10:49 |
openstackgerrit | Merged openstack/mistral: Add 'join after join' test https://review.openstack.org/353932 | 10:51 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix _possible_route() method to account for not completed tasks https://review.openstack.org/353984 | 11:01 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Add 'wait-before' policy test with two chained tasks https://review.openstack.org/353979 | 11:02 |
openstackgerrit | Merged openstack/mistral: Increase size of 'task_executions_v2.unique_key' column https://review.openstack.org/353915 | 11:06 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix _possible_route() method to account for not completed tasks https://review.openstack.org/353984 | 11:13 |
rakhmerov | ddeja, akuznetsova, hparekh: another nasty bug with small fix https://review.openstack.org/#/c/353984/ | 11:16 |
*** jaosorior has quit IRC | 11:29 | |
*** jaosorior has joined #openstack-mistral | 11:30 | |
*** chlong|mtg has joined #openstack-mistral | 11:43 | |
openstackgerrit | Merged openstack/mistral: Fix task 'defer' https://review.openstack.org/353966 | 11:46 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix task post completion scheduling https://review.openstack.org/354005 | 11:48 |
rakhmerov | ddeja, hparekh: one more https://review.openstack.org/#/c/354005/ | 11:50 |
*** tonytan4ever has joined #openstack-mistral | 11:53 | |
*** tonytan4ever has quit IRC | 11:57 | |
*** venkat has joined #openstack-mistral | 12:03 | |
openstackgerrit | Merged openstack/mistral: Fix _possible_route() method to account for not completed tasks https://review.openstack.org/353984 | 12:17 |
*** kzaitsev_mb has joined #openstack-mistral | 12:25 | |
kzaitsev_mb | rakhmerov: hi, could you please approve https://review.openstack.org/#/c/352896/1 | 12:26 |
rakhmerov | hi | 12:26 |
rakhmerov | you mean I should vote +1? | 12:27 |
*** dprince has joined #openstack-mistral | 12:27 | |
rakhmerov | it's the only thing I can do | 12:27 |
rakhmerov | kzaitsev_mb: ^ | 12:27 |
*** venkat has quit IRC | 12:29 | |
kzaitsev_mb | yep ) | 12:30 |
kzaitsev_mb | thanks =) it's quite unlikely our client update would break smth in mistral I guess | 12:31 |
kzaitsev_mb | osc client might be a bit harder though | 12:31 |
openstackgerrit | Merged openstack/mistral: Fix task post completion scheduling https://review.openstack.org/354005 | 12:47 |
*** mflobo has quit IRC | 12:47 | |
*** toddjohn has joined #openstack-mistral | 12:51 | |
*** tonytan4ever has joined #openstack-mistral | 12:54 | |
*** bobh has joined #openstack-mistral | 12:57 | |
*** tonytan4ever has quit IRC | 12:57 | |
*** tonytan4ever has joined #openstack-mistral | 12:57 | |
*** toddjohn has quit IRC | 13:00 | |
*** toddjohn has joined #openstack-mistral | 13:01 | |
*** pbelamge has quit IRC | 13:01 | |
*** pbelamge has joined #openstack-mistral | 13:01 | |
*** toddjohn has quit IRC | 13:05 | |
*** bobh has quit IRC | 13:15 | |
openstackgerrit | Merged openstack/mistral: Make mistral work with amqp and zmq backends https://review.openstack.org/352480 | 13:25 |
openstackgerrit | Merged openstack/mistral: Add 'wait-before' policy test with two chained tasks https://review.openstack.org/353979 | 13:25 |
*** rbrady has joined #openstack-mistral | 13:27 | |
*** jistr has quit IRC | 13:28 | |
*** tonytan4ever has quit IRC | 13:29 | |
*** jistr has joined #openstack-mistral | 13:30 | |
*** jaosorior is now known as jaosorior_mtg | 13:36 | |
*** toddjohn has joined #openstack-mistral | 13:37 | |
*** toddjohn has quit IRC | 13:37 | |
*** toddjohn has joined #openstack-mistral | 13:37 | |
*** bobh has joined #openstack-mistral | 13:54 | |
openstackgerrit | Dawid Deja proposed openstack/mistral: Fix for not working 'run-action' on kombu driver https://review.openstack.org/354091 | 13:57 |
*** dprince_ has joined #openstack-mistral | 14:03 | |
*** dprince has quit IRC | 14:04 | |
*** tonytan4ever has joined #openstack-mistral | 14:05 | |
*** tonytan4ever has quit IRC | 14:07 | |
*** tonytan4ever has joined #openstack-mistral | 14:08 | |
*** tonytan_brb has joined #openstack-mistral | 14:14 | |
*** tonytan4ever has quit IRC | 14:14 | |
*** jistr is now known as jistr|call | 14:16 | |
*** rrecio has joined #openstack-mistral | 14:25 | |
*** tonytan_brb is now known as tonytan4ever | 14:27 | |
*** chlong|mtg has quit IRC | 14:33 | |
*** chlong|mtg has joined #openstack-mistral | 14:45 | |
*** janki has quit IRC | 15:06 | |
*** mflobo has joined #openstack-mistral | 15:06 | |
*** jaosorior_mtg is now known as jaosorior | 15:17 | |
*** jistr|call is now known as jistr | 15:21 | |
*** catintheroof has joined #openstack-mistral | 15:27 | |
*** kzaitsev_mb has quit IRC | 15:48 | |
*** Ephur has joined #openstack-mistral | 15:53 | |
*** kzaitsev_mb has joined #openstack-mistral | 15:55 | |
*** Ravikiran_K has joined #openstack-mistral | 16:00 | |
*** kzaitsev_mb has quit IRC | 16:09 | |
*** kzaitsev_mb has joined #openstack-mistral | 16:14 | |
*** jaosorior has quit IRC | 16:25 | |
*** jpich has quit IRC | 16:37 | |
*** toddjohn has quit IRC | 16:39 | |
*** toddjohn has joined #openstack-mistral | 16:40 | |
*** toddjohn has quit IRC | 16:44 | |
*** tonytan4ever has quit IRC | 16:48 | |
*** bobh has quit IRC | 16:58 | |
*** Ravikiran_K has quit IRC | 17:04 | |
*** catintheroof has quit IRC | 17:30 | |
*** mflobo has quit IRC | 17:38 | |
*** tonytan4ever has joined #openstack-mistral | 17:49 | |
*** tonytan4ever has quit IRC | 17:54 | |
*** bobh has joined #openstack-mistral | 17:59 | |
*** bobh has quit IRC | 18:03 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-mistralclient: Updated from global requirements https://review.openstack.org/354312 | 18:17 |
*** toddjohn has joined #openstack-mistral | 18:32 | |
*** catintheroof has joined #openstack-mistral | 18:34 | |
*** bobh has joined #openstack-mistral | 18:35 | |
*** chlong|mtg has quit IRC | 18:37 | |
*** chlong|mtg has joined #openstack-mistral | 18:38 | |
*** gyee has joined #openstack-mistral | 18:43 | |
*** kzaitsev_mb has quit IRC | 19:00 | |
*** dprince_ has quit IRC | 19:08 | |
*** catintheroof has quit IRC | 19:28 | |
*** tonytan4ever has joined #openstack-mistral | 19:35 | |
*** tonytan4ever has quit IRC | 19:40 | |
*** kzaitsev_mb has joined #openstack-mistral | 19:46 | |
*** tonytan4ever has joined #openstack-mistral | 19:52 | |
*** catintheroof has joined #openstack-mistral | 20:00 | |
*** toddjohn has quit IRC | 20:14 | |
*** toddjohn has joined #openstack-mistral | 20:14 | |
*** toddjohn has quit IRC | 20:18 | |
*** kzaitsev_mb has quit IRC | 20:20 | |
*** toddjohn has joined #openstack-mistral | 20:27 | |
*** toddjohn has quit IRC | 20:29 | |
*** toddjohn has joined #openstack-mistral | 20:29 | |
*** toddjohn has quit IRC | 20:44 | |
*** toddjohn has joined #openstack-mistral | 20:44 | |
*** tonytan4ever has quit IRC | 20:46 | |
*** toddjohn has quit IRC | 20:47 | |
*** toddjohn has joined #openstack-mistral | 20:47 | |
*** toddjohn_ has joined #openstack-mistral | 20:48 | |
*** toddjoh__ has joined #openstack-mistral | 20:49 | |
*** toddjohn has quit IRC | 20:52 | |
*** toddjohn_ has quit IRC | 20:53 | |
*** kzaitsev_mb has joined #openstack-mistral | 21:02 | |
*** kzaitsev_mb has quit IRC | 21:11 | |
*** kzaitsev_mb has joined #openstack-mistral | 21:16 | |
*** bobh has quit IRC | 21:20 | |
*** shardy has quit IRC | 21:21 | |
*** tonytan4ever has joined #openstack-mistral | 21:21 | |
*** bobh has joined #openstack-mistral | 21:33 | |
*** bobh has quit IRC | 21:37 | |
*** toddjoh__ has quit IRC | 21:47 | |
*** kzaitsev_mb has quit IRC | 21:52 | |
*** kzaitsev_mb has joined #openstack-mistral | 21:54 | |
*** tonytan4ever has quit IRC | 22:09 | |
*** kzaitsev_mb has quit IRC | 22:16 | |
*** kzaitsev_mb has joined #openstack-mistral | 22:23 | |
*** catintheroof has quit IRC | 22:35 | |
*** kzaitsev_mb has quit IRC | 22:44 | |
*** kzaitsev_mb has joined #openstack-mistral | 22:47 | |
*** tonytan4ever has joined #openstack-mistral | 23:10 | |
*** tonytan4ever has quit IRC | 23:14 | |
*** pbelamge has quit IRC | 23:18 | |
*** kzaitsev_mb has quit IRC | 23:29 | |
*** kzaitsev_mb has joined #openstack-mistral | 23:29 | |
*** rrecio has quit IRC | 23:34 | |
openstackgerrit | Jeff Peeler proposed openstack/mistral: Add client caching for OpenStack actions https://review.openstack.org/341717 | 23:44 |
*** toddjohn has joined #openstack-mistral | 23:53 | |
*** toddjohn has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!