(#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:
@@ -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': }
|
||||||
|
3
modules/openstack/manifests/repo/diablo.pp
Normal file
3
modules/openstack/manifests/repo/diablo.pp
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
class openstack::repo::diablo {
|
||||||
|
apt::ppa { 'ppa:openstack-release/2011.3': }
|
||||||
|
}
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user