diff --git a/config.yml b/config.yml index 8053dfb6fc6336d76622d10fa3658faaa1025f93..0ccd467c3c5b275f546205b2ebbc681a0e6d581e 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"