[libvirt] [jenkins-ci PATCH v2 3/8] guests: Add CentOS 8

Fabiano Fidêncio fidencio at redhat.com
Tue Dec 10 15:38:22 UTC 2019


This commit allows calling `lcitool install libvirt-centos-8`.

`lcitool update libvirt-centos-8 $project` does *not* work as:
- EPEL repository is only enabled for CentOS 7;
  - The reason EPEL is needed because of some base packages (as screen);
- There's no task to enable PowerTools repository;
  - PowerTools is needed because the development packages are
    distributed via this repo;
- There's *no* project supported;

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 guests/host_vars/libvirt-centos-8/docker.yml  | 2 ++
 guests/host_vars/libvirt-centos-8/install.yml | 2 ++
 guests/host_vars/libvirt-centos-8/main.yml    | 7 +++++++
 guests/inventory                              | 1 +
 4 files changed, 12 insertions(+)
 create mode 100644 guests/host_vars/libvirt-centos-8/docker.yml
 create mode 100644 guests/host_vars/libvirt-centos-8/install.yml
 create mode 100644 guests/host_vars/libvirt-centos-8/main.yml

diff --git a/guests/host_vars/libvirt-centos-8/docker.yml b/guests/host_vars/libvirt-centos-8/docker.yml
new file mode 100644
index 0000000..10c2a50
--- /dev/null
+++ b/guests/host_vars/libvirt-centos-8/docker.yml
@@ -0,0 +1,2 @@
+---
+docker_base: centos:centos8
diff --git a/guests/host_vars/libvirt-centos-8/install.yml b/guests/host_vars/libvirt-centos-8/install.yml
new file mode 100644
index 0000000..46facc1
--- /dev/null
+++ b/guests/host_vars/libvirt-centos-8/install.yml
@@ -0,0 +1,2 @@
+---
+install_url: http://mirror.centos.org/centos-8/8/BaseOS/x86_64/os/
diff --git a/guests/host_vars/libvirt-centos-8/main.yml b/guests/host_vars/libvirt-centos-8/main.yml
new file mode 100644
index 0000000..a147183
--- /dev/null
+++ b/guests/host_vars/libvirt-centos-8/main.yml
@@ -0,0 +1,7 @@
+---
+package_format: 'rpm'
+package_manager: 'dnf'
+os_name: 'CentOS'
+os_version: '8'
+
+ansible_python_interpreter: /usr/bin/python3
diff --git a/guests/inventory b/guests/inventory
index ecdcc34..f062310 100644
--- a/guests/inventory
+++ b/guests/inventory
@@ -1,4 +1,5 @@
 libvirt-centos-7
+libvirt-centos-8
 libvirt-debian-9
 libvirt-debian-10
 libvirt-debian-sid
-- 
2.23.0




More information about the libvir-list mailing list