Commit Graph

7134 Commits

Author SHA1 Message Date
Matthew Hooker 560d143b75 Merge pull request #4522 from mitchellh/sethvargo-patch-1
Change cache to 4h
2017-02-09 11:38:54 -08:00
Seth Vargo 93b243000e Change cache to 4h 2017-02-09 14:35:40 -05:00
Matthew Hooker e04f87effe
bump 1.8 version 2017-02-08 15:43:16 -08:00
Matthew Hooker 8a46dc33ae Merge pull request #4519 from mitchellh/artifactlistdocs
add other artifacts to atlas artifact list
2017-02-08 15:36:13 -08:00
Matthew Hooker 0cfa532a1a
add other artifacts to atlas artifact list 2017-02-08 14:41:54 -08:00
Matthew Hooker 61a9164c7b Merge pull request #4509 from mitchellh/winrmprivateip
builder/amazon: `ssh_private_ip` works for winrm
2017-02-04 01:02:54 -08:00
Matthew Hooker 65a9b8edf4
builder/amazon: `ssh_private_ip` works for winrm 2017-02-04 01:01:58 -08:00
Matthew Hooker db49f10cad
update changelog 2017-02-03 23:15:18 -08:00
Matthew Hooker 84fc62f6b2 Merge pull request #4496 from mitchellh/vmrmguest2
builder/virtualbox: remove guest additions
2017-02-03 23:14:35 -08:00
Matthew Hooker 661aadb417 Merge pull request #4506 from mitchellh/docuuid
make note about using UUIDs vs timestamps
2017-02-03 19:03:26 -08:00
Matthew Hooker 32259f478d
make note about using UUIDs vs timestamps 2017-02-03 19:01:56 -08:00
Matthew Hooker 4dd5397077
make table a little more readable 2017-02-03 01:15:50 -08:00
Matthew Hooker 62c6267e04
update changelog 2017-02-02 15:24:31 -08:00
Matthew Hooker 1fa643e88d Merge pull request #4498 from mitchellh/f-simple-passwords
Reduce character set for passwords
2017-02-02 15:04:02 -08:00
Matthew Hooker 70af3d8148 Merge pull request #4497 from mitchellh/f-clickable-links
Make rdp and vnc links clickable by adding the protocol
2017-02-02 12:41:59 -08:00
Chris Bednarski dcb4b50dbf Reduce character set for passwords
At the beginning of each VMware build packer generates a random VNC password and prints it to the terminal / log. When copying a password from a terminal emulator with double-click, the text selection uses word boundaries to attempt to automatically detect where the password string is located. When the password contains weird characers like %^&# this parsing fails and you only get half the password. The reduction in characters does not significantly reduce the entropy of the password but improves user-friendliness when you actually want to use it.

Also deletedsome unused files
2017-02-02 04:03:46 -08:00
Chris Bednarski facf27ceeb Make rdp and vnc links clickable by adding the protocol 2017-02-02 01:55:28 -08:00
Matthew Hooker c0f8f44a10
remove obsolete config key 2017-02-02 01:25:03 -08:00
Matthew Hooker e9e3215c38
builder/virtualbox: remove guest additions 2017-02-02 00:47:56 -08:00
Matthew Hooker 228bc9cfd3
use driver delete method 2017-02-01 23:57:45 -08:00
Matthew Hooker efa29f0e7a Merge pull request #4460 from mitchellh/ulimit
add debug note about ulimits.
2017-02-01 22:05:09 -08:00
Matthew Hooker df440f7877 Merge pull request #4477 from mitchellh/ansibleremoteuserno
docs/ansible: clarify that we ignore remote_user
2017-02-01 22:02:29 -08:00
Matthew Hooker 9ab148e56d Merge pull request #4476 from mitchellh/ansicolor
ansible does its own coloring.
2017-02-01 22:02:08 -08:00
Matthew Hooker eec93dfca7 Merge pull request #4473 from mitchellh/symboldoc
document how we upload symbolic links
2017-02-01 22:01:49 -08:00
Matthew Hooker 70ae90176b Merge pull request #4493 from mitchellh/versionnonewline
command/version: don't print extra new line.
2017-02-01 19:27:07 -08:00
Matthew Hooker 31163f6e96
command/version: don't print extra new line. 2017-02-01 19:26:34 -08:00
Matthew Hooker fe4dd6ef23 Merge pull request #4205 from jfbibeau/patch-1
Docs: add QCOW2 format support for `iso_url`
2017-01-30 12:10:05 -08:00
Matthew Hooker 866e06195b Merge pull request #4479 from ashb/ui-ask-whole-line
Use bufio.Scanner in BasicUi.Ask so we can read whole lines
2017-01-30 11:37:37 -08:00
Rickard von Essen a4da3ca025 Merge pull request #4484 from rickard-von-essen/make-docker-dev-docs
Fix docker-dev make target for docs
2017-01-30 12:16:17 +01:00
Rickard von Essen 87ecf3bd15 Merge pull request #4483 from rickard-von-essen/ansible-chroot
provisioner/ansible: Add documentation howto use with chroot
2017-01-30 12:15:52 +01:00
Rickard von Essen 843614a7be
Fix docker-dev make target for docs 2017-01-30 12:15:16 +01:00
Rickard von Essen 4ffbfde09b
s/communicator/connection plugin/ to align with Ansible nomenclature 2017-01-30 12:11:48 +01:00
Rickard von Essen a5171fef4d
provisioner/ansible: Add documentation howto use with chroot
Closes #3583
2017-01-30 12:09:55 +01:00
Rickard von Essen 71424562a9 Updated CHANGELOG.md 2017-01-29 18:45:53 +01:00
Rickard von Essen 8cdafd663f Merge pull request #4480 from JelleHissink/master
Vmware vsphere vnc port timeout increased (issue #3205)
2017-01-29 18:43:42 +01:00
Rickard von Essen 73cfed4183 Merge pull request #4481 from DanHam/packer-not-terraform
Fix copy/paste Terraform references
2017-01-29 18:40:32 +01:00
DanHam 2b0f52e84a
Fix copy/paste Terraform references 2017-01-29 16:31:23 +00:00
Ash Berlin 242ed49ecb Use bufio.Scanner in BasicUi.Ask so we can read whole lines
The previous version used fmt.Fscanln which sounds like it should scan
for a whole line, but it actually errors if there is more than a single
word/token given. You can see this here https://play.golang.org/p/1RYXdtPSbk

And looking at the only usage of this function in core it won't break
anything to change it to actually return whole lines instead.

    line, err := ui.Ask("[c] Clean up and exit, [a] abort without cleanup, or [r] retry step (build may fail even if retry succeeds)?")

Closes #4474
2017-01-29 14:10:14 +00:00
Jelle Hissink 6973e752d2 Vmware vsphere vnc port timeout increased 2017-01-29 14:41:14 +01:00
Matthew Hooker d46d5ea2fb
docs/ansible: clarify that we ignore remote_user 2017-01-28 19:05:42 -08:00
Matthew Hooker df247a99a1
ansible does its own coloring. 2017-01-28 18:41:11 -08:00
Christopher Boumenot 60a0d21d37 Merge pull request #4468 from tomconte/master
Azure builder: add two new config variables for temp_compute_name and temp_resource_group_name
2017-01-28 09:27:10 -08:00
Thomas Conte d294d2c576 gofmt 2017-01-28 10:29:35 +01:00
Matthew Hooker b3db88109d
document how we upload symbolic links 2017-01-27 18:32:08 -08:00
Prashant Kandathil 92e2fe9fe9 Update build-image.html.md (#4471)
* Update build-image.html.md

Without setting this field a user with get a SSH timeout error.

* Update build-image.html.md

* Update build-image.html.md
2017-01-27 15:03:02 -08:00
Matthew Hooker 6d102d5870 Merge pull request #4470 from ryon/master
Add Google Tag Manager #GTM-NR2SD7C
2017-01-27 13:32:42 -08:00
Ryon Coleman 576ddacaec Add Google Tag Manager #GTM-NR2SD7C 2017-01-27 15:40:42 -05:00
Thomas Conte 1ec6578c02 Add two new variables to Azure builder config 2017-01-27 12:26:28 +01:00
Matthew Hooker 10aa48b2a4
update changelog 2017-01-26 16:45:41 -08:00
Matthew Hooker 54fdef8199 Merge pull request #4467 from mitchellh/walksafe
always check for an error first when walking a path
2017-01-26 16:44:37 -08:00