Enable qemu-guest-agent on cloud, not GCP. cloud-sig/issue/319

Signed-off-by: David Duncan <davdunc@amazon.com>
This commit is contained in:
David Duncan 2020-12-22 01:46:33 +00:00
parent eac92c0336
commit 569b5c6eb1
2 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,9 @@
bootloader --timeout=0 --append="no_timer_check net.ifnames=0 console=ttyS0,38400n8d"
#%packages
# Fedora Cloud Base includes the qemu guest agent. GCP prefers
# that it not be installed https://pagure.io/cloud-sig/issue/319
-qemu-guest-agent
#%end
%post --erroronfail

View File

@ -67,6 +67,13 @@ kernel-core
# rhgb/quiet on kernel command line
-plymouth
# Enable qemu-guest-agent https://pagure.io/cloud-sig/issue/319 To
# improve the integration with OpenStack and other VM management
# systems (oVirt, KubeVirt), each user would have to install and
# enable qemu-guest-agent on it before usage.
qemu-guest-agent
# No need for firewalld for now. We don't have a firewall on by default.
-firewalld