add special notes for installing puppet 2.6.8 on ubuntu 11.04

This commit is contained in:
hitman
2011-07-13 08:08:45 +02:00
parent aca3fee4c9
commit 4e0cfb9cb2
4 changed files with 14 additions and 5 deletions

15
README
View File

@@ -27,9 +27,18 @@ Installation
$ sudo apt-get update $ sudo apt-get update
4. Install Puppet 4. Install Puppet -- On Oneiric Ocelot (11.10) the ubuntu repos have the correct version puppet but on Natty you have to manually get the 11.10 packages
$ sudo apt-get install libxmlrpc-ruby libopenssl-ruby libshadow-ruby1.8 libaugeas-ruby1.8
$ wget http://mirror.pnl.gov/ubuntu//pool/main/p/puppet/puppet_2.6.8-1ubuntu1_all.deb \
http://mirror.pnl.gov/ubuntu//pool/main/p/puppet/puppet-common_2.6.8-1ubuntu1_all.deb \
http://mirror.pnl.gov/ubuntu//pool/main/f/facter/facter_1.5.9-1ubuntu1_all.deb
$ sudo dpkg -i *.deb
make sure you have version 2.6.8
$ sudo puppet --version
2.6.8
$ apt-get install puppet
5. Download the Puppet OpenStack module 5. Download the Puppet OpenStack module
@@ -37,7 +46,7 @@ Installation
6. Copy the modules into the Puppet modulepath 6. Copy the modules into the Puppet modulepath
$ sudo cp -R ~/puppetlabs-openstack/modules/* /etc/puppet/ $ sudo cp -R ~/puppetlabs-openstack/modules/* /etc/puppet/modules/
7. Run Puppet 7. Run Puppet

Submodule modules/nova deleted from 946448309b

Submodule modules/puppetlabs-nova added at 321d2ae3c2