Re: [Openstack] Production openstack on 5 node

2017-07-25 Thread ron ramos
i have tried MaaS+juju openstack deployment quite easy to deploy. On Mon, Jun 26, 2017 at 3:38 AM, Satish Patel wrote: > Thank you folks! > > I have 5 node so following role i am planning to implement, I am > little confused related network component, should i use DVR >

Re: [Openstack] Production openstack on 5 node

2017-07-24 Thread Satish Patel
I did RDO + DVR But now I'm thinking to use legacy style network node because DVR is little complicated to troubleshoot and I need to put public ip on every node which isn't good idea. Sent from my iPhone > On Jul 23, 2017, at 8:39 PM, Remo Mattei wrote: > > Hi are you

Re: [Openstack] Production openstack on 5 node

2017-07-23 Thread Satish Patel
I found article from RDO website and it's very easy to setup but don't know about troubleshooting and complexity in production when you have many nodes. Sent from my iPhone > On Jun 29, 2017, at 10:22 AM, Remo Mattei wrote: > > Can you share your info I was looking at that!

Re: [Openstack] Production openstack on 5 node

2017-06-29 Thread Satish Patel
I have implemented DVR in test environment but not sure how much it's popular in production in sense of complexity and management. Sent from my iPhone > On Jun 25, 2017, at 4:30 PM, Remo Mattei wrote: > > Dvr is good option if you want to implement a way to have your vms

Re: [Openstack] Production openstack on 5 node

2017-06-25 Thread Remo Mattei
Dvr is good option if you want to implement a way to have your vms always available. It needs ovs. I still have not seen a doc details on implementation yet. :) Inviato da iPhone > Il giorno 25 giu 2017, alle ore 12:38, Satish Patel ha > scritto: > > Thank you

Re: [Openstack] Production openstack on 5 node

2017-06-25 Thread Satish Patel
Thank you folks! I have 5 node so following role i am planning to implement, I am little confused related network component, should i use DVR (distributed virtual router ) but problem is every single node need public IP address in that case, first time building production style openstack so don't

Re: [Openstack] Production openstack on 5 node

2017-06-21 Thread Mike Smith
Agree you should definitely check out what is already out there in community if you are starting from scratch. In our specific case, we do our puppet configs manually because 1) we are still on puppet v3 for everything else and 2) we have been doing it this way since Folsom and it’s worked

Re: [Openstack] Production openstack on 5 node

2017-06-21 Thread John van Ommen
I couldn't agree more. OpenStack deployment is not a trivial task. Do not reinvent the wheel. John On Jun 21, 2017 12:04 PM, "Erik McCormick" wrote: > If you are a Puppet shop you should check out the Puppet community > modules. You will get familiar with all the

Re: [Openstack] Production openstack on 5 node

2017-06-21 Thread Erik McCormick
If you are a Puppet shop you should check out the Puppet community modules. You will get familiar with all the inner goo as you'll need your own composition layer (in my case a series of hiera files). There's no reason to reinvent the wheel unless you really want to. -Erik On Jun 21, 2017 2:19

Re: [Openstack] Production openstack on 5 node

2017-06-21 Thread Satish Patel
Thank you all of you for your opinion, As mike suggested i am also planning to brew home grown puppet module to understand each and every component and their role instead of grabbing third party tool, I am sure OOO is best for 100 deploying 100 compute node but in my setup we have only 5 servers

Re: [Openstack] Production openstack on 5 node

2017-06-20 Thread Remo Mattei
I did a deployment with cs9 hp it was pretty bad. I hope the new one does better. Nevertheless I do not see many using hp out there. Maybe different regions like emea do better with that. Inviato da iPhone > Il giorno 20 giu 2017, alle ore 21:10, John van Ommen >

Re: [Openstack] Production openstack on 5 node

2017-06-20 Thread John van Ommen
At HPE we originally used TripleO but switched to a 'flat' model. I personally didn't see any advantage to Triple O. In theory, it should be easier to manage and upgrade. In the real world, Helion 3.0 and 4.0 are superior in every respect. John On Jun 20, 2017 9:02 PM, "Remo Mattei"

Re: [Openstack] Production openstack on 5 node

2017-06-20 Thread Remo Mattei
I worked for Red Hat and they really want to get ooo going because the installation tools did never work as everyone was hoping. Before Red Hat I was at Mirantis and the fuel installation was nice now dead. I know ooo will go into containers next couple of release but kolla–Ansible is one of

Re: [Openstack] Production openstack on 5 node

2017-06-20 Thread Mike Smith
There are definitely 1,001 opinions on what is “best”. We use RDO at Overstock and we use home-grown puppet modules because we do our own puppet modules for everything else we do here. We based everything around the official Openstack install documents and we do it because we want to *fully*

Re: [Openstack] Production openstack on 5 node

2017-06-20 Thread Erik McCormick
This is a religious discussion for most, but I would suggest Kolla. It takes out a lot of the guess work, has a good upgrade mechanism, and is well supported by the community via mailing list and ORC. Take a look. -Erik On Jun 20, 2017 7:15 PM, "Satish Patel" wrote: > We

[Openstack] Production openstack on 5 node

2017-06-20 Thread Satish Patel
We are deploying 5 node openstack cloud for internal use and wondering what method we should use, initial test was on RDO packstack but i heard packstack isn't good for production, some people on google suggesting using triplo. I found its little complicated because you need one more extra server