Merge "Gnocchi: Use rados library in CentOS" into stable/wallaby

This commit is contained in:
Zuul
2022-01-05 21:08:12 +00:00
committed by Gerrit Code Review

View File

@@ -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']