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...")
Line 10: Line 10:
 
* 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>

Revision as of 20:34, 5 November 2015


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