Commit Graph

9868 Commits

Author SHA1 Message Date
Matthew Hooker 6260151034
Merge pull request #6226 from hashicorp/fix6225
builder/qemu: properly prepare boot command.
2018-05-01 12:41:11 -07:00
Matthew Hooker 4f1395e0f6
builder/qemu: properly prepare boot command. 2018-05-01 12:40:00 -07:00
M. Marsh a56f3ea538
Merge pull request #6200 from DanHam/cleanup-tmp-test-files
Clean up tmp files created by tests
2018-05-01 12:02:58 -07:00
Paul Meyer c13965c0ce Add acceptance tests 2018-05-01 15:39:50 +00:00
Paul Meyer a3fb24639a make tests pass again 2018-05-01 15:39:50 +00:00
Paul Meyer 09ce3c9803 Make it compile again 2018-05-01 15:39:50 +00:00
Paul Meyer 69c2d551d0 Update Azure SDK references 2018-05-01 06:04:55 +00:00
AlessioT 3d4c7d0df1 Feature Request: Log reason why AMI creation failed 2018-04-30 20:59:13 +01:00
DanHam 69ac7b56f6
Remove tmp files created by provisioner/windows-shell tests 2018-04-30 20:38:03 +01:00
DanHam b738f41efa
Remove tmp files created by provisioner/powershell tests 2018-04-30 20:38:03 +01:00
DanHam 70ccb8adff
Remove tmp files created by provisioner/puppet-server tests 2018-04-30 20:38:03 +01:00
DanHam fd07cfd2b1
Remove tmp files created by provisioner/puppet-masterless tests 2018-04-30 20:38:03 +01:00
DanHam 25dd27a164
Remove tmp directories created by builder/vmware/common tests 2018-04-30 20:38:03 +01:00
DanHam 13b7078cb0
Remove tmp directories created by builder/virtualbox/common tests 2018-04-30 20:38:03 +01:00
DanHam 475b3978d2
Remove tmp directories created by builder/parallels/common tests 2018-04-30 20:38:03 +01:00
DanHam 5642f8cb01
Remove tmp files created by builder/googlecompute tests 2018-04-30 20:38:03 +01:00
Matthew Patton f5f69df84e Revert "fix line-endings"
This reverts commit bb1aed5264.
2018-04-30 13:59:46 -04:00
DanHam 9b6fc5a58d
Remove tmp files created by builder/amazon/instance tests 2018-04-30 18:16:46 +01:00
DanHam 54e9690dff
Remove tmp files created by builder/amazon/common tests 2018-04-30 18:16:46 +01:00
DanHam 96adb4a9d1
Remove tmp files created by builder/alicloud/ecs tests 2018-04-30 18:16:46 +01:00
DanHam 7e478f650e
Remove tmp files created by common/ tests 2018-04-30 18:16:46 +01:00
Jordan Borean 14e41fad7e
Hyper-V: Add support retrieving IP for Server 2008 2018-04-30 15:18:28 +10:00
AlessioT 373226e9c5 Extract state reason for failure 2018-04-28 12:40:48 +01:00
AlessioT 09bb21774d alessio.tomasino@yahoo.co.uk 2018-04-28 11:02:53 +01:00
AlessioT c27f3e9445 alessio.tomasino@yahoo.co.uk 2018-04-28 11:00:33 +01:00
Matthew Patton b4bec692ed remove accidental duplicate, initialize WorkingDir for puppet-server 2018-04-28 01:13:23 -04:00
Matthew Patton 47d46b0c64 use filpath() to make tests portable across Windows and non-Windows 2018-04-28 00:17:27 -04:00
Matthew Patton c33608336a Merge branch 'delay-extraArgs-4462_clean' of github.com:tb3088/packer into delay-extraArgs-4462_clean 2018-04-28 00:08:28 -04:00
Matthew Patton 8bb7798ea7 standardize across both puppet-{masterless,server}
move comments outside of datastructure

remove duplicated section

fix line-endings

Golang doesn't use C-style comments

run gofmt for alignment and whitespace management

remove danling "options" and fix class reference

syncronize tests to new command structure
2018-04-27 23:47:05 -04:00
Matthew Patton 1aa7358c13 syncronize tests to new command structure 2018-04-27 23:41:31 -04:00
Matthew Patton 422b4a073e remove danling "options" and fix class reference 2018-04-27 23:22:52 -04:00
Matthew Patton 2450e57fbe run gofmt for alignment and whitespace management 2018-04-27 22:51:48 -04:00
Matthew Patton d57842e06d Golang doesn't use C-style comments 2018-04-27 22:44:16 -04:00
Matthew Patton bb1aed5264 fix line-endings 2018-04-27 22:34:15 -04:00
Matthew Patton 25252f083e remove duplicated section 2018-04-27 22:33:54 -04:00
Matthew Patton 0fa037d297 move comments outside of datastructure 2018-04-27 21:38:51 -04:00
Matthew Patton 913ad33a11 standardize across both puppet-{masterless,server} 2018-04-27 20:40:13 -04:00
Don Luchini 1cd825584e Documentation for staging directory cleanup flag. 2018-04-27 19:35:01 -04:00
Don Luchini edb845b3f4 Allow skipping Chef Client staging directory cleanup (fixes #3151). 2018-04-27 19:35:01 -04:00
Matthew Hooker fefaf0fa61
Merge pull request #6213 from hashicorp/je.fout
Resolve FOUT Issue
2018-04-27 16:32:10 -07:00
Matthew Patton 5eb497a2c5 reorder terms and define an intermediate variable
(cherry picked from commit d0251f9741cf4d7659ecb4496d103f99a0e4184a)
(cherry picked from commit dab1b903ad88af0e3e40168634c1eb227078b4eb)
2018-04-27 18:04:36 -04:00
Jeff Escalante d00b482029 Resolve FOUT Issue 2018-04-27 17:12:00 -04:00
M. Marsh 5b2e447d09
Merge pull request #6211 from DanHam/follow-convention
Follow variable varName <-> statebag var_name convention
2018-04-27 13:04:46 -07:00
DanHam c828015bc3
Follow variable varName <-> statebag var_name convention 2018-04-27 20:09:19 +01:00
M. Marsh df5c67090e
Merge pull request #6193 from adarobin/hvf
add support for hvf accelerator to qemu builder
2018-04-27 11:41:01 -07:00
Megan Marsh ed6d999b1f add windows-sql-cloud to the list of projects to check for an image name 2018-04-27 11:24:08 -07:00
M. Marsh 6fdab18e6e
Merge pull request #6186 from DanHam/simplify-vmware-disks
[WIP] Simplify handling of VMware disk operations by collating disk requirements and unifying treatment
2018-04-27 10:54:39 -07:00
DanHam f342975ff3
Fix test - reporting compaction results requires a tmp file 2018-04-27 16:40:44 +01:00
DanHam 08f9d619a9
Report the result of the disk compaction step 2018-04-27 16:40:29 +01:00
DanHam 10d93dffa4
Fix tests for vmware/common 2018-04-27 16:40:23 +01:00