Revert "Remove libvirt package" due to https://bugs.launchpad.net/tripleo/+bug/1860971 and planning a backport later

This reverts commit ec988dda10.

Change-Id: I9551aa04c81387c672d4c276ac8d58b2f85fb9ad
This commit is contained in:
Martin Schuppert 2020-01-27 16:28:35 +00:00
parent ec988dda10
commit d668f8807d
5 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,6 @@
dpdk_package
driverctl_package
libvirt_package
nfs_package
chrony_package
pacemaker_remote_package

View File

@ -2,6 +2,7 @@
"default": {
"dpdk_package": "dpdk",
"driverctl_package": "driverctl",
"libvirt_package": "libvirt",
"nfs_package": "nfs-utils",
"chrony_package": "chrony",
"pacemaker_remote_package": "pacemaker-remote",

View File

@ -0,0 +1,6 @@
#!/bin/bash
set -eux
set -o pipefail
rm -f /etc/libvirt/qemu/networks/autostart/default.xml

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eux
set -o pipefail
systemctl stop libvirtd
systemctl disable libvirtd

View File

@ -1,6 +0,0 @@
---
other:
- |
Nova services are now running in the containers but we have still
a lot of libvirt packages installed on Overcloud systems.
This change remove unnecessary libvirt packages.