puppet-tripleo/manifests/releasenotes/notes/nova_libvirt_guests-d0e5424d40d9e26e.yaml
Martin Schuppert c482a3ce5a New profile to configure libvirt-guests on compute host
On compute shutdown we might want to gracefully shutdown instances
using libvirt-guests. If it gets configured is managed via a tht
parameter NovaResumeGuestsStateOnHostBoot. This triggers config
of /etc/sysconfig/libvirt-guests via puppet-nova, configures a
dependency for virt-guest-shutdown.target to
paunch-container-shutdown.service that instances get shutdown
before the libvirt container gets stopped.

Change-Id: Id1cc2e75af316b864cebf601395f1111b7fb049a
Closes-Bug: 1778216
Depends-On: I2766cdd66ff17756daaf1a75ad516a7af6eebddc
2018-07-13 17:42:24 +02:00

11 lines
502 B
YAML

---
features:
- |
New profile to configure libvirt-guests on compute host. On compute
shutdown we might want to gracefully shutdown instances using
libvirt-guests. If it gets configured is managed with the tht
NovaResumeGuestsStateOnHostBoot parameter. This triggers config of
/etc/sysconfig/libvirt-guests via puppet-nova, configures a dependency
for virt-guest-shutdown.target to the docker service that instances get
shutdown before the libvirt container gets stopped.