Re: [openstack-dev] [oslo] Adding ozamiatin to oslo-core

2016-10-06 Thread Oleksii Zamiatin
Thanks a lot for such a great honor! I’ll try to do my best. > 3 окт. 2016 г., в 20:42, Joshua Harlow написал(а): > > Greetings all stackers, > > I propose that we add Oleksii Zamiatin[1] to the oslo-core[2] team. > > Oleksii has been actively contributing to oslo for

Re: [openstack-dev] Use the zmq as message backend for Opnestack components

2016-08-17 Thread Oleksii Zamiatin
q for RPC and rabbit or other transport which supports notifications. > > Thanks > Swami > > > On Wed, Aug 10, 2016 at 5:34 PM, Oleksii Zamiatin <mailto:ozamia...@mirantis.com>> wrote: > Hi, > > The general answer is: yes! it is possible for all services exce

Re: [openstack-dev] Use the zmq as message backend for Opnestack components

2016-08-10 Thread Oleksii Zamiatin
Hi, The general answer is: yes! it is possible for all services except Ceilometer yet. RPC use case is 100% covered, but Ceilometer uses Notifications which are partly supported in zmq backend because they need some persistence when consumer is not present etc. For all the other services (Nov

Re: [openstack-dev] [oslo][messaging][zmq][performance]

2016-03-28 Thread Oleksii Zamiatin
t; Out of curiosity for this, is it a generally applicable solution that could > also be used for the other in(secure) messaging issues that have been talked > about in: > > http://lists.openstack.org/pipermail/openstack-dev/2016-March/thread.html#90082 > > On 03/25/2016 05:28 AM, O

[openstack-dev] [oslo][messaging][zmq][performance]

2016-03-25 Thread Oleksii Zamiatin
Hi everyone! Here is the status update for zmq driver upstream development in M and plans for N What was done: 1. Dedicated patterns usage was finally impelemented. DEALER/ROUTER for CALL, PUSH/PULL for CAST, PUB/SUB for fanout. Last time everything worked over DEAL/ROUTER which was no

Re: [openstack-dev] [oslo] PTL for Newton and beyond

2016-03-03 Thread Oleksii Zamiatin
Dims, Thanks a lot for your hard work being PTL! It has been great working with you! Thanks, Oleksii On Thu, Mar 3, 2016 at 2:40 PM, Gary Kotton wrote: > +1 > > Gracias Dims! > > > > > On 3/3/16, 2:26 PM, "Sean Dague" wrote: > > >On 03/03/2016 06:32 AM, Davanum Srinivas wrote: > >> Team, > >>

Re: [openstack-dev] [oslo] Adding Dmitry Ukhlov to Oslo-Messaging-Core

2016-01-28 Thread Oleksii Zamiatin
My big +1 for Dmitry! On Thu, Jan 28, 2016 at 5:40 PM, Doug Hellmann wrote: > Excerpts from Davanum Srinivas (dims)'s message of 2016-01-28 09:25:56 > -0600: > > Team, > > > > Dmitry has been focused solely on the Pika Driver this cycle: > > http://stackalytics.com/?user_id=dukhlov&metric=commit

Re: [openstack-dev] [devstack]Question about using Devstack

2015-11-23 Thread Oleksii Zamiatin
On Mon, Nov 23, 2015 at 12:58 PM, Young Yang wrote: > Hi, > I'm using devstack to deploy stable/Kilo in my Xenserver. > I successfully deploy devstack. But I found that every time I restart it, > devstack always run ./stack.sh to clear all my data and resintall all the > components. > So here com

Re: [openstack-dev] [oslo.messaging][zmq] Redundant zmq.Context creation

2015-01-23 Thread Oleksii Zamiatin
23.01.15, 13:22, Elena Ezhova ?: On Fri, Jan 23, 2015 at 1:55 PM, Ilya Pekelny > wrote: On Fri, Jan 23, 2015 at 12:46 PM, ozamiatin mailto:ozamia...@mirantis.com>> wrote: IMHO It should be created once per Reactor/Client or even per