Derek Higgins 41d88ed710 Using generic installer
o The installer has been removed and setup as its own project
o some path names have been chenged to allow this to happen
o move openstack specific methodes into modules/ospluginutils.py
2012-09-21 17:02:54 +01:00
2012-09-21 17:02:54 +01:00
2012-09-21 17:02:54 +01:00
2012-08-02 16:50:19 +01:00
2012-08-14 11:08:10 +01:00

Standalone install utility to install openstack on RHEL 6.3 

This utility can be used to install openstack on a single or 
group of hosts (over ssh)

This utility is still in the early stages, a lot of the configuration
options have yet to be added

Installation 
Option 1 (prompts for configuration options)
> python openstack-setup.py

Option 2 (using answer file)
> python openstack-setup.py --gen-answer-file=answers.txt
# edit answers.txt as appropriate
> python openstack-setup.py --answer-file=answers.txt

The origional install script on which this is based can be found 
in the oVirt git repository git://gerrit.ovirt.org/ovirt-engine
Description
Install utility to deploy OpenStack on multiple hosts.
Readme 23 MiB
Languages
Python 71.5%
Puppet 23%
Shell 3.7%
Ruby 1.5%
HTML 0.3%