diff --git a/cosmic-agent/conf/agent.properties b/cosmic-agent/conf/agent.properties index ff7efb18c1..1b344dc4ff 100644 --- a/cosmic-agent/conf/agent.properties +++ b/cosmic-agent/conf/agent.properties @@ -151,3 +151,25 @@ hypervisor.type=kvm # kvmclock.disable=false # Some newer linux kernels are incapable of reliably migrating vms with kvmclock # This is a workaround for the bug, admin can set this to true per-host +# +# vm.rng.enable=true +# This enabled the VirtIO Random Number Generator device for guests. +# +# vm.rng.model=random +# The model of VirtIO Random Number Generator (RNG) to present to the Guest. +# Currently only 'random' is supported. +# +# vm.rng.path=/dev/random +# Local Random Number Device Generator to use for VirtIO RNG for Guests. +# This is usually /dev/random, but per platform this might be different +# +# vm.watchdog.model=i6300esb +# The model of Watchdog timer to present to the Guest +# For all models refer to the libvirt documentation. +# Recommend value is: i6300esb +# +# vm.watchdog.action=none +# Action to take when the Guest/Instance is no longer notifiying the Watchdog +# timer. +# For all actions refer to the libvirt documentation. +# Recommended values are: none, reset and poweroff.