<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi <span style="font-size: 12.8px;" class="">Swami,</span><div class=""><font size="2" class=""><br class=""></font><div><blockquote type="cite" class=""><div class="">On Aug 17, 2016, at 16:51, M Ranga Swami Reddy <<a href="mailto:swamireddy@gmail.com" class="">swamireddy@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Thank you very much...<div class=""><span style="font-size:12.8px" class="">I guess, change to zmq is a configuration option (ie just change nova.conf, etc) and restart the service will work..Correct me if not.</span></div></div></div></blockquote><div><br class=""></div>That’s correct. Be aware that zmq uses redis for services discovery and proxies (if you use configuration with proxies which is default btw) and you need to specify this in nova.conf and have available redis and proxy (don’t forget to open ports in firewall). Needed changes to configuration file are described in the guide by [1] link.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><span style="font-size:12.8px" class=""><br class=""></span></div><div class=""><span style="font-size:12.8px" class="">Majority of notifications comes from compute/NOVA and will be consumed by Ceilometer. In this case, how nova message Q will syc with ceilometer?</span></div></div></div></blockquote><div><br class=""></div><div>In oslo messaging we have possibility to run separate transports for RPC and Notifications (simultaniously). So you can come up with zmq for RPC and rabbit or other transport which supports notifications.</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><span style="font-size:12.8px" class=""><br class=""></span></div><div class=""><span style="font-size:12.8px" class="">Thanks</span></div><div class=""><span style="font-size:12.8px" class="">Swami</span></div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Aug 10, 2016 at 5:34 PM, Oleksii Zamiatin <span dir="ltr" class=""><<a href="mailto:ozamiatin@mirantis.com" target="_blank" class="">ozamiatin@mirantis.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br class="">
<br class="">
The general answer is: yes! it is possible for all services except Ceilometer yet.<br class="">
<br class="">
RPC use case is 100% covered, but Ceilometer uses Notifications which are partly supported<br class="">
in zmq backend because they need some persistence when consumer is not present etc.<br class="">
<br class="">
For all the other services (Nova, neutron, glance, cinder) you can run zmq RPC backend.<br class="">
<br class="">
For Ceilometer and Notifications there is a possibility to run another backend driver<br class="">
(some people are looking at kafka for example).<br class="">
<br class="">
To try zmq as RPC backend it is easier to start with devstack, for this please follow instructions in the guide [1].<br class="">
<br class="">
Feel free to ping me if you get some questions regarding further steps in zmq+Openstack<br class="">
<br class="">
1 - <a href="http://docs.openstack.org/developer/oslo.messaging/zmq_driver.html#devstack-support" rel="noreferrer" target="_blank" class="">http://docs.openstack.org/<wbr class="">developer/oslo.messaging/zmq_<wbr class="">driver.html#devstack-support</a><br class="">
<div class=""><div class="h5"><br class="">
<br class="">
> On Aug 10, 2016, at 14:36, M Ranga Swami Reddy <<a href="mailto:swamireddy@gmail.com" class="">swamireddy@gmail.com</a>> wrote:<br class="">
><br class="">
> Hello,<br class="">
> I wanted to uset he zmq as message Q for all Openstack components<br class="">
> like, Nova, glance, cinder, Ceilmeter,etc (just replace the default<br class="">
> rabbitmq with zmq).<br class="">
><br class="">
> Is it possible to do this?<br class="">
><br class="">
> Please advise.<br class="">
><br class="">
> Thanks<br class="">
> Swami<br class="">
><br class="">
</div></div>> ______________________________<wbr class="">______________________________<wbr class="">______________<br class="">
> OpenStack Development Mailing List (not for usage questions)<br class="">
> Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org/?subject:unsubscribe" rel="noreferrer" target="_blank" class="">OpenStack-dev-request@lists.<wbr class="">openstack.org?subject:<wbr class="">unsubscribe</a><br class="">
> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank" class="">http://lists.openstack.org/<wbr class="">cgi-bin/mailman/listinfo/<wbr class="">openstack-dev</a><br class="">
<br class="">
<br class="">
______________________________<wbr class="">______________________________<wbr class="">______________<br class="">
OpenStack Development Mailing List (not for usage questions)<br class="">
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org/?subject:unsubscribe" rel="noreferrer" target="_blank" class="">OpenStack-dev-request@lists.<wbr class="">openstack.org?subject:<wbr class="">unsubscribe</a><br class="">
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank" class="">http://lists.openstack.org/<wbr class="">cgi-bin/mailman/listinfo/<wbr class="">openstack-dev</a><br class="">
</blockquote></div><br class=""></div>
__________________________________________________________________________<br class="">OpenStack Development Mailing List (not for usage questions)<br class="">Unsubscribe: <a href="mailto:OpenStack-dev-request@lists.openstack.org" class="">OpenStack-dev-request@lists.openstack.org</a>?subject:unsubscribe<br class=""><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br class=""></div></blockquote></div><br class=""></div></body></html>