[Openstack] minimal IaaS openstack installation FROM SOURCE on CentOS

2012-04-12 Thread Mauch, Viktor (SCC)
Hi, I need to install a minimal/simple Openstack IaaS Deployment framework on CentOS 6.x from Source. Is there anywhere a nice howto tutorial? And yes: I know there are packeges, but I need it from source. Cheers Viktor smime.p7s Description: S/MIME cryptographic signature

Re: [Openstack] minimal IaaS openstack installation FROM SOURCE on CentOS

2012-04-12 Thread P. Stallworth
All the tarballs should be available on Launchpad, there are links from the main OpenStack.org page. Most instructions assume getting packages from yum, apt-get, etc but once you get the source installed there are plenty of CentOS specific config docs around. For Nova and Swift:

Re: [Openstack] minimal IaaS openstack installation FROM SOURCE on CentOS

2012-04-12 Thread Mauch, Viktor (SCC)
@lists.launchpad.net Subject: Re: [Openstack] minimal IaaS openstack installation FROM SOURCE on CentOS All the tarballs should be available on Launchpad, there are links from the main OpenStack.org page. Most instructions assume getting packages from yum, apt-get, etc but once you get the source installed

Re: [Openstack] minimal IaaS openstack installation FROM SOURCE on CentOS

2012-04-12 Thread Vishvananda Ishaya
Devstack just gained support for Fedora, so you could try using it. You might have to make some modifications, but it is just a shell script so it should be easy to read. (From devstack.org) try: git clone git://github.com/openstack-dev/devstack.git cd devstack; ./stack.sh On Apr 12, 2012, at

Re: [Openstack] minimal IaaS openstack installation FROM SOURCE on CentOS

2012-04-12 Thread Justin Santa Barbara
I have it running from source in a more-production-environment than devstack, though on Debian... https://github.com/justinsb/openstack-simple-config Would you like to collaborate on fixing this up for CentOS the Essex release? It was working a week or two before feature freeze, and post