packer-cn/builder/vsphere/driver
jhawk28 c43a52aafe
fix issue where -force is not working with vsphere builders (#9039)
* add better error support to check if vm exists use path.Join so that it looks up the VM correctly turn off VM if it is still running

* fix the vsphere-clone also

* add a common precleanvm to the driver to dedupe iso and clone logic, reduce the if nesting
2020-04-23 08:07:07 -04:00
..
datastore.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
datastore_acc_test.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
driver.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
driver_test.go Re-arrange directory structure for merge. 2019-12-09 17:14:55 -08:00
folder.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
folder_acc_test.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
host.go Re-arrange directory structure for merge. 2019-12-09 17:14:55 -08:00
host_acc_test.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
network.go fix #8743 by using interface instead of Network object 2020-02-18 10:05:18 -05:00
resource_pool.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
resource_pool_acc_test.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
vm.go fix issue where -force is not working with vsphere builders (#9039) 2020-04-23 08:07:07 -04:00
vm_cdrom.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00
vm_clone_acc_test.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
vm_create_acc_test.go Get plugin up to parity with v1.5.0. Remove custom jetbrains-internal testing logic; disable acceptance tests (for now) until we can set up a test rig inside of HashiCorp. Regenerate code based on vendoring changes. 2020-01-08 14:41:51 -08:00
vm_keyboard.go Add golangci-lint to project (#8686) 2020-02-14 11:42:29 -05:00