Commit Graph

5861 Commits

Author SHA1 Message Date
Chris Bednarski 104cdcf266 Added go-uuid 2016-06-10 15:58:17 -07:00
Chris Bednarski 7a9c3bc2a0 Added -force truncation behavior for manifest, and added docs 2016-06-10 15:57:01 -07:00
Chris Bednarski 78070f8ca9 Removed input_type and description since these are not particularly useful 2016-06-10 15:57:01 -07:00
Chris Bednarski 3c6ca7cbde Added builder_type and build_name, renamed some other fields 2016-06-10 15:57:01 -07:00
Chris Bednarski 8c875ebda4 Changed overloaded artifact variable name to source 2016-06-10 15:57:01 -07:00
Chris Bednarski db593a517d Added manifest post-processor, which creates a manifest of build artifacts 2016-06-10 15:57:01 -07:00
Chris Bednarski 73d376633d Updated godeps to fix inconsistent library version and add missing dep 2016-06-10 15:04:49 -07:00
Chris Bednarski 65180e8052 Merge pull request #3611 from paulmey/fix-deviceflow
Update to go-autorest v7.0.6.
2016-06-10 14:38:39 -07:00
Paul Meyer 1fa8255bdb Update to go-autorest v7.0.6. 2016-06-10 14:23:42 -07:00
Christopher Boumenot e3ae5c7454 Add bug fix for Azure token validity test 2016-06-10 10:55:42 -07:00
Christopher Boumenot cca9810516 Merge pull request #3609 from paulmey/fix-deviceflow
azure/builder: fix token validity test
2016-06-10 10:54:38 -07:00
Paul Meyer a788ea4d43 azure/builder: fix token validity test 2016-06-10 09:58:38 -07:00
Jack Pearkes 844e753fea
website: darken works_with azure logo 2016-06-09 16:00:14 -07:00
Christopher Boumenot 8c33d71ddb Merge pull request #3608 from boumenot/pr-broken-build
Add resource_group_name to test cases were it was missing.
2016-06-09 10:29:36 -07:00
Christopher Boumenot 6dda6f77d6 Add resource_group_name to test cases. 2016-06-09 10:17:49 -07:00
Christopher Boumenot a3ed380413 Update CHANGELOG.md for Azure builder improvements
Add support for custom images.
Check for empty resource groups.
2016-06-09 09:50:31 -07:00
Christopher Boumenot 353ce2f2a6 Merge pull request #3575 from mitchellh/pr-custom-image-url
Implement support for custom images.
2016-06-09 09:47:18 -07:00
Christopher Boumenot 276c756a6e Merge pull request #3606 from paulmey/validate-resourcegroupname
azure-arm: Validate that resource_group_name is being set
2016-06-09 09:46:59 -07:00
Paul Meyer 0c79293dde azure-arm: Validate that resource_group_name is being set 2016-06-09 01:00:23 -07:00
Chris Bednarski 658de07e24 Addded skip_region_validation to changelog 2016-06-07 17:11:54 -07:00
Chris Bednarski 64fbb49416 Merge pull request #3598 from owjjh/master
Adding ability to ignore region validation for AWS
2016-06-07 17:09:11 -07:00
owjjh 658fadbc53 changing if conditionals to be ! instead of == false 2016-06-07 09:21:43 -04:00
owjjh d088b01cc8 Updating documentation to include details for the skip_region_validation configuration option 2016-06-06 14:45:22 -04:00
owjjh d489ce9904 make fmt run 2016-06-06 14:37:09 -04:00
owjjh 83e6171f19 Merge branch 'master' of https://github.com/owjjh/packer 2016-06-06 14:18:08 -04:00
owjjh de5b69a8df Adding ability to skip region validation when using AWS 2016-06-06 14:17:12 -04:00
Chris Bednarski 63c7fdb6e4 Merge pull request #3590 from erkolson/master
Amazon documentation, update policy document - minimal set of permiss…
2016-06-02 11:04:47 -07:00
Jack Pearkes e0da068f9f Merge pull request #3589 from mitchellh/homepage-tweak
website: update homepage image for works well with
2016-06-01 15:54:15 -07:00
Jack Pearkes f1aa081bef
website: add azure to works with text 2016-06-01 12:06:26 -07:00
Erik Olson a6b59d742d Amazon documentation, update policy document - minimal set of permissions to allow copying AMIs to other regions 2016-06-01 12:59:25 -04:00
Jack Pearkes 4bad83aeba
website: update homepage image for works well with
We now support Azure!

https://dl.dropboxusercontent.com/s/qwke3gjblpa6a5t/2016-06-01%20at%209.56%20AM.png
2016-06-01 09:57:13 -07:00
Christopher Boumenot 5950d3d92b Implement support for custom images. 2016-05-27 21:18:20 -07:00
Chris Bednarski 9009c63b49 Updated the changelog to include vnc/vrdp_bind_address options 2016-05-25 11:38:09 -07:00
Chris Bednarski d6b9978d0e Merge pull request #3565 from imduffy15/master
Allow configurable VNC bind IP for VMware builders
2016-05-25 11:27:38 -07:00
Chris Bednarski e13b7fbfcd Merge pull request #3566 from imduffy15/virtualbox
Allow configurable VRDP bind IP for VirtualBox builders
2016-05-25 11:27:29 -07:00
Chris Bednarski 066142c224 Merge pull request #3574 from imduffy15/qemu-vnc-configurable-bind-address
Allow configurable VNC bind IP for QEMU builders
2016-05-25 11:26:53 -07:00
Ian Duffy fa273f3bea Allow configurable VNC bind IP for QEMU
This commit allows for a user configurable VNC bind IP to be used for
QEMU.

By default this will be 127.0.0.1, alternatively, a user can use
0.0.0.0 which will bind to all interfaces.

This pull request should satisfy concerns of #3570 and #3559. It is
also in-line with the functionality provided by #3566 and #3565

Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-05-25 10:10:12 +01:00
Ian Duffy 9abd8b16bc Update documentation to include vnc_bind_address
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-05-25 09:38:40 +01:00
Ian Duffy 4ca03a95c6 Update documentation to include vrdp_bind_address
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-05-25 09:36:27 +01:00
Chris Bednarski 7759229b9d Merge branch 'master' of https://github.com/mitchellh/packer 2016-05-24 15:42:42 -07:00
Chris Bednarski 2456ec2b87 Added disable_stop_intance to changelog 2016-05-24 15:42:33 -07:00
Chris Bednarski 42a9d9d5a1 Merge pull request #3352 from chalfant/disable-stop-instance
Disable stop instance
2016-05-24 15:40:54 -07:00
Chris Bednarski 6097a79375 Added ansible host key checking to changelog 2016-05-24 15:37:17 -07:00
Billie Cleek 49067e732a append ANSIBLE_HOST_KEY_CHECKING correctly (#3568)
Append the ANSIBLE_HOST_KEY_CHECKING environment variable correctly
regardless of whether the template specifies some environment variables.
2016-05-24 15:34:51 -07:00
Chris Bednarski 97772d0dee Added warning not to use instance builder with windows 2016-05-24 15:19:06 -07:00
Ian Duffy 9ec319e296 Allow configurable VNC bind IP for VirtualBox builders
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-05-23 14:24:16 +01:00
Ian Duffy 0327f6c935 Allow configurable VNC bind IP for VMware builders
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-05-23 14:07:03 +01:00
Brian Candler 873760e69e Clarify how to run with logs if qemu fails to start (#3561) 2016-05-20 14:25:52 -07:00
Justin Phelps c53e3d01c0 Adding reference to GetPasswordData in the Amazon builder documentation. Fixes #3546 (#3558) 2016-05-20 10:15:40 -07:00
Brian Candler 56313450a9 Headless documentation (#3557)
* Add some notes about qemu headless mode

Partly resolves #3530
2016-05-20 10:01:41 -07:00