glance: deploy glance cache cron jobs

... so that we can validate cron jobs managed by the glance::cache::*
class.

Change-Id: I5d5d0cc5d53a648b0f98fb894c82967e4f5a44dc
This commit is contained in:
Takashi Kajinami 2024-03-05 11:54:15 +09:00
parent dd0b489134
commit da4432fe37
1 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,11 @@ class openstack_integration::glance (
bind_host => $::openstack_integration::config::host,
}
class { 'glance::cron::db_purge': }
class { 'glance::cache::cleaner': }
class { 'glance::cache::pruner': }
class { 'glance::cache::logging':
debug => true,
}
class { 'glance::notify::rabbitmq':
default_transport_url => os_transport_url({
'transport' => $::openstack_integration::config::messaging_default_proto,