Skip to content

Commit

Permalink
RHELAI-1474 - Install Google Ops Agent
Browse files Browse the repository at this point in the history
Signed-off-by: Javi Polo <[email protected]>
  • Loading branch information
javipolo committed Sep 23, 2024
1 parent 375d8c8 commit 172dec0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions training/cloud/gcp/cloud-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ dnf install -y --nobest \
vim
mv /etc/selinux.tmp /etc/selinux

# Install Google Ops Agent
curl -sSo /tmp/add-google-cloud-ops-agent-repo.sh https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh
bash /tmp/add-google-cloud-ops-agent-repo.sh --also-install --remove-repo
rm /tmp/add-google-cloud-ops-agent-repo.sh

# rpm-state is needed to remove microcode_ctl
mkdir /var/lib/rpm-state
dnf remove -y \
Expand Down

0 comments on commit 172dec0

Please sign in to comment.