{ "info": { "author": "RDO", "author_email": "rdo-list@redhat.com", "bugtrack_url": null, "classifiers": [ "Environment :: OpenStack", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "# Packstack\n\nUtility to install **OpenStack** on **Red Hat** based operating system. See\nother branches for older **OpenStack** versions. Details on how to\ncontribute to **Packstack** may be found in the **Packstack** wiki at\n Additional information\nabout involvement in the community around **Packstack** can be found at\n\n\n\nThis utility can be used to install **OpenStack** on a single or group of\nhosts (over `ssh`).\n\nThis utility is still in the early stages, a lot of the configuration\noptions have yet to be added.\n\n## Installation of packstack:\n\n $ yum install -y git\n $ git clone git://github.com/openstack/packstack.git\n $ cd packstack && sudo python setup.py install\n\n## Installation of Puppet modules (REQUIRED if running packstack from source):\n\n $ export GEM_HOME=/tmp/somedir\n $ gem install r10k\n $ sudo -E /tmp/somedir/bin/r10k puppetfile install -v\n $ sudo cp -r packstack/puppet/modules/packstack /usr/share/openstack-puppet/modules\n\n### Option 1 (all-in-one)\n\n $ packstack --allinone\n\nThis will install all **OpenStack** services on a single host without\nprompting for any configuration information. This will generate an\n\"answers\" file (`packstack-answers--