Add rabbit mq repo setup to pre stage

This commit is contained in:
Dan Bode 2012-03-31 00:53:30 -07:00
parent 3f8f357acc
commit 6803cefc2a
1 changed files with 6 additions and 2 deletions

View File

@ -124,7 +124,9 @@ node glance {
node rabbitmq {
if($::operatingsystem == 'Ubuntu') {
class { 'rabbitmq::repo::apt': }
class { 'rabbitmq::repo::apt':
stage => 'nova_ppa',
}
}
class { 'nova::rabbitmq':
userid => $rabbit_user,
@ -167,7 +169,9 @@ node all {
# components on one node.
class { 'mysql::server': }
if($::operatingsystem == 'Ubuntu') {
class { 'rabbitmq::repo::apt': }
class { 'rabbitmq::repo::apt':
stage => 'nova_ppa',
}
}
class { 'nova::all':
db_password => 'password',