Merge "Remove libvirt package" into stable/train

This commit is contained in:
Zuul 2020-02-27 19:12:14 +00:00 committed by Gerrit Code Review
commit a281a81fe9
5 changed files with 6 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,6 @@
---
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.