Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-30 Thread Curtis
On Mon, Aug 28, 2017 at 6:24 PM, Imtiaz Chowdhury wrote: > Thanks Curtis, Robert, David and Mohammed for your responses. > > As a follow up question, do you use any deployment automation tools for > setting up the HA control plane? I can see the value of deploying

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-29 Thread Van Leeuwen, Robert
> Thanks Curtis, Robert, David and Mohammed for your responses. >As a follow up question, do you use any deployment automation tools for > setting up the HA control plane? > I can see the value of deploying each service in separate virtual > environment or containers but automating such

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-28 Thread Fox, Kevin M
: [Openstack-operators] Case studies on Openstack HA architecture Thanks Curtis, Robert, David and Mohammed for your responses. As a follow up question, do you use any deployment automation tools for setting up the HA control plane? I can see the value of deploying each service in separate virtual

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-28 Thread Imtiaz Chowdhury
Thanks Curtis, Robert, David and Mohammed for your responses. As a follow up question, do you use any deployment automation tools for setting up the HA control plane? I can see the value of deploying each service in separate virtual environment or containers but automating such deployment

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-28 Thread Curtis
On Fri, Aug 25, 2017 at 6:11 PM, Imtiaz Chowdhury wrote: > Hi Openstack operators, > > > > Most Openstack HA deployment use 3 node database cluster, 3 node rabbitMQ > cluster and 3 Controllers. I am wondering whether there are any studies done > that show the pros

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-28 Thread Van Leeuwen, Robert
> > Hi Openstack operators, > > Most Openstack HA deployment use 3 node database cluster, 3 node rabbitMQ > cluster and 3 Controllers. > I am wondering whether there are any studies done that show the pros and cons > of co-locating database and messaging service with the Openstack control >

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-26 Thread Mohammed Naser
We've also always done the same. We deploy any cloud with a minimum of 3 (quorum, etc) but when the database or message queue needs to scale up, the other components probably need to as well so making an equal replica of everything across the environment. Sent from my iPhone > On Aug 26,

Re: [Openstack-operators] Case studies on Openstack HA architecture

2017-08-26 Thread David Medberry
I'm not aware of any studies as per se, but we have long run rabbitmq, MySQL, and all the API endpoints on the same three nodes. On Aug 25, 2017 6:12 PM, "Imtiaz Chowdhury" wrote: > Hi Openstack operators, > > > > Most Openstack HA deployment use 3 node database