[libvirt] [jenkins-ci PATCH v2 0/3] Enable building of the VZ driver on CentOS 7

Daniel P. Berrangé berrange at redhat.com
Fri Dec 6 18:53:37 UTC 2019


The VZ driver in libvirt periodically gets broken by refactoring in
libvirt. This is not noticed either before or after merge because none
of our CI tests nor common developer build hosts includ the deps needed
for the VZ driver.

The OpenVZ project, however, does provide builds of the required
packages for RHEL-7. We can use these packages in our CentOS 7 CI VMs to
enable build testing of the VZ driver. This closes the only hole we have
in driver build coverage for CI.

Changed in v2:

 - Enable GPG verification
 - Use older repo avoid temporary deps problem
 - Setup repos in dockerfile too.

Daniel P. Berrangé (3):
  guests: add openvz repository on CentOS 7
  guests: define mapping for the libprlsdk package
  guests: add libprlsdk package to libvirt project

 guests/lcitool                                | 22 ++++++++++++++++
 guests/playbooks/update/tasks/base.yml        | 25 +++++++++++++++++++
 guests/playbooks/update/templates/openvz.key  | 20 +++++++++++++++
 .../playbooks/update/templates/openvz.repo.j2 |  9 +++++++
 guests/vars/mappings.yml                      |  4 +++
 guests/vars/projects/libvirt.yml              |  1 +
 6 files changed, 81 insertions(+)
 create mode 100644 guests/playbooks/update/templates/openvz.key
 create mode 100644 guests/playbooks/update/templates/openvz.repo.j2

-- 
2.23.0




More information about the libvir-list mailing list