Ed Overton
1adb0a5fc3
added functionality like vm
2016-10-03 15:11:21 -04:00
Rickard von Essen
2591d089e4
Updated CHANGELOG.md
2016-10-03 10:23:57 +02:00
Rickard von Essen
0be3034e82
Merge pull request #3953 from rickard-von-essen/amz-ssh
...
builder/amazon: Allow using ssh_private_key_file and ssh_password
2016-10-03 10:22:15 +02:00
Rickard von Essen
a04988a597
Updated docs to reflect support for ssh_password
2016-10-03 10:03:45 +02:00
Rickard von Essen
a38e16bdd8
Delete ssh_username from the builder/amazon docs
2016-10-03 09:54:08 +02:00
Matthew Hooker
7a1b84cec1
add some debugging info for if your clock is skewed
2016-10-02 17:32:57 -07:00
Rickard von Essen
acc2689b49
builder/amazon: Allow using ssh_private_key_file and ssh_password
...
This adds support for using amazon-ebs/amazon-instance builder without
a keypair. If a ssh_private_key_file is supplied without a
ssh_keypair_name no temporary ssh keypair is created. If ssh_password is
used no temporary ssh keypair is created and the password is used when
trying to connect.
Closes #2301
Closes #3156
2016-10-02 22:20:36 +02:00
Mike Stankavich
a187b1cf92
Add VirtualBox post shutdown delay to address floppy controller delete error per issue #2401
2016-10-02 13:12:40 -05:00
Rickard von Essen
ad5f2a108e
Updated CHANGELOG.md
2016-10-02 01:04:36 +02:00
Rickard von Essen
cffc8e892c
Merge pull request #3382 from ahamidi/encrypted-boot-volume
...
Create AMI with encrypted boot volume
2016-10-02 01:02:43 +02:00
Rickard von Essen
75333ee625
Updated CHANGELOG.md
2016-10-02 00:15:08 +02:00
Rickard von Essen
3ad7f067ab
Merge pull request #2784 from orivej/fix-ssh-port-max
...
Make ssh_host_port_max an inclusive bound to agree with documentation
2016-10-02 00:12:37 +02:00
Rickard von Essen
29ae078326
Added missing virtualbox floppy_dirs
2016-10-01 09:05:10 +02:00
Rickard von Essen
f2c0582919
Updated CHANGELOG.md
2016-10-01 07:31:08 +02:00
Rickard von Essen
7fec12a183
Merge pull request #3941 from imduffy15/master
...
Allow naming of vm imported AMIs
2016-10-01 07:28:28 +02:00
Matthew Hooker
4a91a0a78c
Merge pull request #3841 from rickard-von-essen/capitalize-docs-index
...
Capitalize documentation index correctly
2016-09-30 13:18:51 -07:00
Rickard von Essen
c33a967ffc
Merge pull request #3842 from rickard-von-essen/file-builder-docs
...
Added file builder documentation.
2016-09-30 22:14:27 +02:00
Rickard von Essen
8f35a8267d
Merge pull request #3893 from rickard-von-essen/aws-doc-default-values
...
builder/amazon: Added and corrected some default values in the docs.
2016-09-30 22:14:03 +02:00
Rickard von Essen
2d583e8307
Updated CHANGELOG.md
2016-09-30 22:03:18 +02:00
Rickard von Essen
924c0bc461
Merge pull request #3932 from pieter-lazzaro/googlecompute-createpassword
...
GCE Windows instance password creation
2016-09-30 22:01:56 +02:00
Rickard von Essen
c0a4067151
builder/googlecompute: Print out WinRM password in debug mode.
2016-09-30 21:17:38 +02:00
Matthew Hooker
9d360a2233
Merge pull request #3943 from mitchellh/gofmt
...
gofmt project.
2016-09-29 16:20:11 -07:00
Matthew Hooker
c8f64a44fe
correct gofmt invocation
2016-09-29 14:21:16 -07:00
Matthew Hooker
a8e57d83d2
gofmt project.
...
noticed many unrelated changes being added to patches because of gofmt.
ran `find . -not -path "./vendor/*" -name "*.go" -exec gofmt -w {} \;`
2016-09-29 14:13:06 -07:00
Matthew Hooker
1e4872303f
update changelog
2016-09-29 12:16:00 -07:00
Matthew Hooker
e14bce7f9f
Merge pull request #3938 from mitchellh/retrycreatetags
...
builder/amazon: add retry login when creating tags.
2016-09-29 12:14:57 -07:00
Ian Duffy
641ae2d837
Allow naming of vm imported AMIs
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-09-29 16:12:57 +01:00
Matthew Hooker
a9abe43325
builder/amazon: add retry login when creating tags.
...
also move Retry from builder/googlecompute/common to common/retry
2016-09-28 18:22:31 -07:00
Matthew Hooker
78cb8e7193
Update CHANGELOG.md
2016-09-28 15:19:48 -07:00
Matthew Hooker
02ecece3e3
Merge pull request #3937 from mitchellh/pr-3281
...
add dot to build name regexp
2016-09-28 15:17:17 -07:00
Doka
4256ab2cc2
add dot to build name regexp
...
allows build names like debian-8.3
2016-09-28 15:11:36 -07:00
Christopher Boumenot
3dc7873b21
Merge pull request #3936 from boumenot/pr-azure-error-message
...
azure: fix error message
2016-09-28 14:17:33 -07:00
Rickard von Essen
b31b45775c
Updated CHANGELOG.md
2016-09-28 21:40:58 +02:00
Rickard von Essen
1dabba856e
Merge pull request #3933 from miry/do_user_data_file
...
Added UserDataFile support for DigitalOcean builder config.
2016-09-28 21:39:38 +02:00
Christopher Boumenot
e42b3d8447
azure: fix error message
...
There have been two issues raised where the user followed the error
message, but they needed to add yet another config value to disambiguate
the VNET. It would be better if the message over corrected, and asked the
user to specify everything to ensure complete disambiguation.
2016-09-28 09:50:10 -07:00
Michael Nikitochkin
343c594bb3
Added UserDataFile support for DigitalOcean builder config.
2016-09-28 15:00:57 +02:00
Ali Rizvi-Santiago
86c00490e9
Renamed any and all instances of the word "FloppyContents" to "FloppyDirectories".
...
Ensure that all builders include FloppyDirectories in the StepCreateFloppy options.
Changed the way the unit-tests in common/step_create_floppy_test work to use the static test-fixtures directory instead of creating the paths dynamically.
Removed a duplicate line of documentation from parallels-pvm.html.md that occurred during rebasing.
2016-09-27 23:31:42 -05:00
Pieter Lazzaro
a4beff5112
Merge branch 'googlecompute-createpassword' of https://github.com/pieter-lazzaro/packer into googlecompute-createpassword
2016-09-27 18:43:21 -04:00
Pieter Lazzaro
5db1c1f503
Create a password for windows instances when using WinRM communicator and no password is provided.
2016-09-27 18:42:34 -04:00
Matthew Hooker
44493a3820
Merge pull request #3929 from mitchellh/rebase-3236
...
Improve language
2016-09-27 12:45:40 -07:00
Arve Knudsen
4e3da3ef54
Improve language
2016-09-27 12:44:41 -07:00
Matthew Hooker
04981d7fef
Merge pull request #3787 from boumenot/pr-azure-custom-image
...
azure: Examples of a custom image
2016-09-27 11:09:03 -07:00
Matthew Hooker
d52a83a901
format flag option in changelog
2016-09-26 15:06:01 -07:00
Matthew Hooker
38e60b7eb4
add #3918 to changelog
2016-09-26 13:48:11 -07:00
Matthew Hooker
06fd2a0b67
Merge pull request #3918 from nouney/f-googlecompute-force
...
builder/googlecompute: -force option
2016-09-26 13:45:40 -07:00
Seth Vargo
210bcba07a
Merge pull request #3926 from mitchellh/sethvargo/update_hashicorp
...
Update middleman-hashicorp
2016-09-26 11:35:30 -05:00
Seth Vargo
208b41b575
Update middleman-hashicorp
2016-09-26 11:32:09 -05:00
Pieter Lazzaro
3efe5af068
Create a password for windows instances when using WinRM communicator and no password is provided.
2016-09-25 22:46:52 -04:00
Valentin Tjoncke
ef1517064c
googlecompute/builder: Always show message when checking image exists
2016-09-24 21:12:25 +02:00
Rickard von Essen
74ccdddd13
Updated CHANGELOG.md
2016-09-24 08:35:49 +02:00