diff --git a/config.yml b/config.yml index 8f61aa89085abda568ad83b4eafd9bb405a087e3..7df65caf9ec66f0f67e16d7a7f6fc22c3134d377 100644 --- a/config.yml +++ b/config.yml @@ -129,8 +129,8 @@ images: # name: Ubuntu 12.04 - GARR # simplestreams: com.ubuntu.cloud:server:12.04:amd64 #ubuntu-14.04: - # name: Ubuntu 14.04 - GARR - # simplestreams: com.ubuntu.cloud:server:14.04:amd64 + # name: Ubuntu 14.04 - GARR + # simplestreams: com.ubuntu.cloud:server:14.04:amd64 ubuntu-16.04: name: Ubuntu 16.04 - GARR url: https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img @@ -165,3 +165,21 @@ images: - "hw_vif_multiqueue_enabled=true" - "hw_rng_model=virtio" simplestreams: com.ubuntu.cloud:server:18.04:amd64 + ubuntu-20.04: + name: Ubuntu 20.04 - GARR + url: http://cloud-images.ubuntu.com/releases/focal/release/ubuntu-20.04-server-cloudimg-amd64.img + disk_format: qcow2 + extraargs: + - "min_disk=5" + - "min_ram=1024" + tags: + - "os_distro=ubuntu" + - "os_type=linux" + - "os_version=20.04" + - "architecture=amd64" + - "os_require_quiesce=yes" + - "hw_qemu_guest_agent=yes" + - "hw_vif_multiqueue_enabled=true" + - "hw_rng_model=virtio" + simplestreams: com.ubuntu.cloud:server:20.04:amd64 +