Enable virtlockd/virtlogd

These two services were disabled a while ago because of broken
idempotency in Ubuntu, but these two are essential services. Especially
virtlogd is required to capture instance console logs correctly.

This re-enables these jobs, because now we no longer observe
the broken idempotency.

Change-Id: I6742da4913313087caf8ccccf9baa6210cf328f9
This commit is contained in:
Takashi Kajinami 2023-03-21 20:42:18 +09:00
parent c25cf05431
commit 50eecf65db

View File

@ -204,11 +204,6 @@ class openstack_integration::nova (
class { 'nova::compute::libvirt': class { 'nova::compute::libvirt':
virt_type => $libvirt_virt_type, virt_type => $libvirt_virt_type,
cpu_mode => $libvirt_cpu_mode, cpu_mode => $libvirt_cpu_mode,
# virtlock and virtlog services resources are not idempotent
# on Ubuntu, let's disable it for now.
# https://tickets.puppetlabs.com/browse/PUP-6370
virtlock_service_name => false,
virtlog_service_name => false,
images_type => $images_type, images_type => $images_type,
} }
class { 'nova::compute::libvirt::networks': } class { 'nova::compute::libvirt::networks': }