Commit Graph

3809 Commits (ec75913412f441386b4113b048bce3263bbdf055)

Author SHA1 Message Date
Megan Marsh ec75913412 fix crash that occurs when dir is nil
7 years ago
Megan Marsh 89fb8f0d3e fix defaulting/lack thereof for cpu count and memory in vmware template
7 years ago
Megan Marsh 6728244480 simplify for loop logic
7 years ago
Andrew Pennebaker c05ac784d3 fix tests
7 years ago
Andrew Pennebaker 5ada3376b8 fix test
7 years ago
Andrew Pennebaker 2c989157e4 gofmt
7 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.
7 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
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
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
Ali Rizvi-Santiago 24140131c7 Renamed both `cpu_count` and `memory_size` to `cpus` and `memory` (respective).
8 years ago
Ali Rizvi-Santiago 51948daf92 Added options for the cpu count, memory, audio, and usb to the virtualbox builder.
8 years ago
Ali Rizvi-Santiago 71d15d05c0 Added support for the cpu_count, memory_size, sound, and usb options to the parallels builder.
8 years ago
Ali Rizvi-Santiago cd45248eaa Moved common hardware config options used by the vmware-iso builder into common/hw_config and added options for the CpuCount and MemorySize.
8 years ago
Ali Rizvi-Santiago 4e73c85e22 Re-sorted, grouped, and commented the options in the template VMX for the VMWare builder to keep things organized.
8 years ago
Christopher Boumenot 06c2c35e4c
Merge pull request #6980 from amydutta/amdut/snapshot
8 years ago
Amrita Dutta b8def0b3fb Added test to check for missing OS disk snapshot name and data disk snapshot prefix
8 years ago
Amrita Dutta 67342750a3 Addressed PR comments
8 years ago
Megan Marsh dca02c7b07
Merge pull request #6962 from hashicorp/fix_6940
8 years ago
Megan Marsh 3b413d2e5e fix rebase conflicts
8 years ago
Megan Marsh 89184ae384 rework if/else to simplify main code body.
8 years ago
Megan Marsh 536e0501ac Validate username/password for ovftool during prepare.
8 years ago
Megan Marsh 7643ccc67d
Merge pull request #6982 from hashicorp/fix_6161
8 years ago
Megan Marsh 49b40e0789
Merge pull request #6984 from hashicorp/add_display_name_vmware
8 years ago
Adrien Delorme f1fa28847f
remove debug line.
8 years ago
Adrien Delorme 78ac943679
Merge pull request #6987 from hashicorp/6624
8 years ago
Adrien Delorme 175b6a7971 add test for MSI configuration
8 years ago
Adrien Delorme 1958ef6e81 remove unecessary check
8 years ago
Adrien Delorme 08e8b1850e
remove unnecessary parenthesis
8 years ago
Amrita Dutta 2d6b18e63e Fix tests after bug fix
8 years ago
Megan Marsh 2e2b2cea82 add a warning that checks for collisions between packer-generated values in the default vmx file and the vmx_data
8 years ago
Amrita Dutta 213fbbae00 Updated go version and reformatted
8 years ago
Megan Marsh 3cf4c63a87 Change antiquated Master/Slave terminology for disk drives to more appropriate Primary/Secondary.
8 years ago
Megan Marsh e5c4a4a6fb create export directories for vmx and ovf file types, too.
8 years ago