Skip to content
Snippets Groups Projects
Commit 73668d86 authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2018-09-28: FG; Add hw_rng_model decoration to recent images: should be...

2018-09-28:  FG;  Add hw_rng_model decoration to recent images: should be match by hw_rng:allowed=True on Nova flavors.
parent f18b7478
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment