Skip to content

Commit

Permalink
Merge pull request #789 from javipolo/gcp-ops-agent
Browse files Browse the repository at this point in the history
RHELAI-1474 - Install Google Ops Agent
  • Loading branch information
rhatdan authored Sep 23, 2024
2 parents 5d14b26 + 172dec0 commit 569c2db
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 569c2db

Please sign in to comment.