GCP: Add google-guest-agent

This is required for ssh access management along with oslogin.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-05-18 09:34:20 -05:00
parent a36d95e85f
commit f189c61f01
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -18,8 +18,9 @@ services --enabled=sshd
%packages
# GCP provides its own guest environment.
google-compute-engine-guest-configs
# BZ 2193039: Ensure oslogin package is present for ssh access management
# BZ 2193039: Ensure additional packages are present for ssh access management
google-compute-engine-oslogin
google-guest-agent
-cloud-init
# Fedora Cloud Base includes the qemu guest agent. GCP prefers
# that it not be installed https://pagure.io/cloud-sig/issue/319