Re: [Openstack] Openstack High Availability

2012-12-18 Thread Samuel Winchenbach
Thanks for links Sébastien. Is using pacemaker/corosync (as opposed to haproxy + keepalived) for the opensource services the preferred method for making openstack HA? Also is it possible with pacemaker to run the services in an Active/Active configuration with load balancing? Pardon my ignorance

Re: [Openstack] Openstack High Availability

2012-12-18 Thread JuanFra Rodriguez Cardoso
Great articles/guides guys! Appreciated and useful material for production deployments. Thanks! JuanFra. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More he

Re: [Openstack] Openstack High Availability

2012-12-18 Thread Sébastien Han
Thanks Razique, I still need to edit the official HA doc to give details about this setup, I don't really have the time this week. I hope I can save some time before the end of the year. Cheers! -- Regards, Sébastien Han. On Tue, Dec 18, 2012 at 12:13 AM, Razique Mahroua wrote: > Great links >

Re: [Openstack] Openstack High Availability

2012-12-17 Thread Razique Mahroua
Great links thanks for these Seb :) Le 17 déc. 2012 à 22:48, Sébastien Han a écrit : > Hi, > > For the others OpenStack components please follow: > > http://www.sebastien-han.fr/blog/2012/06/28/openstack-glance-keystone-ha/ > http://www.hastexo.com/blogs/martin/2012/04/03/bringing-high-availa

Re: [Openstack] Openstack High Availability

2012-12-17 Thread Sébastien Han
Hi, For the others OpenStack components please follow: http://www.sebastien-han.fr/blog/2012/06/28/openstack-glance-keystone-ha/ http://www.hastexo.com/blogs/martin/2012/04/03/bringing-high-availability-openstack-keystone-and-glance http://www.sebastien-han.fr/blog/2012/07/02/openstack-nova-compo

Re: [Openstack] Openstack High Availability

2012-12-17 Thread Eugene Kirpichov
Right, you only need HA for swift-proxy where a simple load balancer suffices. On Dec 17, 2012, at 12:42 PM, Caitlin Bestler wrote: > > > Eugene Kirpichov wrote: > >> I suggest you to read a series of our blogposts on H/A in openstack (in this >> order): >> http://www.mirantis.com/blog/intr

Re: [Openstack] Openstack High Availability

2012-12-17 Thread Caitlin Bestler
Eugene Kirpichov wrote: > I suggest you to read a series of our blogposts on H/A in openstack (in this > order): > http://www.mirantis.com/blog/intro-to-openstack-in-production/ > http://www.mirantis.com/blog/ha-platform-components-mysql-rabbitmq/ > http://www.mirantis.com/blog/software-high-av

Re: [Openstack] Openstack High Availability

2012-12-17 Thread Eugene Kirpichov
Hi, I suggest you to read a series of our blogposts on H/A in openstack (in this order): http://www.mirantis.com/blog/intro-to-openstack-in-production/ http://www.mirantis.com/blog/ha-platform-components-mysql-rabbitmq/ http://www.mirantis.com/blog/software-high-availability-load-balancing-opensta

[Openstack] Openstack High Availability

2012-12-17 Thread Samuel Winchenbach
Hi All, I am following the high availability guide provided by openstack as seen here: http://docs.openstack.org/trunk/openstack-ha/content/ch-intro.html I currently have mysql and rabbitmq setup with pacemaker and corosync. Everything seems to be working fine. I am now adding in the openstack