mirror of
https://opendev.org/openstack/puppet-openstack-guide.git
synced 2026-01-16 23:02:01 +00:00
Merge "Add Deploy docs and fix releases doc"
This commit is contained in:
commit
3a9adfd40b
2 changed files with 24 additions and 2 deletions
|
|
@ -4,4 +4,26 @@
|
|||
Deploy Puppet OpenStack modules
|
||||
===============================
|
||||
|
||||
.. TODO(iurygregory) update Deploy All-In-One
|
||||
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
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ Steps to release a Puppet moduleː
|
|||
- Push the tag and generate Puppetforge artifact. You can use `some
|
||||
tools <https://gist.github.com/EmilienM/ecafa712fdab9f9942b3#file-release_pupet_modules-sh>`__
|
||||
to automate it.
|
||||
- Update `Release table <Puppet/releases#Modules_releases>`__
|
||||
- Update `Release table <#modules-releases>`__
|
||||
- Upload the artifact to `Puppetlabs
|
||||
forge <https://forge.puppetlabs.com/openstack>`__
|
||||
- Update launchpad projects with `some
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue