First implementation of init class
* Introduce basic parameters in init.pp * Rspec tests * Documentation * Beaker tests Change-Id: I61c4f1ca1571558490925f2874a274e3b427c3f0
This commit is contained in:
@@ -95,7 +95,13 @@ describe 'basic aodh' do
|
||||
public_url => "https://${::fqdn}:5000/",
|
||||
admin_url => "https://${::fqdn}:35357/",
|
||||
}
|
||||
|
||||
class { '::aodh':
|
||||
rabbit_userid => 'aodh',
|
||||
rabbit_password => 'an_even_bigger_secret',
|
||||
verbose => true,
|
||||
debug => true,
|
||||
rabbit_host => '127.0.0.1',
|
||||
}
|
||||
class { '::aodh::db::mysql':
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user