Commit Graph

7433 Commits

Author SHA1 Message Date
Seth Vargo 2505d74dd0
Update CSS breakpoints 2017-03-28 16:05:22 -04:00
Seth Vargo 6b80c21043
Revamp pages and docs to fit HashiCorp brand 2017-03-28 16:05:19 -04:00
Matthew Hooker af48ea255e Merge pull request #4725 from rickard-von-essen/gce-windows
builder/googlecompute: Added Windows example to the docs.
2017-03-28 10:41:41 -07:00
Matthew Hooker 46b09f8aa3 Merge pull request #4723 from mitchellh/cliupdate
update cli library
2017-03-28 09:43:49 -07:00
Rickard von Essen f15925b017
builder/googlecompute: Added Windows example to the docs.
Closes: #4713
2017-03-28 17:27:57 +02:00
Matthew Hooker 83bf5e67a9
update cli library 2017-03-27 23:13:26 -07:00
Matthew Hooker 064576fdde Merge pull request #4718 from mitchellh/dumbquotes
remove windows smart quotes
2017-03-27 14:41:41 -07:00
Matthew Hooker 2f4dc74635
remove windows smart quotes 2017-03-27 14:41:03 -07:00
Matthew Hooker 64b4edcb60 Merge pull request #4712 from mitchellh/doctypo
website/docs: fix typo
2017-03-24 23:27:47 -07:00
Matthew Hooker 9b73cab78f
website/docs: fix typo 2017-03-24 23:27:07 -07:00
Matthew Hooker b9ba21c02d Merge pull request #4710 from mitchellh/amazon-chroot-systemd
website/docs: add note about systemd and amazon-chroot.
2017-03-24 15:42:42 -07:00
Matthew Hooker 3c13a6e99c
website/docs: add note about systemd and amazon-chroot. 2017-03-24 15:42:11 -07:00
Matthew Hooker 217d4e5303
update changelog 2017-03-24 15:14:18 -07:00
Matthew Hooker c8113e885e Merge pull request #4708 from mitchellh/nullablecopyfiles
builder/amazon-chroot: nullable copy_files
2017-03-24 15:12:03 -07:00
Matthew Hooker 506a1e6186
document skipping copy_files 2017-03-24 13:51:52 -07:00
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