Jump to: navigation, search

Difference between revisions of "Puppet/Deploy"

(Replaced content with "__TOC__ Deploy Puppet OpenStack modules, deploy OpenStack with Puppet and test the setup with Tempest. Software requirements: * Ubuntu 14.04 LTS or CentOS7 fresh install...")
(retire page)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
__TOC__
+
'''These docs are outdated, but kept here for historical reasons and search access. To view the latest docs, please refer to http://docs.openstack.org/developer/puppet-openstack-guide/'''
 +
 
 +
<strike>
 +
__TOC__<br />
 +
 
  
 
Deploy Puppet OpenStack modules, deploy OpenStack with Puppet and test the setup with Tempest.
 
Deploy Puppet OpenStack modules, deploy OpenStack with Puppet and test the setup with Tempest.
Line 6: Line 10:
 
* Ubuntu 14.04 LTS or CentOS7 fresh install
 
* Ubuntu 14.04 LTS or CentOS7 fresh install
 
* 'git' installed
 
* 'git' installed
 +
<br />
  
 
Hardware requirements:
 
Hardware requirements:
 
* At least 4GB of memory, but 8GB is recommended
 
* At least 4GB of memory, but 8GB is recommended
 
* At least 10GB of storage
 
* At least 10GB of storage
 +
<br />
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
curl -sL http://tinyurl.com/PuppetOpenStackAIO | bash
 
curl -sL http://tinyurl.com/PuppetOpenStackAIO | bash
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
<br />
 +
 +
Documentation [https://github.com/openstack/puppet-openstack-integration#all-in-one here].
 +
</strike>

Latest revision as of 23:33, 18 May 2016

These docs are outdated, but kept here for historical reasons and search access. To view the latest docs, please refer to http://docs.openstack.org/developer/puppet-openstack-guide/



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


curl -sL http://tinyurl.com/PuppetOpenStackAIO | bash


Documentation here.