Add Deploy docs and fix releases doc

- releases doc has a invalid url
- add documentation about how to deploy
using aio.

Change-Id: I810c4471d5e01ccbc76cf232863cb08bd4c215de
This commit is contained in:
Iury Gregory Melo Ferreira 2016-06-02 21:45:39 -03:00
parent a48ba0a2ef
commit d52a6fac99
2 changed files with 24 additions and 2 deletions

View file

@ -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

View file

@ -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