packer-cn/builder/hyperone
Megan Marsh a687d6fe12
ci/tech-debt: Fix vmware acceptance tests (#9636)
* add kex algorithm option to ssh config

* regenerate code

* This commit fixes old vmware acceptance tests that have not been run in some time. It does this in two parts:
1) It modifies the minimal vmware build configuration to use a custom kex algorithm, which enables the ssh connection to succeed.
2) It modifies logic in reading and defaulting hardware config values, which was crashing.
3) It adds a new acceptance test with a preseed file to test loading from an http directory.
2020-07-23 09:40:57 +02:00
..
artifact.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
builder.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
builder_acc_test.go builder/hyperone: fix & add tests for tags 2019-12-03 14:57:40 +01:00
chroot_communicator.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00
config.go builder/hyperone: Allow skip chroot device discovery 2020-06-26 15:04:08 +02:00
config.hcl2spec.go ci/tech-debt: Fix vmware acceptance tests (#9636) 2020-07-23 09:40:57 +02:00
step_chroot_provision.go Add chroot disk build 2019-01-28 12:33:25 +01:00
step_copy_files.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_create_image.go change Builder to be passed a context for cancellation 2019-04-03 15:55:55 +02:00
step_create_ssh_key.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_create_vm.go builder/hyperone: Add support for custom username in vm create 2020-06-29 03:17:38 +02:00
step_create_vm_from_disk.go change Builder to be passed a context for cancellation 2019-04-03 15:55:55 +02:00
step_create_vm_test.go change Builder to be passed a context for cancellation 2019-04-03 15:55:55 +02:00
step_detach_disk.go change Builder to be passed a context for cancellation 2019-04-03 15:55:55 +02:00
step_mount_chroot.go Add chroot disk build 2019-01-28 12:33:25 +01:00
step_mount_extra.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_post_mount_commands.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_pre_mount_commands.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_prepare_device.go builder/hyperone: Allow skip chroot device discovery 2020-06-26 15:04:08 +02:00
step_stop_vm.go change Builder to be passed a context for cancellation 2019-04-03 15:55:55 +02:00
token_by_ssh.go Add host key hash verify 2019-01-29 10:44:23 +01:00
utils.go allow a provisioner to timeout 2019-04-08 20:09:21 +02:00