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:
parent
eac92c0336
commit
569b5c6eb1
@ -12,6 +12,9 @@
|
|||||||
bootloader --timeout=0 --append="no_timer_check net.ifnames=0 console=ttyS0,38400n8d"
|
bootloader --timeout=0 --append="no_timer_check net.ifnames=0 console=ttyS0,38400n8d"
|
||||||
|
|
||||||
#%packages
|
#%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
|
#%end
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
@ -67,6 +67,13 @@ kernel-core
|
|||||||
# rhgb/quiet on kernel command line
|
# rhgb/quiet on kernel command line
|
||||||
-plymouth
|
-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.
|
# No need for firewalld for now. We don't have a firewall on by default.
|
||||||
-firewalld
|
-firewalld
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user