From 492e214ac40dc81c0fb2235c50ae6d9f9ec09bf1 Mon Sep 17 00:00:00 2001
From: Matteo <matteo.difazio@garr.it>
Date: Wed, 25 Mar 2020 15:32:27 +0100
Subject: [PATCH] 20200325 Matteo: Add centOS8 in config.yml and update README

---
 README.md  |  6 +++++-
 config.yml | 15 +++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b4f4be3..90f6f5a 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,13 @@ This script automates the process of updating images of operating systems in Ope
 ### Currently the supported OS are:
 
 - CentOS 7
+- CentOS 8
 - Debian 9
+- Debian 10
 - ~~Fedora 28~~
-- Fedora 29
+- ~~Fedora 29~~
+- Fedora 30
+- Fedora 31
 - Ubuntu 16.04
 - Ubuntu 18.04
 
diff --git a/config.yml b/config.yml
index 0ccd467..8f61aa8 100644
--- a/config.yml
+++ b/config.yml
@@ -110,6 +110,21 @@ images:
     - "os_require_quiesce=yes"
     - "hw_qemu_guest_agent=yes"
     - "hw_vif_multiqueue_enabled=true"
+  centos8:
+    name: CentOS 8 - GARR
+    url: http://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2
+    disk_format: qcow2
+    extraargs:
+    - "min_disk=5"
+    - "min_ram=1024"
+    tags:
+    - "os_distro=centos"
+    - "os_type=linux"
+    - "os_version=8.X"
+    - "architecture=x86_64"
+    - "os_require_quiesce=yes"
+    - "hw_qemu_guest_agent=yes"
+    - "hw_vif_multiqueue_enabled=true"
   #ubuntu-12.04:
   #  name: Ubuntu 12.04 - GARR
   #  simplestreams: com.ubuntu.cloud:server:12.04:amd64
-- 
GitLab