Manage correct rados package depending on operating system
Change-Id: I88145f1b20165f4a7581767c6406c5af98e8f32c
This commit is contained in:
parent
7994398c62
commit
61fa67cfe6
@ -65,6 +65,8 @@ class openstack_integration::gnocchi {
|
||||
class { '::gnocchi::storage::ceph':
|
||||
ceph_username => 'openstack',
|
||||
ceph_keyring => '/etc/ceph/ceph.client.openstack.keyring',
|
||||
manage_cradox => ($::osfamily == 'RedHat'),
|
||||
manage_rados => ($::osfamily == 'Debian'),
|
||||
}
|
||||
# make sure ceph pool exists before running gnocchi (dbsync & services)
|
||||
Exec['create-gnocchi'] -> Exec['gnocchi-db-sync']
|
||||
|
Loading…
x
Reference in New Issue
Block a user