Puppet

Openstack Folsom Deploy by Puppet on Ubuntu 12.04 HOWTO

This HOWTO will guide you though a multi-node Openstack Folsom deployment with Puppet on Ubuntu 12.04.

Before start I will assume you have a clean Ubuntu Server 12.04 installed with minimal packages requirement. It is strongly recommend to install Openstack for a new host, as it will modify a lot of default settings; from the other point of view, don't install Openstack on top of an online production that already well configured ;-)

[DEBUG] puppetlabs-openstack

cd /etc/puppet/modules
git clone --branch folsom git://github.com/puppetlabs/puppetlabs-openstack.git openstack
cd openstack
rake modules:clone
cd /etc/puppet/modules/glance
git remote rename origin puppetlabs
git remote add origin git@github.com:hswong3i/puppetlabs-glance.git
git fetch origin
git branch --set-upstream master origin/master
git checkout -b folsom origin/folsom

cd /etc/puppet/modules/horizon
git remote rename origin puppetlabs
git remote add origin git@github.com:hswong3i/puppetlabs-horizon.git
git fetch origin
git branch --set-upstream master origin/master

Openstack Essex Deploy by Puppet on Ubuntu 12.04 HOWTO

This HOWTO will guide you though a multi-node Openstack Essex deployment with Puppet on Ubuntu 12.04.

Before start I will assume you have a clean Ubuntu Server 12.04 installed with minimal packages requirement. It is strongly recommend to install Openstack for a new host, as it will modify a lot of default settings; from the other point of view, don't install Openstack on top of an online production that already well configured ;-)

Subscribe to RSS - Puppet