Commit Graph

5642 Commits

Author SHA1 Message Date
Chris Bednarski b8e885a35b Update go 1.5 references to 1.6 2016-02-17 16:29:38 -08:00
Chris Bednarski 6441a86e3f Merge pull request #3221 from jefferai/update-cleanhttp
Update go-cleanhttp
2016-02-17 15:03:24 -08:00
Jeff Mitchell bbafc0469b Update go-cleanhttp 2016-02-17 17:22:21 -05:00
Chris Bednarski 7cf2dd4f45 Added openstack ipv6 ssh support to changelog 2016-02-17 11:21:59 -08:00
Rickard von Essen b30c9aa22b Merge branch 'openstack_ssh_ip_version' 2016-02-17 10:52:43 +01:00
Nathan Mische 335a2010bf Moving SSH IP version validation to prepare function. 2016-02-17 10:52:29 +01:00
Nathan Mische 8396a2db1e Adding ability to select IP version for SSH connections to OpenStack instances. Addresses #3047 2016-02-17 10:28:18 +01:00
Chris Bednarski 043878ad7a Merge pull request #3213 from mohae/amazon-instance-doc-settings-a-z
docs: amazon-instnace: alphabetize and indent ami_block_device_mappings for consistency
2016-02-16 15:06:11 -08:00
Chris Bednarski dd678631f9 Merge pull request #3212 from mohae/amazon-ebs-doc-settings-a-z
docs: amazon-ebs: alphabetize ami_block_device_mappings for consistency
2016-02-16 15:04:44 -08:00
Chris Bednarski 92728f2ec2 Merge pull request #3214 from dave2/gh-3132
Docs: Examples of templates need more assistance about AMI IDs
2016-02-16 14:42:24 -08:00
Chris Bednarski e377eccf17 Merge pull request #3217 from tylert/ssh-host-port-defaults
Show default ssh_host_port ranges
2016-02-16 14:37:14 -08:00
Tyler Tidman d593d1a177 Show default ssh_host_port ranges 2016-02-16 17:10:02 -05:00
David Zanetti d5a5fbc309 Docs: minor typo fixup
Signed-off-by: David Zanetti <dave2@wetstring.net>
2016-02-17 10:58:11 +13:00
David Zanetti 3c1013f098 Docs: Examples of templates need more assistance about AMI IDs
* Several places where AMI IDs are used now have more explanation about
   where to find information about them, or links to the builder docs
 * IDs present in examples have not been changed to valid ones, since
   this would be an on-going problem to maintain a current valid ID
 * See github.com issue #3132

Signed-off-by: David Zanetti <dave2@wetstring.net>
2016-02-17 10:49:38 +13:00
Joel Scoble 68d9f1ff54 alphabetize and indent ami_block_device_mappings 2016-02-16 15:44:21 -06:00
Joel Scoble 9c979d2f30 alphabetize ami_block_device_mappings for consistency 2016-02-16 15:38:49 -06:00
Chris Bednarski 97698b9d67 Merge pull request #3211 from tylert/qemu-docs-vnc-ports
Fix qemu builder vnc_port_min and vnc_port_max text (copied from vmwa…
2016-02-16 13:19:16 -08:00
Tyler Tidman 4a628ec02d Fix qemu builder vnc_port_min and vnc_port_max text (copied from vmware-iso builder) 2016-02-16 16:02:33 -05:00
Rickard von Essen 32bbe55f2b Merge pull request #3208 from rickard-von-essen/openstack-messages-ssh
OpenStack: Change some log messages about SSH to connect.
2016-02-16 11:17:03 +01:00
Rickard von Essen 5368697413 Get admin password of booted instance when using WinRM
Fixes #2663
2016-02-16 11:06:22 +01:00
Rickard von Essen c3bc87cb71 OpenStack: Change some log messages about SSH to connect. 2016-02-16 10:55:21 +01:00
Chris Bednarski b07f54ddc5 Merge pull request #3198 from knakayama/fix/zsh-completion
Fix zsh-completion
2016-02-14 20:35:12 -08:00
knakayama f103ba820c Fix zsh-completion 2016-02-15 12:28:01 +09:00
Chris Bednarski fb7870ad94 Merge pull request #3203 from mtb-xt/ansible-env
Allow specifying environment variables for ansible provisioner
2016-02-14 19:11:11 -08:00
Chris Bednarski 14b7019ace Merge pull request #3201 from hartzell/patch-1
Fix invalid JSON in example
2016-02-14 19:08:44 -08:00
Marat Bakeev 2791542171 Allow specifying environment variables for ansible provisioner 2016-02-15 13:07:02 +13:00
George Hartzell fc9dee4e0d Fix invalid JSON in example
There was an extraneous comma in the example that rendered the JSON invalid.
2016-02-14 13:11:04 -08:00
Chris Bednarski c7765023aa Merge pull request #3193 from mitchellh/f-ssh-key-path
Add fixer for SSHKeyPath
2016-02-12 17:39:16 -08:00
James Bishopp bd8fb014c4 Removed ssh_key_path
- removed backwards compatibility code
- ensured key usage came from SSHPrivateKey configuration
- changed tests to use private_key
2016-02-12 17:24:42 -08:00
James Bishopp 51b2069af1 Added fixer for ssh_key_path
- ssh_key_path is removed in all cases.
- The new fixer is not checking the builder type so it will execute for all
  builders.
- If ssh_key_path exists without ssh_private_key_file then it will assign
  the value of ssh_path_path to ssh_private_key_file
- If ssh_private_key_file and ssh_key_path exist, then ssh_key_path is
  simply removed

I wanted to emit a warning messsage to the user but it didn't seem like
the ui.* interface was exposed to fixers.
2016-02-12 17:24:42 -08:00
Chris Bednarski 115426becb Update aws-sdk-go to 1.1.2 release 2016-02-12 16:17:46 -08:00
Chris Bednarski fafcda541f Added SSH directory download to changelog 2016-02-12 14:59:41 -08:00
Chris Bednarski ded6a066b6 Merge pull request #3191 from mitchellh/f-ssh-dir-download
Enable SSH Communicator to download directories
2016-02-12 14:55:47 -08:00
Chris Bednarski 6dd02e7912 Update ansible test to use the new Downloader interface 2016-02-12 14:53:23 -08:00
Vasiliy Tolstov feee19e4ed file provisioner improvements
* allow specify source/destination as dir
* allow specify many files as source

Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-02-12 11:48:28 -08:00
Chris Bednarski 6496a25d08 Added QEMU SSHHostPort to changelog 2016-02-12 11:47:33 -08:00
Chris Bednarski e920ad25bf Merge pull request #3190 from mitchellh/f-qemu-ssh-port
Expose QEMU SSH port to templates
2016-02-12 11:41:29 -08:00
Dan Sedlacek 0146294095 Added documentation 2016-02-12 11:39:19 -08:00
Dan Sedlacek 279555b8e1 Added ability to see what SSH Port packer generated in template data 2016-02-12 11:39:08 -08:00
Chris Bednarski 7d90d3f0d0 Added fmt and vendor to the makefile 2016-02-12 11:37:49 -08:00
Chris Bednarski 53176f8cdb Added amazon s3 service to vendor, to support the amazon-import feature 2016-02-12 10:41:26 -08:00
Chris Bednarski 4458de4ea0 Reformat 2016-02-11 23:53:40 -08:00
Chris Bednarski d375b6560d Added amazon-import to changelog 2016-02-11 23:40:41 -08:00
Chris Bednarski 765ec5cf39 Merge pull request #2962 from dave2/postprocess_amazon_ova
New post-processor: amazon-import
2016-02-11 23:38:15 -08:00
Chris Bednarski d8aaf6175f Merge pull request #2470 from jsoriano/puppet-masterless-clean-staging
Puppet masterless provisioner optionally cleans staging directory
2016-02-11 17:39:35 -08:00
Chris Bednarski 5a57ccbbc3 Added salt provisioner updates to changelog; reformatted / rephrased some things 2016-02-11 16:43:27 -08:00
Chris Bednarski 3ae867446d Merge pull request #2660 from mafrosis/saltp
Salt provisioner updates
2016-02-11 16:37:06 -08:00
Chris Bednarski d73cc1c919 Merge pull request #3189 from mitchellh/docs-machine-debug
Add note to docs indicating that -machine-readable and -debug cannot be used at the same time
2016-02-11 16:13:04 -08:00
Chris Bednarski cd4961196f Add note to docs indicating that -machine-readable and -debug cannot be used at the same time 2016-02-11 16:12:22 -08:00
Chris Bednarski 47f0783de1 Added Virtualbox VRDP to changelog 2016-02-11 14:52:48 -08:00