From 0a0d22cf2ef4ae1ed58be9f822694f254d2e1d81 Mon Sep 17 00:00:00 2001 From: Matteo <matteo.difazio@garr.it> Date: Tue, 19 May 2020 10:13:15 +0200 Subject: [PATCH] 20200519 Matteo: Add Ubuntu 20.04 in config.yml --- config.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 8f61aa8..7df65ca 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 + -- GitLab