*** shardy has quit IRC | 01:57 | |
*** shardy has joined #openstack-mistral | 02:04 | |
*** bobh_ has joined #openstack-mistral | 02:04 | |
*** bobh_ has quit IRC | 02:08 | |
*** apetrich has quit IRC | 03:16 | |
*** shardy has quit IRC | 03:52 | |
*** shardy has joined #openstack-mistral | 03:53 | |
*** hardikjasani has joined #openstack-mistral | 04:57 | |
*** bobh_ has joined #openstack-mistral | 05:19 | |
*** bobh_ has quit IRC | 05:26 | |
*** pgaxatte has joined #openstack-mistral | 07:33 | |
*** gkadam has joined #openstack-mistral | 07:48 | |
*** gkadam is now known as gkadam-afk | 07:50 | |
*** bobh_ has joined #openstack-mistral | 08:02 | |
*** bobh_ has quit IRC | 08:07 | |
*** shardy has quit IRC | 08:19 | |
*** shardy has joined #openstack-mistral | 08:20 | |
*** gkadam-afk is now known as gkadam | 08:24 | |
*** bobh_ has joined #openstack-mistral | 09:15 | |
*** apetrich has joined #openstack-mistral | 09:26 | |
*** marios has joined #openstack-mistral | 09:38 | |
marios | o/ folks review request please mistral https://review.openstack.org/#/c/628274/ mistralclient https://review.openstack.org/#/c/628277 replace the multinode scenario job with the new standalone (more info at http://lists.openstack.org/pipermail/openstack-discuss/2019-January/001377.html ) thanks | 09:39 |
---|---|---|
d0ugal | apetrich: ^ | 10:00 |
apetrich | marios, on it | 10:01 |
d0ugal | marios: did you see the comment here? https://review.openstack.org/#/c/628274/2/.zuul.yaml@118 | 10:01 |
apetrich | d0ugal, cheers | 10:01 |
d0ugal | Small but could be confusing in the future | 10:01 |
d0ugal | same applies to both pathces actually | 10:01 |
marios | d0ugal: thanks checking | 10:02 |
marios | ah thanks apetrich and d0ugal | 10:04 |
marios | i was just going to update it | 10:04 |
d0ugal | Cheers | 10:04 |
marios | i still can if you want me to? d0ugal | 10:04 |
marios | only 1 minute overhead if you willing to _2 | 10:04 |
marios | +2 | 10:04 |
d0ugal | marios: Yeah, I'll +2 | 10:04 |
*** openstackgerrit has joined #openstack-mistral | 10:05 | |
openstackgerrit | Marios Andreou proposed openstack/mistral master: Replace tripleo-scenario003-multinode with scenario003-standalone https://review.openstack.org/628274 | 10:05 |
d0ugal | and I'm sure apetrich will too :) | 10:05 |
marios | done thanks apetrich and d0ugal | 10:05 |
apetrich | aye | 10:05 |
*** bobh_ has quit IRC | 10:19 | |
*** ssbarnea has joined #openstack-mistral | 10:23 | |
pgaxatte | hello | 10:40 |
pgaxatte | anyone if it is possible to specify a micro-version to use for nova actions? | 10:40 |
pgaxatte | anyone *knows* if.. | 10:40 |
d0ugal | pgaxatte: no, I don't believe it is currently possible | 11:20 |
d0ugal | We tried to do that before and wanted to make it possible, but it never happened | 11:20 |
d0ugal | microversions end up being hard coded in mistral | 11:21 |
d0ugal | so this is the ironic one for example: https://github.com/openstack/mistral/blob/master/mistral/actions/openstack/actions.py#L36 | 11:21 |
d0ugal | looks like with nova we don't specify one, just "2" | 11:21 |
d0ugal | https://github.com/openstack/mistral/blob/master/mistral/actions/openstack/actions.py#L97 | 11:21 |
*** d0ugal has quit IRC | 12:01 | |
*** d0ugal has joined #openstack-mistral | 12:22 | |
*** gkadam has quit IRC | 12:29 | |
pgaxatte | d0ugal: it seems hard to do | 12:54 |
pgaxatte | and it depends on the endpoint published by keystone | 12:54 |
d0ugal | pgaxatte: Yeah, it basically isn't possible now :) | 12:54 |
pgaxatte | in our case we have an issue with live migration | 12:54 |
d0ugal | pgaxatte: The problem is, Mistral doesn't expost a way to create openstack clients or change how they are created | 12:54 |
d0ugal | do you just need to use the clients that are provided | 12:54 |
d0ugal | I had hoped to solve this problem when we moved the OpenStack actions to mistral-lib, but I am not sure if/when that work will happen now. | 12:55 |
pgaxatte | the generated actions are using the definition provided by the latest live migration function but our catalog tells mistral to use the old api so there is a conflict on the function arguments | 12:56 |
d0ugal | ah | 12:56 |
pgaxatte | another way to solve this would be to rewrite the catalog to switch from /v2 to /v2.1 API for compute | 12:57 |
pgaxatte | or having actions taking the microversions into account | 12:57 |
pgaxatte | which does not seem easy | 12:57 |
d0ugal | Indeed | 12:57 |
d0ugal | I don't have any good ideas - sorry :) | 12:58 |
pgaxatte | since the same function is defined multiple times with just a different decorator | 12:58 |
pgaxatte | I'll check how novaclient handles this, maybe I can get some insight | 12:58 |
d0ugal | Let us know if you find anything | 13:00 |
*** szaher has joined #openstack-mistral | 13:08 | |
pgaxatte | d0ugal: sure :D | 13:19 |
pgaxatte | d0ugal: meanwhile I think I'll just modify the action in database to use the arguments nova api v2 expects | 13:20 |
d0ugal | Scary :-D | 13:21 |
pgaxatte | btw, when upgrading mistral, i'm not sure we re-generated the actions | 13:23 |
pgaxatte | I don't know if this is something we need to check or not | 13:23 |
d0ugal | pgaxatte: the database populate command | 13:23 |
pgaxatte | ok so basically it should be done via the package postinstall (we're on ubuntu but we are building mistral with giftwrap) | 13:25 |
pgaxatte | i'll check it is in postinstall | 13:25 |
d0ugal | right | 13:25 |
*** zigo has joined #openstack-mistral | 13:29 | |
*** hardikjasani has quit IRC | 13:45 | |
*** szaher has quit IRC | 13:47 | |
*** szaher has joined #openstack-mistral | 13:52 | |
*** d0ugal has quit IRC | 14:02 | |
*** d0ugal has joined #openstack-mistral | 14:04 | |
*** d0ugal has quit IRC | 14:12 | |
*** bobh_ has joined #openstack-mistral | 14:16 | |
*** bobh_ has quit IRC | 14:21 | |
*** shardy has quit IRC | 14:41 | |
*** shardy has joined #openstack-mistral | 14:51 | |
*** shardy has quit IRC | 14:51 | |
*** shardy has joined #openstack-mistral | 14:51 | |
*** shardy has quit IRC | 15:54 | |
*** bobh has joined #openstack-mistral | 15:59 | |
*** bobh has quit IRC | 16:06 | |
*** szaher has quit IRC | 16:08 | |
*** szaher has joined #openstack-mistral | 16:09 | |
*** toure is now known as toure|reboot | 16:39 | |
*** toure|reboot is now known as toure | 16:42 | |
*** shardy has joined #openstack-mistral | 16:53 | |
*** pgaxatte has quit IRC | 17:05 | |
*** shardy has quit IRC | 17:10 | |
*** bobh has joined #openstack-mistral | 20:03 | |
*** bobh has quit IRC | 20:10 | |
*** d0ugal has joined #openstack-mistral | 22:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!