mirror of
https://opendev.org/openstack/puppet-openstack-guide.git
synced 2026-01-17 07:11:36 +00:00
The upstream docs structure is changing, so this change updates our existing docs into contributor and install guide sections. Change-Id: I70bd519f3be74513a5f99f7b94719d7c07424a5b Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
29 lines
685 B
ReStructuredText
29 lines
685 B
ReStructuredText
.. _deploy:
|
|
|
|
===============================
|
|
Deploy Puppet OpenStack modules
|
|
===============================
|
|
|
|
Deploy Puppet OpenStack modules, deploy OpenStack with Puppet and test the
|
|
setup with Tempest.
|
|
|
|
* Software requirements:
|
|
|
|
* Ubuntu 14.04 LTS or CentOS7 fresh install
|
|
* 'git' installed
|
|
|
|
* Hardware requirements:
|
|
|
|
* At least 4GB of memory, but 8GB is recommended.
|
|
* At least 10GB of storage.
|
|
|
|
.. code-block:: bash
|
|
|
|
$ git clone git://git.openstack.org/openstack/puppet-openstack-integration
|
|
$ cd puppet-openstack-integration
|
|
$ ./all-in-one.sh
|
|
|
|
|
|
More information you can find here_.
|
|
|
|
.. _here: https://github.com/openstack/puppet-openstack-integration#all-in-one
|