Skip to content

Instantly share code, notes, and snippets.

@p0rkjello
Created October 8, 2020 17:35
Show Gist options
  • Save p0rkjello/d91f4465c4ee9032af3f0d7d35ae6f85 to your computer and use it in GitHub Desktop.
Save p0rkjello/d91f4465c4ee9032af3f0d7d35ae6f85 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