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:
http://wiki.openstack.org/InstallInstructions.  For Keystone there's also
this
https://github.com/timeredbull/references/wiki/Installing-and-configuring-openstack-keystone-in-a-CentOS-6.2which
may help.

-Paul

On Thu, Apr 12, 2012 at 8:31 AM, Mauch, Viktor (SCC) ma...@kit.edu wrote:

 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

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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

2012-04-12 Thread Mauch, Viktor (SCC)
Of course I found the tarballs with the source code.

 

However all the centos specific docs I found couldn't really help. Most of
them are too old, did not work (concerning several dependency errors) or
provide only a single-node-installation

 

What I really search is a detailed step-by-step description, how to install
a simple/minimal IaaS Openstack cloud on 2 nodes on CentOS 6.x from source.

 

But thanks for your answer!

 

Cheer vic

 

From: P. Stallworth [mailto:pstallwo...@gmail.com] 
Sent: Thursday, April 12, 2012 6:15 PM
To: Mauch, Viktor (SCC)
Cc: openstack@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 there are plenty of
CentOS specific config docs around.  For Nova and Swift:
http://wiki.openstack.org/InstallInstructions.  For Keystone there's also
this
https://github.com/timeredbull/references/wiki/Installing-and-configuring-op
enstack-keystone-in-a-CentOS-6.2 which may help.

-Paul

On Thu, Apr 12, 2012 at 8:31 AM, Mauch, Viktor (SCC) ma...@kit.edu wrote:

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


___
Mailing list: https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack 
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
https://launchpad.net/%7Eopenstack 
More help   : https://help.launchpad.net/ListHelp

 



smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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 6:31 AM, Mauch, Viktor (SCC) wrote:

 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
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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
Keystone redux, so it should be good, so it should mostly be CentOS
differences.

More production-ready = won't wipe your data if you type the wrong thing
into devstack :-)

I'm hoping to establish a baseline of a recommended way to package
OpenStack.  I'm leading a Design Summit session about this, I believe!

Justin





On Thu, Apr 12, 2012 at 10:09 AM, Vishvananda Ishaya
vishvana...@gmail.comwrote:

 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 6:31 AM, Mauch, Viktor (SCC) wrote:

 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
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp