Re: [Openstack] Deployment for production

2017-05-04 Thread Haïkel
2017-05-03 10:41 GMT+02:00 Fawaz Mohammed : > Hi Satish, > > I believe RDO is not meant to be for production. I prefer to use the > original upstream project "TripleO" as they have better documentation. > It is meant for production, but it is community-support. I

Re: [Openstack] Deployment for production

2017-05-03 Thread Paras pradhan
It is going to be a lot of work to make high availablity work with the deployment you do with packstack or rdo. Tripleo provides HA . One good reason to deploy triplo over rdo / packstack -Paras. On Wed, May 3, 2017 at 7:08 PM, Mike Smith wrote: > At Overstock.com we

Re: [Openstack] Deployment for production

2017-05-03 Thread Mike Smith
At Overstock.com we use RDO on CentOS for our production clouds. Works great for us. We do the install straight from the openstack docs but do our own puppet modules since we use puppet for everything we do. Mike > On May 3, 2017, at 1:01 AM, Satish Patel wrote: > >

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
So let me get this straight you used RDO repo but use your puppet module to deploy application right? Also do you guys using DVR distributes virtual router or central network node? Sent from my iPhone > On May 3, 2017, at 12:31 PM, Tim Bell wrote: > > We use packstack when

Re: [Openstack] Deployment for production

2017-05-03 Thread Tim Bell
We use packstack when we need an all-in-one environment such as people wanting to try out some new ideas (http://clouddocs.web.cern.ch/clouddocs/advanced_topics/installing_your_own_openstack.html). Puppet gives us lots of additional abilities to customise parts of the cloud for different

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
so at CERN you are not using packstack. You are using RDO and done your puppet work to deploy stuff right? I found packstack very easy and handy to deploy stuff, why people hate it? what could go wrong if we deploy using packstack? On Wed, May 3, 2017 at 12:18 PM, Tim Bell

Re: [Openstack] Deployment for production

2017-05-03 Thread Tim Bell
You also need to assess the skills of your administration team, will they need help to set things up, consulting, formal support contract etc. At CERN, we’re running packages and puppet configuration derived from RDO in production. Tim On 03.05.17, 17:56, "Satish Patel"

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
Problem is there are many tools available but hard to pick which one is reliable and provide long term community support, also we are looking something we can easily deploy compute node, upgrade software time to time without breaking any code etc. On Wed, May 3, 2017 at 5:41 AM, Christian Berendt

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
I used packstack I am still not clear what is the difference between packstack vs triple O they both used RDP repo in backend. On Wed, May 3, 2017 at 10:03 AM, Remo Mattei wrote: > Did you build it with packstack or triple o? > > Inviato da iPhone > > Il giorno 03 mag 2017,

Re: [Openstack] Deployment for production

2017-05-03 Thread James Fleet
We are using RDO in production ? But we have done some other things to custom to our builds. If you use RedHat, Canonical Linux they provide you with subscription support. James R. Fleet Innovative Solutions Technology 484 Williamsport Pike #135 Martinsburg, WV 25404 888.809.0223 ext.702 On

Re: [Openstack] Deployment for production

2017-05-03 Thread Remo Mattei
Did you build it with packstack or triple o? Inviato da iPhone > Il giorno 03 mag 2017, alle ore 01:41, Fawaz Mohammed > ha scritto: > > Hi Satish, > > I believe RDO is not meant to be for production. I prefer to use the original > upstream project "TripleO"

Re: [Openstack] Deployment for production

2017-05-03 Thread Matthias Runge
On 03/05/17 10:41, Fawaz Mohammed wrote: > Hi Satish, > > I believe RDO is not meant to be for production. I prefer to use the > original upstream project "TripleO" as they have better documentation. > I guess you meant, you were using the TripleO installer from RDO project? There are quite a

Re: [Openstack] Deployment for production

2017-05-03 Thread Fawaz Mohammed
Hi Satish, I believe RDO is not meant to be for production. I prefer to use the original upstream project "TripleO" as they have better documentation. Other production grade deployment tools are: Fuel: https://docs.openstack.org/developer/fuel-docs/userdocs/ fuel-install-guide.html Support