From 73668d86420d4e525f96c71f7ddb98a59b4c755e Mon Sep 17 00:00:00 2001 From: Fulvio Galeazzi <fulvio.galeazzi@garr.it> Date: Fri, 28 Sep 2018 13:02:01 +0000 Subject: [PATCH] 2018-09-28: FG; Add hw_rng_model decoration to recent images: should be match by hw_rng:allowed=True on Nova flavors. --- config.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index ba58ef2..3c23771 100644 --- a/config.yml +++ b/config.yml @@ -28,7 +28,8 @@ images: - "os_require_quiesce=yes" - "hw_qemu_guest_agent=yes" - "hw_vif_multiqueue_enabled=true" - fedora28q: + - "hw_rng_model=virtio" + fedora28: name: Fedora 28 - GARR url: https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2 disk_format: qcow2 @@ -43,6 +44,7 @@ images: - "os_require_quiesce=yes" - "hw_qemu_guest_agent=yes" - "hw_vif_multiqueue_enabled=true" + - "hw_rng_model=virtio" centos7: name: CentOS 7 - GARR url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2 @@ -101,3 +103,20 @@ images: - "os_require_quiesce=yes" - "hw_qemu_guest_agent=yes" - "hw_vif_multiqueue_enabled=true" + - "hw_rng_model=virtio" + ubuntu-18.04: + name: Ubuntu 18.04 - GARR + url: http://cloud-images.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-cloudimg-amd64.img + disk_format: qcow2 + extraargs: + - "min_disk=5" + - "min_ram=1024" + tags: + - "os_distro=ubuntu" + - "os_type=linux" + - "os_version=18.04" + - "architecture=amd64" + - "os_require_quiesce=yes" + - "hw_qemu_guest_agent=yes" + - "hw_vif_multiqueue_enabled=true" + - "hw_rng_model=virtio" -- GitLab