4
README
4
README
@@ -102,9 +102,7 @@ This will install all of the currently supported openstack components into a sin
|
|||||||
|
|
||||||
run the rake task:
|
run the rake task:
|
||||||
|
|
||||||
$ rake build:all
|
$ rake build:single
|
||||||
|
|
||||||
$
|
|
||||||
|
|
||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
|
@@ -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': }
|
||||||
|
Submodule modules/glance updated: ba246b2d40...f8b922582d
Submodule modules/nova updated: ca8850b8fd...807a437471
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