Jump to: navigation, search

Packstack

Revision as of 14:39, 6 February 2013 by Derekh (talk) (Added some placeholders)

Packstack

/!\ This page is far from complete, help by adding information.

Summary

Packstack is a utility that uses Puppet modules to deploy various parts of OpenStack on multiple pre-installed servers over SSH automatically. Currently only Fedora, Red Hat Enterprise Linux (RHEL) and compatible derivatives of both are supported.

Example Usage : All in One

Example Usage : Controller / multiple compute nodes

Example Usage : Swift Proxy / multiple storage devices

Development : Getting started

git clone --recursive https://github.com/stackforge/packstack.git -b folsom
cd packstack
python ./bin/packstack --gen-answer-file=ans.txt
# edit ans.txt
python ./bin/packstack --answer-file=ans.txt


Links

IRC

Developers meet in #packstack-dev on Freenode for discussion.