Merge "Gnocchi: Use rados library in CentOS" into stable/wallaby
This commit is contained in:
@@ -78,8 +78,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'),
|
||||
manage_cradox => false,
|
||||
manage_rados => true,
|
||||
}
|
||||
# make sure ceph pool exists before running gnocchi (dbsync & services)
|
||||
Exec['create-gnocchi'] -> Exec['gnocchi-db-sync']
|
||||
|
||||
Reference in New Issue
Block a user