Gnocchi: Use rados library in CentOS

The lados library is now preferrred over cradox even in CentOS.
The manage_cradox parameter is already deprecated and has no effect[1].

[1] 3591bd8acc1ac49feb2f0fa33a45a09e94e08407

Change-Id: I56a99426047c065a7a61ce7e1553782f4a8a5bd7
This commit is contained in:
Takashi Kajinami
2021-08-06 21:15:43 +09:00
parent ee5ae929b4
commit 2c37022692

View File

@@ -77,8 +77,7 @@ 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_rados => true,
}
# make sure ceph pool exists before running gnocchi (dbsync & services)
Exec['create-gnocchi'] -> Exec['gnocchi-db-sync']