Commit Graph

117 Commits (f853f07832a990a7d3640a09b0b00a07ebba7056)

Author SHA1 Message Date
jhawk28 3370c91cf2
add some additional messaging when a boot command fails to type (#9661)
6 years ago
Megan Marsh a687d6fe12
ci/tech-debt: Fix vmware acceptance tests (#9636)
6 years ago
Megan Marsh aa4933c28a
Merge pull request #9574 from jhawk28/vsphere_usb_controllers
6 years ago
Joshua Foster b49c844637 ignore false and 0 in case someone defined the field as "false" or false
6 years ago
Sylvia Moss 5a006f226a
Don't use Packer context as vSphere driver context (#9576)
6 years ago
Sylvia Moss eb5c3c3efb
fix file size descriptor (#9568)
6 years ago
Sylvia Moss 3a0dfa1259
add option to destroy vm after deploy to content library (#9569)
6 years ago
Joshua Foster b0fa05704a change usb controllers to a list. add ability to set as a usb3
6 years ago
Roger Hu 28f8241a05 update generated files
6 years ago
Moss 921078ccc0 add force_bios_setup configuration option
6 years ago
jhawk28 ae5156a70d
add ability to define multiple disk controllers (#9519)
6 years ago
Sylvia Moss 9c1409dbba
Add content_library_destination to import VM template to a Content Library (#9551)
6 years ago
Megan Marsh 61b79b6e53
Merge pull request #9542 from jhawk28/bug_9511
6 years ago
Megan Marsh b7f1aedf96
Merge pull request #9556 from hashicorp/fix_9107
6 years ago
Joshua Foster 765d96e8eb unset HardwareConfig.Firmware since CreateConfig.Firmware configures the firmware in StepCreateVM
6 years ago
Moss b74e28a479 match network to host when multiple networks are found
6 years ago
Sylvia Moss 268e95364f
Adds vApp properties config and save public ssh key to a vApp property (#9507)
6 years ago
Megan Marsh 673858a63c
Merge pull request #9513 from hashicorp/undocument_ssh_temp_key
6 years ago
Wilken Rivera 892413b7ea
docs/builder/vsphere-iso: Add documentation for BootConfig (#9538)
6 years ago
Joshua Foster a6170b0c35 clean up folder path so that it is what vsphere expects
6 years ago
Joshua Foster 500ec5ccc7 fix return
6 years ago
Joshua Foster e4dffeed35 clean up if logic
6 years ago
Moss 8ea64c5b35 undocument ssh_keypair_name and ssh_agent_auth
6 years ago
Joshua Foster 63f9282f5c fix vshere ToolsSyncTime and ToolsUpgradePolicy
6 years ago
Moss 41edd09d3c undocument temporary_key_pair_name and ssh_private_key_file
6 years ago
Megan Marsh f8e21db9bc
Merge pull request #9450 from jhawk28/vsphere_multi_ip_wait
6 years ago
Ivo van Geel e54ad3f1fb
Add boot_command support to vsphere-clone builder, including support … (#9397)
6 years ago
Megan Marsh 4f77bb0c4a add new ssh_ciphers option
6 years ago
Joshua Foster 50b6c86b1c look at all the IPs of the VM when waiting for an IP
6 years ago
Joshua Foster dd40c68ff8 fix default IP address in test to all ipv4 addresses
6 years ago
Joshua Foster fb159e7060 add test cases for Network
6 years ago
Joshua Foster 7fc2ea8422 add a fallback to an ipv4 address if the the range can't find one
6 years ago
Joshua Foster aaf9103330 use the ip_wait_address range to determine the default for the http server IP
6 years ago
Megan Marsh 4178625afb re-add winrm_no_proxy option. Winrm code needs to be modified in order to read no_proxy env var when client is created rather than when net/http library is instantiated.
6 years ago
Moss c1c350a657 remove comments
6 years ago
Moss 45058847c0 return BootConfig prepare err
6 years ago
Moss 653eb95bdb adds tests to usb_driver and step_http_ip_discover
6 years ago
Moss 65cfb880fd Fix boot_command and update docs
6 years ago
Moss ba767d1663 remove duplicated press
6 years ago
Moss 585a86fe03 Add usb_driver to common boot_command and use it on vsphere
6 years ago
Conlan 4afcc794be
Fix typo in VSphere Docs (#9405)
6 years ago
Joshua Foster e59fab952d create the folders if they don't exist
6 years ago
Joshua Foster f5a795a22e use path.Join to make a cleaner path
6 years ago
Joshua Foster c7a6315ca4 use datacenter inventory path for find folder
6 years ago
Megan Marsh 48b448dfd5
Merge pull request #9366 from hashicorp/fix_9248
6 years ago
Megan Marsh 7fcd702b45
Merge pull request #9358 from jhawk28/bug_9349
6 years ago
Moss 112638da01 Add ToolSyncTime and ToolUpgradePolicy to vSphere
6 years ago
Sylvia Moss 1422085ede
Validate host and network when looking for network (#9361)
6 years ago
Joshua Foster d87e53b841 return false instead of continue to match logic from govmomi
6 years ago
Joshua Foster 3a6d42e0df ip check should continue if the ip is NOT in the range
6 years ago