Skip to content

Instantly share code, notes, and snippets.

@DanielBo
Created January 11, 2018 11:15
Show Gist options
  • Save DanielBo/cc4b31115a4a83f5ce145c4500e13b71 to your computer and use it in GitHub Desktop.
Save DanielBo/cc4b31115a4a83f5ce145c4500e13b71 to your computer and use it in GitHub Desktop.
smaller Version of CoreOS Machine
{
"builders": [
{
"type": "vmware-iso",
"iso_url": "http://stable.release.core-os.net/amd64-usr/current/coreos_production_iso_image.iso",
"iso_checksum_type": "md5",
"iso_checksum": "3c26ed3d04b20d84ce1df4c0d1a5352f",
"ssh_username": "packer",
"ssh_password": "packer",
"shutdown_command": "shutdown -P now",
"remote_type": "esx5",
"remote_username": "username",
"remote_password": "password",
"remote_host": "192.168.2.181",
"disable_vnc": "false",
"vnc_disable_password": "true",
"vmx_data": {
"numvcpus": "1",
"memsize": "2048",
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment