Re: [Openstack] Openstack manual setup

2018-01-30 Thread Satish Patel
Is killa-ansible ready for production deployment on 100 node cluster? On Tue, Jan 30, 2018 at 10:37 AM, Benjamin Diaz wrote: > Hi Guru, > I would recommend you to check the kolla-ansible project. It has native > support for all-in-one deployment. > > https://github.com/openstack/kolla-ansible >

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Jeremy Stanley
While not a single-server deployment, the reasoning behind Matt's experiment documented at https://blog.kortar.org/?p=380 (deploying from official release tarballs and following the official install guides) seems similar. You might take some clues from the experiences he describes there. -- Jeremy

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Marcin Dulak
On Tue, Jan 30, 2018 at 11:24 PM, Sashan Govender wrote: > Hi > > I setup an openstack system on my latpop using kvm and these instructions > for Centos 7: > https://docs.openstack.org/newton/install-guide-rdo/ > > It's a long process (about a weeks worth of work if you're new to it and > doing i

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Sashan Govender
Hi I setup an openstack system on my latpop using kvm and these instructions for Centos 7: https://docs.openstack.org/newton/install-guide-rdo/ It's a long process (about a weeks worth of work if you're new to it and doing it full-time). Some issues I had were with the database sync commands (eg:

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Remo Mattei
I personally think that besides learning the manual installation is not a feasible solution. Packstack single node good, RDO Tripleo HA very good (Director is the Red Hat version of this) but you will find other learning on how to use, configure the services, there was mira before but now gone.

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Benjamin Diaz
Hi Guru, I would recommend you to check the kolla-ansible project. It has native support for all-in-one deployment. https://github.com/openstack/kolla-ansible Greetings, Benjamin On Tue, Jan 30, 2018 at 12:21 PM, Navdeep Uniyal < navdeep.uni...@bristol.ac.uk> wrote: > Hi Guru, > > > > Check thi

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Navdeep Uniyal
Hi Guru, Check this link: https://docs.openstack.org/pike/install/ Regards, Navdeep From: Guru Desai [mailto:guru...@gmail.com] Sent: 30 January 2018 14:58 To: OpenStack Mailing List Subject: [Openstack] Openstack manual setup Hello, I plan to setup openstack manually on single server ( prefe

Re: [Openstack] Openstack manual setup

2018-01-30 Thread Brandon Bruce
Hey Guru! I think this might be what you are looking for: https://docs.openstack.org/install-guide/ However, this will be a decent amount of work doing it on a single machine. I am assuming you are going to use VirtualBox or VMWare to create the multiple nodes. I did this same procedure a fe