Skip to content

Instantly share code, notes, and snippets.

@cattz
Forked from p0rkjello/centos_vmware_guestinfo.sh
Created October 9, 2020 08:35
Show Gist options
  • Save cattz/013efef965de325c98e2b40b2474f895 to your computer and use it in GitHub Desktop.
Save cattz/013efef965de325c98e2b40b2474f895 to your computer and use it in GitHub Desktop.
cloud-init-vmware-guestinfo
# required when using cloud-init on vmware
# setup on image creation provisioner or ks.
sudo yum install epel-release -y
sudo yum install python-netifaces -y
sudo yum install python-pip -y
# the rpm is not the current release.
sudo curl -sSL https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo/master/install.sh | sudo sh -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment