*** ge has joined #openstack-mistral | 00:10 | |
*** chlong has quit IRC | 00:27 | |
*** chlong has joined #openstack-mistral | 00:34 | |
*** bobh_ has joined #openstack-mistral | 00:48 | |
*** toddjohn has joined #openstack-mistral | 00:51 | |
*** bobh_ has quit IRC | 00:53 | |
*** toddjohn has quit IRC | 00:56 | |
*** cheneydc has joined #openstack-mistral | 00:57 | |
*** achanda has joined #openstack-mistral | 01:45 | |
*** bobh_ has joined #openstack-mistral | 01:49 | |
*** bobh_ has quit IRC | 01:52 | |
*** bobh_ has joined #openstack-mistral | 01:52 | |
*** toddjohn has joined #openstack-mistral | 01:53 | |
*** toddjohn has quit IRC | 01:58 | |
*** bobh_ has quit IRC | 02:01 | |
*** bobh_ has joined #openstack-mistral | 02:20 | |
*** toddjohn has joined #openstack-mistral | 02:55 | |
*** toddjohn has quit IRC | 02:59 | |
*** achanda has quit IRC | 02:59 | |
*** bobh_ has quit IRC | 03:02 | |
*** bobh_ has joined #openstack-mistral | 03:25 | |
*** bobh_ has quit IRC | 03:29 | |
rakhmerov | visual: hi | 03:42 |
---|---|---|
*** visual has quit IRC | 03:44 | |
*** achanda has joined #openstack-mistral | 03:44 | |
*** achanda has quit IRC | 03:46 | |
openstackgerrit | Merged openstack/mistral-extra: Updated from global requirements https://review.openstack.org/303418 | 03:53 |
openstackgerrit | Merged openstack/mistral: Updated from global requirements https://review.openstack.org/303604 | 03:57 |
*** achanda has joined #openstack-mistral | 04:18 | |
ge | Hi, one q.. are we supposed to the mitaka rpms here, http://mirror.centos.org/centos/7/cloud/x86_64/ | 04:25 |
ge | or we have a new location | 04:25 |
*** bobh_ has joined #openstack-mistral | 04:25 | |
*** bobh_ has quit IRC | 04:31 | |
*** toddjohn has joined #openstack-mistral | 04:56 | |
*** toddjohn has quit IRC | 05:00 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Update OpenStack actions mapping https://review.openstack.org/303901 | 05:12 |
rakhmerov | ge: Honestly, I don't know, need to figure out | 05:12 |
rakhmerov | ge: you can ask in openstack-dev | 05:13 |
ge | ok thanks, should an rpm for openstack-mistral exist here, or we are not releasing mistral as rpm-s yet | 05:14 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Update OpenStack actions mapping https://review.openstack.org/303901 | 05:16 |
rakhmerov | hparekh: hi, you here? | 05:18 |
*** ak_ has joined #openstack-mistral | 05:28 | |
ak_ | Hi guys | 05:28 |
ak_ | can i start mistral with worker threads ? | 05:30 |
*** achanda has quit IRC | 05:43 | |
*** bobh_ has joined #openstack-mistral | 06:03 | |
*** bobh_ has quit IRC | 06:07 | |
*** chlong has quit IRC | 06:13 | |
*** achanda has joined #openstack-mistral | 06:15 | |
rakhmerov | ak_: what do you mean? | 06:16 |
rakhmerov | you can start any number of Mistral executors | 06:16 |
rakhmerov | they are kind of workers that run certain tasks (actions, if more precisely) | 06:16 |
ak_ | Like in Nova we give a option of worker threads ... they internally create many threads | 06:20 |
*** achanda has quit IRC | 06:20 | |
ak_ | for example mistral api runs on :8989 it wont allow me to create more than one process | 06:21 |
ak_ | how do i solve this problem ? If I had workers option I would give some number and it will create those many threads in backgroup this is how it works in other services | 06:22 |
ak_ | like trove nova cinder etc | 06:22 |
*** jtomasek has joined #openstack-mistral | 06:39 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Add traceback printing for OpenStack action https://review.openstack.org/303922 | 06:40 |
*** achanda has joined #openstack-mistral | 06:44 | |
rakhmerov | ak_: port :8989 is used by API server process, it can be run just once | 06:51 |
rakhmerov | and you can run many executors, if needed | 06:51 |
rakhmerov | they're just clients of MQ | 06:52 |
rakhmerov | internally they just use eventlet to fork new threads on new messages from MQ | 06:52 |
rakhmerov | currently, there's no limit on that | 06:52 |
ak_ | ohk cool thx | 06:54 |
ak_ | what about engine should i run one or many ? | 06:55 |
*** toddjohn has joined #openstack-mistral | 06:58 | |
*** toddjohn has quit IRC | 07:02 | |
*** chlong has joined #openstack-mistral | 07:31 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fixing failing functional tests for Cinder and Heat actions https://review.openstack.org/303922 | 07:39 |
rakhmerov | ak_: you can also run many engines, yes | 07:55 |
rakhmerov | depending on you scale needs | 07:55 |
ak_ | cool | 07:55 |
ak_ | can i use zeroMQ too ? | 07:56 |
rakhmerov | in practice, it may be a little bit tricky what component needs to be scaled. Depends on many factors, including particular workflows | 07:56 |
rakhmerov | ak_: as far as I know, yes, you can but I've never tried it myself | 07:56 |
*** achanda has quit IRC | 07:56 | |
ak_ | does api talk to engine / executor service ? | 07:56 |
rakhmerov | it's basically all that oslo.messaging supports | 07:57 |
ak_ | api just writes into db directly ? | 07:57 |
*** visual has joined #openstack-mistral | 07:57 | |
rakhmerov | ak_: yes, some of the methods write/read to DB, and some of them talk to engine via MQ | 07:57 |
ak_ | I am planning to use ZeroMQ but there is no deployment steps for the same | 07:57 |
ak_ | ohk | 07:58 |
rakhmerov | ak_: yeah, sorry about that. Honestly, ZeroMQ hasn't been in our focus so far | 07:58 |
rakhmerov | we mostly use Rabbit and QPid | 07:58 |
*** toddjohn has joined #openstack-mistral | 07:59 | |
*** toddjohn has quit IRC | 08:03 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fixing failing functional tests for Cinder and Heat actions https://review.openstack.org/303922 | 08:07 |
rakhmerov | kong, nmakhotkin, akuznetsova: guys, can you please approve https://review.openstack.org/#/c/303901/ and https://review.openstack.org/#/c/303922/ ? | 08:10 |
rakhmerov | they are needed to unblock patches coming to the client repo | 08:11 |
rakhmerov | the second patch fixes the problem, I checked | 08:11 |
rakhmerov | and that would be nice if you could review other patches, too ) | 08:12 |
*** achanda has joined #openstack-mistral | 08:22 | |
openstackgerrit | Merged openstack/mistral: Unblock skipped test https://review.openstack.org/303339 | 08:22 |
kong | rakhmerov: there are 2 tests failed in https://review.openstack.org/#/c/303901/ | 08:30 |
kong | please take a look if they are related to what you changed | 08:31 |
rakhmerov | kong: no, they are not, I left a comment in there specifically | 08:33 |
rakhmerov | the next one after that fixes the issue | 08:33 |
kong | ooh, let me see | 08:33 |
kong | yes | 08:34 |
kong | rakhmerov: will review you other patches tomorror, I see you are working hard again on mistral :-) | 08:36 |
rakhmerov | kong: yes, thanks to my new boss :) | 08:37 |
rakhmerov | kong: https://review.openstack.org/#/c/303922/ passed now | 08:37 |
rakhmerov | please approve | 08:37 |
kong | seems you are free from trivial stuff, congrats | 08:37 |
rakhmerov | we'll see ) | 08:38 |
rakhmerov | so far so good ) | 08:38 |
rakhmerov | after that this last patch gets merged I'll rebase and merge dependent patches | 08:38 |
kong | rakhmerov: doen | 08:38 |
rakhmerov | thanks! | 08:38 |
kong | rakhmerov: np | 08:38 |
kong | rakhmerov: do you have any plans for Newton? | 08:38 |
kong | rakhmerov: I mean, there must be many features you (your boss) want to be landed in the new release | 08:39 |
kong | rakhmerov: or, target the stability, high available, etc | 08:40 |
rakhmerov | kong: I personally have a bunch of ideas, yes | 08:41 |
rakhmerov | there's a lot of things from the Tokyo summit actually that we didn't have time for in Mitaka | 08:41 |
rakhmerov | and of course, stability, performance and HA | 08:42 |
openstackgerrit | Merged openstack/mistral: Update OpenStack actions mapping https://review.openstack.org/303901 | 08:42 |
rakhmerov | I'll send out an etherpad with the suggested summit topics this or the next week | 08:43 |
rakhmerov | kong: so you can prepare your own | 08:43 |
kong | rakhmerov: yeah, i also want to see there will be more real use cases that have requirements for mistral | 08:44 |
rakhmerov | hparekh: I noticed that gate-mistral-docker-buildimage keeps failing | 08:47 |
rakhmerov | can you investigate that please? | 08:47 |
rakhmerov | kong, nmakhotkin, akuznetsova: would appreciate if you could look at https://review.openstack.org/#/c/303270/ and https://review.openstack.org/#/c/303309/2 too | 08:50 |
rakhmerov | this bug create a lot of pain | 08:50 |
rakhmerov | these patches are very simple | 08:51 |
*** bobh_ has joined #openstack-mistral | 09:09 | |
*** bobh_ has quit IRC | 09:14 | |
openstackgerrit | Merged openstack/mistral: Fixing failing functional tests for Cinder and Heat actions https://review.openstack.org/303922 | 09:31 |
hparekh | rakhmerov: ok sure. | 09:33 |
rakhmerov | thanks | 09:35 |
*** ge has quit IRC | 09:39 | |
*** visual has quit IRC | 09:50 | |
*** toddjohn has joined #openstack-mistral | 10:00 | |
rakhmerov | akuznetsova, nmakhotkin: any idea on why https://review.openstack.org/#/c/303158/ is failing? devstack gate | 10:00 |
rakhmerov | I don't understand where the error is.. | 10:00 |
akuznetsova | rakhmerov, need to check | 10:01 |
*** cheneydc has quit IRC | 10:02 | |
*** toddjohn has quit IRC | 10:05 | |
ak_ | Hi Can I use ZeroMQ instead of rabbitMQ or is not supported ? | 10:33 |
*** bobh_ has joined #openstack-mistral | 11:10 | |
akuznetsova | rakhmerov, regarding your earlier question, please take a look at errors in this file: http://logs.openstack.org/58/303158/1/check/gate-python-mistralclient-devstack-dsvm/0454635/logs/screen-mistral-engine.txt.gz "Can not evaluate YAQL expression" | 11:11 |
*** bobh_ has quit IRC | 11:14 | |
rakhmerov | akuznetsova: Ok, I see | 11:34 |
rakhmerov | thank you | 11:34 |
rakhmerov | I think I know where the issue is | 11:34 |
rakhmerov | will send a patch shortly | 11:35 |
akuznetsova | rakhmerov, ok | 11:35 |
rakhmerov | akuznetsova: thanks again | 11:36 |
rakhmerov | it's because I dropped support of $.task_name syntax to access task result | 11:37 |
rakhmerov | but didn't change workflows in the client functional tests | 11:37 |
akuznetsova | rakhmerov, oh, I see, will wait a patch set with fix | 11:40 |
openstackgerrit | Renat Akhmerov proposed openstack/python-mistralclient: Fix task result syntax in workflows used for functional tests https://review.openstack.org/304062 | 11:41 |
rakhmerov | akuznetsova: https://review.openstack.org/#/c/304062/ | 11:41 |
rakhmerov | let's wait till the tests pass | 11:41 |
*** toddjohn has joined #openstack-mistral | 12:02 | |
*** toddjohn has quit IRC | 12:06 | |
*** achanda has quit IRC | 12:18 | |
*** dprince has joined #openstack-mistral | 12:21 | |
*** toddjohn has joined #openstack-mistral | 12:21 | |
*** visual has joined #openstack-mistral | 12:29 | |
*** achanda has joined #openstack-mistral | 12:35 | |
*** achanda has quit IRC | 12:35 | |
*** achanda has joined #openstack-mistral | 12:44 | |
*** ninag has joined #openstack-mistral | 12:49 | |
*** toddjohn has quit IRC | 12:51 | |
*** Ravikiran_K has joined #openstack-mistral | 12:56 | |
*** toddjohn has joined #openstack-mistral | 13:02 | |
*** pkoniszewski has joined #openstack-mistral | 13:26 | |
*** visual has quit IRC | 13:32 | |
*** jtomasek has quit IRC | 13:41 | |
*** jtomasek has joined #openstack-mistral | 13:48 | |
*** FL1SK has quit IRC | 13:49 | |
*** jtomasek has quit IRC | 13:50 | |
*** achanda has quit IRC | 13:50 | |
*** jtomasek has joined #openstack-mistral | 13:50 | |
*** bobh_ has joined #openstack-mistral | 13:55 | |
*** achanda has joined #openstack-mistral | 13:58 | |
*** bobh_ has quit IRC | 14:00 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Leave more relevant comment in engine race condition test https://review.openstack.org/302656 | 14:04 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Add utility methods to test action executions more conveniently https://review.openstack.org/302651 | 14:04 |
*** achanda has quit IRC | 14:07 | |
*** jtomasek has quit IRC | 14:11 | |
*** ak_ has quit IRC | 14:18 | |
*** toddjohn has quit IRC | 14:20 | |
*** toddjohn has joined #openstack-mistral | 14:32 | |
*** jtomasek has joined #openstack-mistral | 14:46 | |
*** toddjohn has quit IRC | 14:51 | |
*** bobh_ has joined #openstack-mistral | 14:53 | |
*** ninag has quit IRC | 14:57 | |
*** ninag has joined #openstack-mistral | 14:57 | |
*** ninag_ has joined #openstack-mistral | 14:59 | |
*** jtomasek has quit IRC | 14:59 | |
*** ninag has quit IRC | 15:02 | |
*** ninag_ has quit IRC | 15:04 | |
*** jtomasek has joined #openstack-mistral | 15:04 | |
*** toddjohn has joined #openstack-mistral | 15:04 | |
*** achanda has joined #openstack-mistral | 15:15 | |
*** openstackgerrit has quit IRC | 15:18 | |
*** openstackgerrit has joined #openstack-mistral | 15:18 | |
*** ninag has joined #openstack-mistral | 15:24 | |
*** ninag has quit IRC | 15:28 | |
*** gyee has joined #openstack-mistral | 15:45 | |
*** FL1SK has joined #openstack-mistral | 15:48 | |
*** ninag has joined #openstack-mistral | 15:54 | |
*** dprince has quit IRC | 15:57 | |
*** dprince has joined #openstack-mistral | 15:58 | |
*** toddjohn has quit IRC | 16:04 | |
*** toddjohn has joined #openstack-mistral | 16:25 | |
openstackgerrit | Merged openstack/mistral: Replace self._await(lamdba: ..) constructs with more readable calls https://review.openstack.org/302633 | 16:38 |
openstackgerrit | Merged openstack/python-mistralclient: Fix task result syntax in workflows used for functional tests https://review.openstack.org/304062 | 16:43 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Add utility methods to test action executions more conveniently https://review.openstack.org/302651 | 16:45 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Leave more relevant comment in engine race condition test https://review.openstack.org/302656 | 16:46 |
*** dprince has quit IRC | 16:57 | |
*** dprince has joined #openstack-mistral | 16:58 | |
*** pbelamge has joined #openstack-mistral | 17:14 | |
openstackgerrit | Emilien Macchi proposed openstack/mistral: tempest: fix dir_path https://review.openstack.org/303792 | 17:31 |
*** toddjohn has quit IRC | 17:41 | |
*** achanda has quit IRC | 17:53 | |
*** achanda has joined #openstack-mistral | 17:56 | |
*** toddjohn has joined #openstack-mistral | 18:01 | |
*** achanda_ has joined #openstack-mistral | 18:04 | |
*** achanda has quit IRC | 18:04 | |
*** toddjohn has quit IRC | 18:05 | |
openstackgerrit | Renat Akhmerov proposed openstack/python-mistralclient: Updated from global requirements https://review.openstack.org/303158 | 18:21 |
*** achanda_ has quit IRC | 18:21 | |
*** achanda has joined #openstack-mistral | 18:21 | |
*** pbelamge has quit IRC | 18:24 | |
*** achanda has quit IRC | 18:27 | |
*** ninag has quit IRC | 18:30 | |
*** achanda has joined #openstack-mistral | 18:30 | |
*** ninag has joined #openstack-mistral | 18:30 | |
*** ninag has quit IRC | 18:35 | |
*** achanda has quit IRC | 18:36 | |
*** ninag has joined #openstack-mistral | 18:39 | |
*** toddjohn has joined #openstack-mistral | 18:39 | |
*** toddjohn has quit IRC | 18:52 | |
*** toddjohn has joined #openstack-mistral | 18:52 | |
*** toddjoh__ has joined #openstack-mistral | 18:55 | |
*** toddjohn has quit IRC | 18:57 | |
*** ninag has quit IRC | 18:57 | |
openstackgerrit | Merged openstack/mistral: Add utility methods to test action executions more conveniently https://review.openstack.org/302651 | 18:58 |
*** toddjoh__ has quit IRC | 18:59 | |
*** ninag has joined #openstack-mistral | 19:01 | |
*** ninag_ has joined #openstack-mistral | 19:02 | |
*** ninag__ has joined #openstack-mistral | 19:04 | |
*** ninag has quit IRC | 19:06 | |
*** ninag_ has quit IRC | 19:07 | |
*** achanda has joined #openstack-mistral | 19:59 | |
*** EmilienM has joined #openstack-mistral | 20:02 | |
EmilienM | hello Mistral ! | 20:02 |
EmilienM | I'm currently trying to run Tempest against mistral and I got a bug, that i'm fixing with https://review.openstack.org/#/c/303792/ patch - please review it ! | 20:03 |
*** openstackgerrit has quit IRC | 20:05 | |
EmilienM | well, when gerrit is back ;-) | 20:05 |
*** ninag__ has quit IRC | 20:06 | |
*** ninag has joined #openstack-mistral | 20:06 | |
*** ninag has quit IRC | 20:14 | |
*** achanda has quit IRC | 20:22 | |
*** openstackgerrit has joined #openstack-mistral | 20:27 | |
*** dprince has quit IRC | 20:36 | |
*** toddjoh__ has joined #openstack-mistral | 20:40 | |
*** ninag has joined #openstack-mistral | 20:41 | |
*** openstackgerrit has quit IRC | 20:41 | |
*** openstackgerrit has joined #openstack-mistral | 20:55 | |
*** ninag has quit IRC | 21:03 | |
*** ninag has joined #openstack-mistral | 21:03 | |
*** ninag has quit IRC | 21:04 | |
*** ninag has joined #openstack-mistral | 21:04 | |
*** ninag has quit IRC | 21:34 | |
*** ninag has joined #openstack-mistral | 21:34 | |
*** ninag has quit IRC | 21:37 | |
*** ninag has joined #openstack-mistral | 21:37 | |
*** ninag has quit IRC | 21:38 | |
*** ninag has joined #openstack-mistral | 21:39 | |
*** ninag has quit IRC | 21:50 | |
*** ninag has joined #openstack-mistral | 21:50 | |
*** toddjoh__ has quit IRC | 21:52 | |
*** toddjohn has joined #openstack-mistral | 21:53 | |
*** bobh_ has quit IRC | 21:55 | |
*** toddjohn has quit IRC | 21:57 | |
*** ninag has quit IRC | 22:17 | |
*** bobh_ has joined #openstack-mistral | 23:23 | |
*** Ravikiran_K has quit IRC | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!