From 937ee1b9351b4aa113dd33e315a0355a69c40ee2 Mon Sep 17 00:00:00 2001
From: Matteo <matteo.difazio@garr.it>
Date: Wed, 25 Mar 2020 15:21:33 +0100
Subject: [PATCH] 20200325 Matteo: Add fedora30 and fedora31 to config.yml

---
 config.yml | 40 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 36 insertions(+), 4 deletions(-)

diff --git a/config.yml b/config.yml
index 8053dfb..0ccd467 100644
--- a/config.yml
+++ b/config.yml
@@ -47,9 +47,41 @@ images:
 #    - "hw_qemu_guest_agent=yes"
 #    - "hw_vif_multiqueue_enabled=true"
 #    - "hw_rng_model=virtio"
-  fedora29:
-    name: Fedora 29 - GARR
-    url: https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2
+#  fedora29:
+#    name: Fedora 29 - GARR
+#    url: https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2
+#    disk_format: qcow2
+#    extraargs:
+#    - "min_disk=5"
+#    - "min_ram=1024"
+#    tags:
+#    - "os_distro=fedora"
+#    - "os_type=linux"
+#    - "os_version=29"
+#    - "architecture=x86_64"
+#    - "os_require_quiesce=yes"
+#    - "hw_qemu_guest_agent=yes"
+#    - "hw_vif_multiqueue_enabled=true"
+#    - "hw_rng_model=virtio"
+  fedora30:
+    name: Fedora 30 - GARR
+    url: https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2
+    disk_format: qcow2
+    extraargs:
+    - "min_disk=5"
+    - "min_ram=1024"
+    tags:
+    - "os_distro=fedora"
+    - "os_type=linux"
+    - "os_version=30"
+    - "architecture=x86_64"
+    - "os_require_quiesce=yes"
+    - "hw_qemu_guest_agent=yes"
+    - "hw_vif_multiqueue_enabled=true"
+    - "hw_rng_model=virtio"
+  fedora31:
+    name: Fedora 31 - GARR
+    url: https://fedora.mirror.garr.it/fedora/linux/releases/31/Cloud/x86_64/images/Fedora-Cloud-Base-31-1.9.x86_64.qcow2
     disk_format: qcow2
     extraargs:
     - "min_disk=5"
@@ -57,7 +89,7 @@ images:
     tags:
     - "os_distro=fedora"
     - "os_type=linux"
-    - "os_version=29"
+    - "os_version=31"
     - "architecture=x86_64"
     - "os_require_quiesce=yes"
     - "hw_qemu_guest_agent=yes"
-- 
GitLab