Support for Ceilometer installation.
- Added puppet-ceilometer and puppetlabs-mongodb modules - Added Ceilometer plugin Fixes: rhbz#967310 Change-Id: Ib1f42faf78a75af32232994f8e40acbdac318b4d
This commit is contained in:
7
packstack/puppet/templates/keystone_ceilometer.pp
Normal file
7
packstack/puppet/templates/keystone_ceilometer.pp
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
class { 'ceilometer::keystone::auth':
|
||||
password => '%(CONFIG_CEILOMETER_KS_PW)s',
|
||||
public_address => "%(CONFIG_CEILOMETER_HOST)s",
|
||||
admin_address => "%(CONFIG_CEILOMETER_HOST)s",
|
||||
internal_address => "%(CONFIG_CEILOMETER_HOST)s",
|
||||
}
|
||||
Reference in New Issue
Block a user