mirror of
https://opendev.org/openstack/puppet-openstack-guide.git
synced 2026-01-16 23:02:01 +00:00
Currently opendev.org is the source and all repos in github.com are mirror. Thus we should point opendev.org instead of github.com . Change-Id: I50967bc2a5dcf69f6d76ba948c3955d55a4568f0
29 lines
683 B
ReStructuredText
29 lines
683 B
ReStructuredText
.. _deploy:
|
|
|
|
===============================
|
|
Deploy Puppet OpenStack modules
|
|
===============================
|
|
|
|
Deploy Puppet OpenStack modules, deploy OpenStack with Puppet and test the
|
|
setup with Tempest.
|
|
|
|
* Software requirements:
|
|
|
|
* Ubuntu 18.04 LTS or CentOS 7 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 https://opendev.org/openstack/puppet-openstack-integration
|
|
$ cd puppet-openstack-integration
|
|
$ ./all-in-one.sh
|
|
|
|
|
|
More information you can find here_.
|
|
|
|
.. _here: https://opendev.org/openstack/puppet-openstack-integration#all-in-one
|