Commit Graph

3936 Commits (eef4fc7a01fb1b71ca467fb6d5cb29c4d0d88eed)

Author SHA1 Message Date
Adrien Delorme 7132037faa
Merge pull request #7137 from YuSungDuk/fix_to_get_ssh_password
7 years ago
Rickard von Essen 21a7a0a614
parallels: Fix attaching prl tools
7 years ago
Ladar Levison 217028b902 Added comment regarding use of host param.
7 years ago
Ladar Levison 8a9962882c Use Printf not Println. D'oh.
7 years ago
Ladar Levison 35aaf44fa5 A properly formatted hyperv ssh.go file.
7 years ago
Ladar Levison cb0011d665 Fix ssh_host bug in hyper-v builders.
7 years ago
유성덕 38c4e21563 Fix to get ssh password
7 years ago
Megan Marsh 141f3b29f3
Merge pull request #7127 from ladar/master
7 years ago
Adrien Delorme 7655d2efb2
Add tencent cloud builder (#7135 & #6839)
7 years ago
Megan Marsh 006682a09c add version option and also refactor powershell script to use golang templates for ease of testing and variable passing.
7 years ago
Adrien Delorme e666b60d16
Merge pull request #7126 from hashicorp/fix_7125
7 years ago
Megan Marsh 56d722f779
Merge pull request #7130 from jo/openstack-add-volume-size-option
7 years ago
Megan Marsh d288f94073
Merge pull request #7128 from ladar/hyperv-legacy-network-adapter
7 years ago
Johannes J. Schmidt a545caa24a use openstack volume_size option on creation
7 years ago
Johannes J. Schmidt 336c11c54a add openstack volume_size option
7 years ago
Christopher Boumenot acacf6e59c
Merge pull request #7111 from hashicorp/pr-7077-azure-regression
7 years ago
Ladar Levison bdcbf61ade Fixed replace variable name.
7 years ago
Ladar Levison fa154f5298 Fixed driver mock up formatting.
7 years ago
Ladar Levison 31d03fb48e Added legacy network adapter driver mock up.
7 years ago
Ladar Levison da8b140bca Fix Hyper-V builder formatting.
7 years ago
Ladar Levison 348c267054 Updated support for legacy network adapters on Hyper-V.
7 years ago
Ladar Levison 6ac5971288 Fixed cmd order for docker driver. Added config to post proc.
7 years ago
Ladar Levison 10095678c8 Adding driver changes.
7 years ago
Ladar Levison 21fdbadf04 Adding changes to import prototype.
7 years ago
Ladar Levison 050f809a1c Add changes var to docker driver import func.
7 years ago
Megan Marsh 19144111dd fix packer crash that occurs when image is nil
7 years ago
wizurijyq 8184fcb99a
Make sure sshkey is not nil
7 years ago
DanHam 0821653256
Fix 'nil' dir in VMware artifact when building locally
7 years ago
Megan Marsh 2045390e74
Merge pull request #7108 from hashicorp/revert_hddorder_setting
7 years ago
Christopher Boumenot f9230aeb95 azure: fix snapshot regression
7 years ago
Megan Marsh 7d5ea43f41 revert the hddorder being added to the vmx template, since it's breaking things for some of our users.
7 years ago
Megan Marsh b95123f457 add new copy_in_compare flag so users can set the copy var to whatever they need in order to get the compatibility report to work.
7 years ago
Adrien Delorme 47257c0d07
Merge pull request #7104 from hashicorp/revert_docker_changes
7 years ago
Megan Marsh ee2e5cc874
Merge pull request #7080 from hashicorp/do_6508
7 years ago
Megan Marsh 2a79d64ae0 revert changes to docker entrypoint; since this is a backwards-breaking change it needs to wait for a minor release
7 years ago
Megan Marsh 279949ddcc
Merge pull request #7090 from tomelliff/validate-kms-key-id
7 years ago
Adrien Delorme b7222d1f56 Add tmp package that offers Dir & File funcs
7 years ago
Tom Elliff 12bf7fc4d6 Check that the KMS key ID is valid
7 years ago
Adrien Delorme dfa284c02b
Merge pull request #7094 from hashicorp/fix_7087
7 years ago
Adrien Delorme 5e5ed9793f
Merge pull request #7092 from arizvisa/vmware-builders.halt-duplicate-code
7 years ago
Megan Marsh a819217c93 fix virtualbox 6.0 beta command options
7 years ago
Ali Rizvi-Santiago 1a36458e9e Tiny fix to replace some duplicate code with usage of the `halt` closure in the StepCloneVMX step for the vmware-vmx builder.
7 years ago
Megan Marsh d367c1ba8b
Merge pull request #7091 from arizvisa/GH-6920
7 years ago
Ali Rizvi-Santiago a6af04417e Moved the entrypoint argument for the docker builder in front of the image so it's passed correctly as an argument.
7 years ago
Megan Marsh 32f226eda0
Merge pull request #7069 from arizvisa/GH-6920
7 years ago
chhaj5236 c4782807de
Merge pull request #7050 from chhaj5236/feature/force_delete_copied
7 years ago
Adrien Delorme c42b3a41a9
Merge pull request #7059 from hashicorp/fix_6965
7 years ago
Megan Marsh ce71932f95
Merge pull request #7061 from boumenot/pr-6773-caching-type
7 years ago
Megan Marsh 042e9ad14b Move logging about aws waiters to the access config prepare() so that it's only spit out once per builder.
7 years ago
Ali Rizvi-Santiago 2e977019e4 Modified the docker builder's default run_command to specify the shell via the entrypoint command line argument as suggested by @vrubiolo in #6920.
7 years ago
bozhi.ch 0174a502eb support -force option and update docs
7 years ago
Ali Rizvi-Santiago 310ea6c006 Updated docker's default config to use regular bourne shell instead of bourne again. Closes #6920.
7 years ago
Ali Rizvi-Santiago 040a33567e Trying again one more time to prevent import cycles.. Moved common.ExpandUser into packer.ExpandUser..
7 years ago
Ali Rizvi-Santiago 79b68fb89c Replaced the previous incorrect logic with an re-implementation of common.ExpandUser.
7 years ago
Ali Rizvi-Santiago e04986659a Changed the logic for when to actually prefix a path with a u.HomeDir so that it's only done when a non-absolute path is specified.
7 years ago
Ali Rizvi-Santiago 1a3c3f2ffc Replaced all instances of mitchellh/go-homedir with an implementation based on os/user.
7 years ago
Megan Marsh 152f6fed8f
Merge pull request #7066 from arizvisa/vmware-temporary-devices
7 years ago
Ali Rizvi-Santiago 96bdf17d2e Added knowledge of the "temporaryDevices" statebag to the StepCleanVMX tests for the VMware builders.
7 years ago
Megan Marsh 65124985d1 don't set DetectZeroes if it's off, because some versions of QEMU don't support this option
7 years ago
Ali Rizvi-Santiago fa4998e1ec Modified StepCleanVMX to walk through the "temporaryDevices" statebag so that we can disable or remove its devices cleanly. This gets rid of the regex hack that was previously used to identify a cdrom-image.
7 years ago
Ali Rizvi-Santiago e0d3861e81 Updated StepCreateVMX to add the CDROM device that packer uses to the "temporaryDevices" statebag so that StepCleanVMX can unmount its ISO later.
7 years ago
Ali Rizvi-Santiago 3512c3c5ea Updated StepConfigureVMX to add the floppy disk device to the "temporaryDevices" statebag so that StepCleanVMX can remove it later.
7 years ago
Ali Rizvi-Santiago 27b16cee0a Added a new "temporaryDevices" key to the VMware builders' statebag in order to keep track of devices that were temporarily added during build and need to be removed later by StepCleanVMX.
7 years ago
Christopher Boumenot c7d8f4e150 azure: configuration for disk caching
8 years ago
Megan Marsh c03894c05d fix bad interpolation exemption for volume_size
8 years ago
Adrien Delorme c29268a5d2
Merge pull request #7046 from nferch/hcloud_snapshot_labels
8 years ago
Megan Marsh a2c3b35bff
Merge pull request #7032 from hashicorp/fix_region_validation
8 years ago
Megan Marsh 11ef407b4d
Merge pull request #7016 from rickard-von-essen/vmware-tech-prev
8 years ago
PORTE Loïc bf97557abf Backport VNC log from vmware to qemu
8 years ago
bozhi.ch a485bcfdf3 delete copied image and snapshots if corresponding options are specified
8 years ago
Megan Marsh ec75913412 fix crash that occurs when dir is nil
8 years ago
Megan Marsh 89fb8f0d3e fix defaulting/lack thereof for cpu count and memory in vmware template
8 years ago
Nathan A. Ferch fccd7d0692 add snapshot_labels to hcloud builder
8 years ago
Megan Marsh 6728244480 simplify for loop logic
8 years ago
Andrew Pennebaker c05ac784d3 fix tests
8 years ago
Andrew Pennebaker 5ada3376b8 fix test
8 years ago
Andrew Pennebaker 2c989157e4 gofmt
8 years ago
Andrew Pennebaker 5b6cbeed1d expose `--iso` option down in `VBoxManage export --iso` up to virtualbox-iso configuration as "bundle_iso"; ensure ISOs are not removed when this is enabled.
8 years ago
Megan Marsh 8cc3320977
Merge pull request #7034 from zenjoy/hcloud/rescue_mode
8 years ago
bozhi.ch 7704ff2f24 apply tags to relevant snapshots
8 years ago
dedene 1aaa998b02 Revert back to reset server
8 years ago
dedene 6589bfaaab Small code improvements and fixes
8 years ago
zhuzhih2017 53bfe7179f
Merge pull request #7022 from chhaj5236/feature/image_without_datadisks
8 years ago
bozhi.ch 3c1395eb04 support wait_snapshot_ready_timeout for much bigger disk
8 years ago
dedene 0f3bfbf8e6 Fix timing issues by updating to hcloud-go v1.11.0
8 years ago
Kevin Bulebush 802e7d467d openstack: Add support for tagging new images.
8 years ago
dedene 064e6c7e08 Add support for builds using rescue mode
8 years ago
Adrien Delorme e539133d8c
Merge pull request #7019 from arizvisa/vmware.cpu-memory
8 years ago
Adrien Delorme 24510907be
Merge pull request #7018 from arizvisa/parallels.cpu-memory
8 years ago
Adrien Delorme 174c811c1e
Merge pull request #7017 from arizvisa/virtualbox.cpu-memory
8 years ago
Ali Rizvi-Santiago f8c23c1808 Updated things related to the vmware-iso builder to include @azr's suggestions.
8 years ago
Ali Rizvi-Santiago 0f019407d6 Updated things related to the general hw config in the virtualbox builders to correspond to @azr's suggestions.
8 years ago
Ali Rizvi-Santiago 784535a4e3 Updated things related to the parallels-iso builder to correspond to @azr's suggestions.
8 years ago
Ali Rizvi-Santiago 61ee3a44f5 Modified the cpus and memory options for the vmware builders to only apply them if they were specified.
8 years ago
Megan Marsh da6e350949 fix tests
8 years ago
Megan Marsh fbb3d526e3 move region validation to run so that we don't break validation when we don't have aws creds set
8 years ago
Nathan A. Ferch 849a6ed353 add ssh_keys config to hcloud builder
8 years ago
bozhi.ch 3c2c13a021 support creating image without data disks
8 years ago
Ali Rizvi-Santiago fb7ce9f2b5 Renamed both `cpu_count` and `memory_size` to `cpus` and `memory` (respective).
8 years ago
Ali Rizvi-Santiago eca26f43f2 Renamed both `cpu_count` and `memory_size` to `cpus` and `memory` (respective).
8 years ago