First implementation of init class

* Introduce basic parameters in init.pp
* Rspec tests
* Documentation
* Beaker tests

Change-Id: I61c4f1ca1571558490925f2874a274e3b427c3f0
This commit is contained in:
Emilien Macchi
2015-10-19 19:59:54 -04:00
parent 6b23e54129
commit 17a835e2e3
5 changed files with 671 additions and 5 deletions

View File

@@ -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',
}