Merge pull request #9785 from hashicorp/document_7067

document workaround for upstream bug
This commit is contained in:
Megan Marsh 2020-08-18 14:27:51 -07:00 committed by GitHub
commit 01d45d67c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -157,3 +157,13 @@ And this role must be authorized on the:
The destination folder (not on Datastore, on the Vsphere logical view)
The network to be assigned
The destination datastore.
# Troubleshooting
Some users have reported that vSphere templates created from local VMWare builds
get their boot order reset to cdrom only instead of the original boot order
defined by the template. If this issue affects you, the solution is to set
`"bios.hddOrder": "scsi0:0"` in your builder's vmx_data.
Packer doesn't automatically do this for you because it causes strange upload
behavior in certain versions of ovftool.