Commit Graph

7418 Commits

Author SHA1 Message Date
Matthew Hooker e4aa2a34ca
builder/amazon-chroot: nullable copy_files
Allow users to specify that they don't want any
files copied into the chroot by setting an empty
copy_files list
2017-03-24 13:51:47 -07:00
Matthew Hooker 0c4b67ff14 Merge pull request #4707 from mitchellh/typo
fix typo
2017-03-24 11:57:17 -07:00
Matthew Hooker 35480e21b2
fix typo 2017-03-24 11:56:49 -07:00
Matthew Hooker dc72af66eb
update changelog 2017-03-24 00:02:29 -07:00
Matthew Hooker ec12b99cde Merge pull request #4705 from mitchellh/floppyretry
builder/virtualbox: retry removing floppy controller
2017-03-24 00:01:53 -07:00
Matthew Hooker 0ad6b169bc
builder/virtualbox: retry removing floppy controller 2017-03-23 23:58:23 -07:00
Matthew Hooker 31ce86b555
update changelog 2017-03-23 16:16:47 -07:00
Matthew Hooker 4339ee134e Merge pull request #4704 from mitchellh/fix4697
builder/amazon: report tag creation
2017-03-23 16:15:49 -07:00
Matthew Hooker 74c8c585f5
builder/amazon: report tag creation 2017-03-23 16:12:59 -07:00
Matthew Hooker fc898b183a Merge pull request #4695 from mitchellh/readmeproviders
update readme with supported providers
2017-03-22 12:10:28 -07:00
Matthew Hooker 5134d750ca
update readme with supported providers 2017-03-22 12:08:47 -07:00
Matthew Hooker 59881d052c
update changelog 2017-03-21 21:44:44 -07:00
Matthew Hooker cc4efa09b0 Merge pull request #4694 from andreychernih/ansible-error-message
More verbose error message when ansible-playbook fails
2017-03-21 21:43:24 -07:00
Andrey Chernih 7548024720 More verbose error message when ansible-playbook fails
I've spent 1 hour today debugging why packer does not want to work with
ansible. It turns out `ansible-playbook` command was returning non-zero
exit status because of the file system permission problem.

Output before change:

    % packer build rabbitmq.json
    amazon-ebs output will be in this color.

    1 error(s) occurred:

    * exit status 1

Output after change:

    amazon-ebs output will be in this color.

    1 error(s) occurred:

    * Error running "ansible-playbook --version": exit status 1
2017-03-21 20:26:41 -07:00
Matthew Hooker fa0ef21b1b
update changelog 2017-03-20 15:36:30 -07:00
Matthew Hooker 5ed4d84dc1 Merge pull request #4691 from mitchellh/hyper-vshutdown
builder/hyper-v don't wait for shutdown to return.
2017-03-20 15:35:54 -07:00
Matthew Hooker 8b763032ce
builder/hyper-v don't wait for shutdown to return.
Mirrors work done in #4436
2017-03-20 15:32:42 -07:00
Matthew Hooker 3a1210e2c5
update changelog 2017-03-20 14:36:43 -07:00
Matthew Hooker b49f4253e9 Merge pull request #4690 from mitchellh/sshfix
communicator/ssh: fix nil ptr error
2017-03-20 14:35:45 -07:00
Matthew Hooker ce259c126a
communicator/ssh: fix nil ptr error
fixes a case where we could return a nil error and nil ssh session.
2017-03-20 14:30:53 -07:00
Matthew Hooker f9c2d6e01d Merge pull request #4683 from hfinucane/master
Fix example in documentation
2017-03-18 17:38:14 -07:00
Matthew Hooker c0a02d17ef
fix example json 2017-03-18 17:37:02 -07:00
Matthew Hooker 349dcbcb6e
correct 0.12.3 changelog
cf #4680
2017-03-17 17:20:25 -07:00
Matthew Hooker a3e0748fec
update changelog 2017-03-16 18:19:03 -07:00
Matthew Hooker 89945a884d Merge pull request #4678 from mitchellh/fix3619
builder/virtualbox: allow skipping upload of version file
2017-03-16 18:16:00 -07:00
Matthew Hooker 68e2b150cd
builder/virtualbox: allow skipping upload of version file 2017-03-16 18:14:11 -07:00
Matthew Hooker ba261f5f1c
next version is 1.1.0 2017-03-16 15:24:52 -07:00
Matthew Hooker 5764c9269c
fix version 2017-03-16 15:24:13 -07:00
Matthew Hooker f0e83beaaa
display version correctly 2017-03-16 15:24:12 -07:00
Matthew Hooker 56d73a5b83 Merge pull request #4672 from mitchellh/4670
show correct step name when debugging
2017-03-16 14:25:36 -07:00
Matthew Hooker 48441a3913
update github.com/mitchellh/multistep 2017-03-16 14:20:33 -07:00
Matthew Hooker 262c8dc24a
WIP fix #4670 2017-03-16 14:18:41 -07:00
Matthew Hooker 286fe78bfc
update changelog for 1.1 2017-03-16 11:20:23 -07:00
Matthew Hooker b8cf6a9e1b
fix indentation 2017-03-15 12:34:12 -07:00
Matthew Hooker c3f56eb5dc Merge pull request #4671 from rickard-von-essen/aws-docs-indent
amazon-chroot: Fixed indentation
2017-03-15 12:14:28 -07:00
Rickard von Essen eefa3e3ffb
amazon-chroot: Fixed indentation 2017-03-15 20:09:07 +01:00
Rickard von Essen 8c2a8f5f81 Merge pull request #4655 from lbordowitz/ostk-sshca
OpenStack: Add ssh agent support
2017-03-14 21:07:03 +01:00
Rickard von Essen 6cd3cb18da
builder/openstack: validate ssh key name/file
This is a port for OpenStack of PR #4665
2017-03-14 20:47:40 +01:00
Matthew Hooker 677e885422 Merge pull request #4665 from mitchellh/fix4164
builder/amazon: validate ssh key name/file
2017-03-13 14:26:40 -07:00
Matthew Hooker bd76b7bb6f
builder/amazon: validate ssh key name/file
When using ssh_key_name, ssh_private_key file must be given,
or ssh_agent_auth enabled.

When automatically retrieving the winrm password, if ssh_key_name is
given, ssh_private_key_file must also be given.
2017-03-13 13:14:18 -07:00
Rickard von Essen ad5a41082e
openstack: Updated docs for ssh_agent_auth and temporary_key_pair_name 2017-03-13 20:18:05 +01:00
Rickard von Essen 4c5461102a
amazon: Added (more) support for SSH Agent and temporary keypair names 2017-03-13 07:29:59 +01:00
Rickard von Essen f97c83bda5 Merge pull request #4660 from jugatsu/readme-https
README: update packer website url with HTTPS
2017-03-12 11:12:17 +01:00
Anton Kvashenkin 5ba75fff16 README: update packer website url with HTTPS 2017-03-12 13:04:18 +03:00
Matthew Hooker cc95b90abb Merge pull request #4438 from mitchellh/winrmupload
communicator/winrm: make directory upload behave more like scp
2017-03-10 16:30:14 -08:00
Rickard von Essen a047916944 Merge pull request #4621 from hui-yang/disk-type
builder/parallels-iso: Configuration of disk type, plain or expanding
2017-03-10 19:32:41 +01:00
Rickard von Essen de73e22e2c
Reverted command/plugin.go and reworded docs 2017-03-10 19:18:44 +01:00
Larry Bordowitz c5b8a1069a Add ssh agent to enable SSH-CA authentication. 2017-03-10 08:45:50 -08:00
Matthew Hooker f8a8952231
website/docs: fix file upload tar script 2017-03-09 17:39:46 -08:00
Matthew Hooker 66794db33a Merge pull request #4651 from mitchellh/docclearerer
website/docs: make file provisioner reqs clearer
2017-03-09 17:31:18 -08:00