(#9874) Add openstack diablo ppa

Adds class openstack::repo::diablo which sets up
the ppa to install openstack diablo.

Also added to the host setup manifest.
This commit is contained in:
Dan Bode
2011-10-03 21:47:17 -07:00
parent b9a45d8727
commit 6a11f9ced1
3 changed files with 6 additions and 1 deletions

View File

@@ -20,3 +20,5 @@ host { 'compute':
host { 'glance': host { 'glance':
ip => '172.21.0.16', ip => '172.21.0.16',
} }
class { 'apt': }
class { 'openstack::repo::diablo': }

View File

@@ -0,0 +1,3 @@
class openstack::repo::diablo {
apt::ppa { 'ppa:openstack-release/2011.3': }
}

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
puppet apply /vagrant/manifests/hosts.pp puppet apply /vagrant/manifests/hosts.pp --modulepath /vagrant/modules
puppet apply /vagrant/manifests/site.pp --modulepath /vagrant/modules --graph --certname $* --graphdir /vagrant/graphs puppet apply /vagrant/manifests/site.pp --modulepath /vagrant/modules --graph --certname $* --graphdir /vagrant/graphs