Matthew Hooker
52558e4f75
check for nil body from upload response
2017-11-02 00:13:31 -07:00
Matthew Hooker
7810dd18cd
update changelog
2017-11-01 16:18:58 -07:00
Matthew Hooker
a14e9f4d48
Merge pull request #5525 from hashicorp/fix5524
...
use correct default region when deregistering AMIs.
2017-11-01 16:17:59 -07:00
James Nugent
a495948dc5
Merge pull request #5531 from stack72/bump-triton-dependencies
...
Bump Joyent/triton-go to modern version of the SDK
2017-10-31 11:21:08 -05:00
stack72
b04796c2cc
Bump Joyent/triton-go to modern version of the SDK
...
This brings packer into the same version of triton-go as that in Terraform, where we rewrote the package from a library with everything in 1 place to individual packages
I was able to successfully provision a machine on triton using this new change, you can find the output in the attached gist
https://gist.github.com/stack72/a64d745459107c5a16bcb156965597ce
2017-10-31 18:08:53 +02:00
Matthew Hooker
19e6049f17
style fixes
2017-10-31 08:48:17 -07:00
Matthew Hooker
1012316442
update changelog
2017-10-31 08:44:26 -07:00
Matthew Hooker
f64fa7b5ba
Merge pull request #5491 from BenPhegan/hyperv-disk_additional_size
...
Hyper-V disk_additional_size capability
2017-10-31 08:42:07 -07:00
Matthew Hooker
d322fc6c19
Shorten metadata timeout
...
When running in travis, metadata requests will timeout after 5 seconds.
After 24 such timeouts, we'll hit travis' build timeout of two minutes,
and the build will fail. Lowering it to 100 gets us in a safe time
limit. We _may_ need to expose a timeout env var with this logic,
however.
2017-10-30 15:22:15 -07:00
Matthew Hooker
314fc94bd8
clean up
2017-10-30 15:02:39 -07:00
Matthew Hooker
0e4ea7420b
fix tests
2017-10-30 14:34:16 -07:00
Matthew Hooker
c65fa8490d
fix various bugs deregistering AMIs
...
always deregister ami in session region
validate that session region does not appear in ami_regions
2017-10-30 14:17:19 -07:00
Matthew Hooker
6c4fbe8d87
use correct default region when deregistering AMIs.
2017-10-30 13:07:58 -07:00
Matthew Hooker
fe4d4648e6
codeowners for post-processors
2017-10-30 12:51:22 -07:00
Matthew Hooker
a63ba2f9c3
update changelog
2017-10-30 09:46:13 -07:00
Matthew Hooker
a66f51f025
Merge pull request #5517 from PatrickLang/hyperv-gen2-autocheckpoint
...
Fixing auto checkpoints for generation 2 VMs.
2017-10-30 09:33:16 -07:00
Matthew Hooker
faf96b369f
Merge pull request #5510 from hashicorp/fix5216
...
fix hyper-v admin check
2017-10-27 08:49:16 -07:00
Matthew Hooker
8d3bbf4da2
Merge pull request #5514 from hashicorp/ctool
...
add community tools links from @geerlingguy
2017-10-26 11:25:04 -07:00
Matthew Hooker
ecad3348b3
rephrase log message.
2017-10-26 10:41:49 -07:00
Matthew Hooker
0d19fbc27d
Merge pull request #5523 from Ohadbasan/master
...
Add suggestion for "expected_disconnect" option if disconnection occurs
2017-10-26 10:07:09 -07:00
Ohad Basan
33b85b0130
Add suggestion for "expected_disconnect" option if disconnection occurs
2017-10-26 19:53:48 +03:00
Matthew Hooker
ac84cc8913
Merge pull request #5520 from svpernova09/bugfix/fix-typo-copyed
...
🎨 Fix typo in "copyed" -> "copied" usages.
2017-10-26 09:12:44 -07:00
Joe Ferguson
5c2f758053
🎨 Fix typo in "copyed" -> "copied" usages.
2017-10-26 07:42:49 -05:00
Patrick Lang
6d5f75e118
run gofmt
2017-10-25 21:47:14 -07:00
Patrick Lang
95d82b4637
Fixing auto checkpoints for generation 2 VMs. Resolves #5506
...
Also cleaning up ifs
2017-10-25 21:21:32 -07:00
Matthew Hooker
26c7188cf3
add community tools links from @geerlingguy
2017-10-25 14:53:18 -07:00
Matthew Hooker
794e518eb7
use hyper-v admin group, not admin
2017-10-25 13:29:03 -07:00
Matthew Hooker
812fd12a0b
move trimspace to powershell exit check
2017-10-25 13:28:59 -07:00
Matthew Hooker
0be02ab217
hyper-v: Don't error while checking for admin permissions.
2017-10-25 09:18:40 -07:00
Matthew Hooker
abcc02dc64
filter password from logs
2017-10-24 11:39:04 -07:00
SwampDragons
84eff2dc93
Merge pull request #5500 from manojlds/patch-1
...
Update wording on manifest behaviour on build rerun
2017-10-24 09:53:15 -07:00
Manoj
dbeb48a993
Update wording on manifest behaviour on build rerun
2017-10-24 11:27:22 +05:30
Matthew Hooker
b3ea9da4f7
update changelog
2017-10-23 18:28:31 -07:00
Matthew Hooker
eaec57e9d7
Merge pull request #5499 from hashicorp/f-5498
...
relay ovftool output.
2017-10-23 18:27:36 -07:00
Matthew Hooker
0cf0a4336d
relay ovftool output.
2017-10-23 15:38:57 -07:00
Matthew Hooker
449da83896
use correct oracle builder name
2017-10-23 12:10:31 -07:00
Matthew Hooker
bd5d1fc53a
fix formatting;
2017-10-23 09:39:25 -07:00
Matthew Hooker
f07b791a3f
revert eol whitespace changes
2017-10-23 09:29:03 -07:00
Andrew Pryde
f31c2c59c1
Merge pull request #5407 from prydie/fix-5401
...
Fix Oracle OCI builder ignores region value provided in OCI config file
2017-10-23 09:56:49 +01:00
Ben Phegan
12fc928e1d
Initial commit of Hyper-V disk_additional_size capability. Support a
...
maximum of 64 disks added to the SCSI controller. Implement #4823 .
2017-10-23 08:26:35 +11:00
Matthew Hooker
b942c27b21
remove end of line spaces
2017-10-21 20:13:47 -07:00
SwampDragons
1563fb97c7
Merge pull request #5463 from atsushi-ishibashi/issue5323
...
Add clean_image_name for gcp
2017-10-20 14:16:11 -07:00
Megan Marsh
4721b48c70
add a couple of extra tests and reword documentation
2017-10-20 14:06:02 -07:00
Atsushi Ishibashi
c3a00993d0
Don't truncate and replace with 'a', update docs
2017-10-19 10:45:48 +09:00
Matthew Hooker
329be245ee
Merge pull request #5445 from hashicorp/codeowners
...
add codeowners file
2017-10-18 09:25:08 -07:00
Andrew Pryde
bb497c2453
Fixed incorrect test failure message in oci client
2017-10-18 11:11:14 +01:00
Atsushi Ishibashi
3e68f1c505
Change first and last character when it doesn't match
2017-10-18 11:10:19 +09:00
Matthew Hooker
f3c64ce81a
update changelog
2017-10-17 16:09:05 -07:00
Matthew Hooker
c4e83fc928
Merge pull request #5470 from aaron0browne/ecr-login-profile
...
Add aws_profile option to docker-push ecr_login
2017-10-17 16:07:05 -07:00
SwampDragons
940ebe0ddc
Merge pull request #5473 from mprince/puppetdocs
...
Arguments sorting for Puppet provisioners docs
2017-10-17 13:14:08 -07:00