diff --git a/README.md b/README.md deleted file mode 100644 index 73f33724c..000000000 --- a/README.md +++ /dev/null @@ -1,217 +0,0 @@ -# Packstack - -Utility to install **OpenStack** on **Red Hat** based operating system. See -other branches for older **OpenStack** versions. Details on how to -contribute to **Packstack** may be found in the **Packstack** wiki at - Additional information -about involvement in the community around **Packstack** can be found at - - - -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 of packstack: - - $ yum install -y git - $ git clone git://github.com/openstack/packstack.git - $ cd packstack && sudo python setup.py install - -## Installation of Puppet modules (REQUIRED if running packstack from source): - - $ export GEM_HOME=/tmp/somedir - $ gem install r10k - $ sudo -E /tmp/somedir/bin/r10k puppetfile install -v - $ sudo cp -r packstack/puppet/modules/packstack /usr/share/openstack-puppet/modules - -### Option 1 (all-in-one) - - $ packstack --allinone - -This will install all **OpenStack** services on a single host without -prompting for any configuration information. This will generate an -"answers" file (`packstack-answers--