Commit Graph

677 Commits (96d628eef1c8981ec8a893bebacaa48e71311ae2)

Author SHA1 Message Date
Megan Marsh 96d628eef1 fix silliness with pointers
7 years ago
Megan Marsh 5c2ca450bd fix tests
7 years ago
Megan Marsh 5815b376b4 remove unnecessary checks; we always default format to ovf if it is unset.
7 years ago
Megan Marsh c3144c2d0a add some missing template validation (copied from iso builder) and revert to current use of displayName for parsing vm ssh IP; using VMName was breaking chained builds that hadn't updated the display name from the previous build.
7 years ago
Megan Marsh c3d6d45696 modify test so that it accesses CommConfig the same way we really do within the driver
7 years ago
Megan Marsh f18bb19f96 remove redundant config; CommConfig was already a part of the SSSHConfig struct
7 years ago
Megan Marsh fa12113eaf remove unused NewLocalArtifact
7 years ago
Megan Marsh 2ae235a28a fix tests
7 years ago
Megan Marsh 290f4a7c4c cleanup to make it actually build after that monstrous rebase
7 years ago
Alexander Laamanen 3193f50f17 Support export with the vmx builder.
7 years ago
Alexander Laamanen a68a639a1a Move step_export to common.
7 years ago
Alexander Laamanen 63054fb808 Fix the test.
7 years ago
Stuart Miller da5f322484 Add quotes around all filenames to prevent issues with spaces
7 years ago
Alexander Laamanen f42f5a8ad3 Remove some extra logging.
7 years ago
Alexander Laamanen e7e6a80587 No need to make upload public.
7 years ago
Alexander Laamanen c294e65c36 A separate driver file is not really needed anymore
7 years ago
Alexander Laamanen 2ed6c3ef5e Set output dir always according to the config.
7 years ago
Alexander Laamanen c940f7e754 Conditional reload.
7 years ago
Alexander Laamanen 17845beadc Fix the CommHost tests
7 years ago
Alexander Laamanen 5e74bcfb88 Fix tests, move remote_ default values to driver_config.
7 years ago
Alexander Laamanen 4d9cb19012 Refactor artifacts and output_dir implementations.
7 years ago
Alexander Laamanen 2d00dc6756 Add VMName to the vmx mods.
7 years ago
Alexander Laamanen 7b5943160b Re-enable the CommHost() call. Use common's driver factory.
7 years ago
Alexander Laamanen ba22090bc9 Move step_register and step_uload_vmx from iso to common.
7 years ago
Alexander Laamanen b5298464c5 Move the remote_driver from iso to common.
7 years ago
Alexander Laamanen 91c7089455 Implement the first version of the remote Clone().
7 years ago
Alexander Laamanen 46cfb5a30c Move driver_esx5 to commons and allow it to be instantiated wtih NewDriver()
7 years ago
Megan Marsh fd8a85042d use strconv.Quote instead of fmt.Sprint
7 years ago
Megan Marsh 18c5e8deb8 fix
7 years ago
Megan Marsh 1e4133cbf9 quote upload path
7 years ago
Megan Marsh 3f591d78f3 quote vmx path in register function
7 years ago
Megan Marsh 8cba32d526 escape all the d.sh calls that contain paths
7 years ago
Megan Marsh 5b9adc0c48 single quotes
7 years ago
Megan Marsh e5e75df033 fix datastore path that contains spaces
7 years ago
Megan Marsh 38cc525ec7 new option allowing user to clean up the ephemeral ssh key from the authorized_keys file
8 years ago
Jeffrey Martin 1833b4edaf
validate compaction is skipped when not 'thin'
8 years ago
Jeffrey Martin b51cd22b21
document ESXi disk compaction & use verbose option
8 years ago
Jeffrey Martin 09c71f3810
add support for disk compaction to esx5 builder
8 years ago
Adrien Delorme 25de7ad1f2 PrivateKey => PrivateKeyFile
8 years ago
Adrien Delorme 5369c15459 helper: communicator.SSHFileSigner => ssh.FileSigner
8 years ago
Adrien Delorme 51d2aac9f6 SSHPrivateKey => SSHPrivateKeyFile
8 years ago
Megan Marsh bf191d1ef6
Merge pull request #6204 from arizvisa/GH-6197
8 years ago
Megan Marsh 340363a649
Merge pull request #6613 from hashicorp/merge_ssh_config_funcs
8 years ago
Megan Marsh 31d4f8af45 use a time.Duration instead of a hardcoded ms
8 years ago
Megan Marsh 918db58604 added new template variables to replace PACKER_KEY_INTERVAL with tunable key and keygroup intervals depending on driver used
8 years ago
Adrien Delorme fa44a4546f use ssh.ParsePrivateKey where we can
8 years ago
Adrien Delorme 41f6e0334d refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc
8 years ago
Adrien Delorme 6b3844a64f
Revert "allow to use ISO images in-place v.s. copying them"
8 years ago
Adrien Delorme 17f2949e36 remove stuttering; ISOConfig.InplaceISO -> Inplace
8 years ago
Adrien Delorme 82e480a285 allow to use ISO images inplace v.s. copying them
8 years ago