Commit Graph

5402 Commits

Author SHA1 Message Date
Rickard von Essen 623dbc1ffe Merge pull request #3147 from tylert/update-qemu-doc
Update qemu builder doc net_device list, put things in packer fix order
2016-02-04 20:59:27 +01:00
Rickard von Essen 65d8e0e6f6 Merge pull request #3146 from tylert/readme-touchup
Add a few build setup instructions to the readme
2016-02-04 20:30:42 +01:00
Chris Bednarski 2d339bab9d Merge branch 'master' of https://github.com/mitchellh/packer 2016-02-04 11:30:25 -08:00
Chris Bednarski c0bb5e245b Updated changelog for parallels guest_os_type 2016-02-04 11:30:18 -08:00
Rickard von Essen e5356dc4c4 Merge pull request #3133 from rickard-von-essen/aws_ssh_cleanup
Amazon: Cleaned up the docs about SSH after implementing Communicator.
2016-02-04 20:28:57 +01:00
Rickard von Essen 2155576fd6 Merge pull request #2751 from rickard-von-essen/prl_deprecations
Remove deprecated parallels_tools_host_path and guest_os_distribution
2016-02-04 20:21:59 +01:00
Chris Bednarski 0f6eba6bfd Added changelog entry for automated base64 of inline user_data 2016-02-03 16:47:33 -08:00
Chris Bednarski e6b6f0b020 Merge pull request #2539 from fnoeding/amazon-ebs-fix-ec-user-data-encoding
amazon builder: always base64 encode ec2 user data
2016-02-03 16:47:01 -08:00
Chris Bednarski 8abcc4f8f0 Added changelog note for bundle upload credentials 2016-02-03 12:48:46 -08:00
Chris Bednarski 951a7e8ad3 Merge pull request #2596 from manicai/master
Fix for #2496 AWS credentials for instance based AMIs
2016-02-03 12:45:51 -08:00
Tyler Tidman 7c89df2080 Forgot to tidy up a comma too 2016-02-03 11:25:30 -05:00
Tyler Tidman e20d68cef5 Update qemu builder doc net_device list, put things in packer fix order 2016-02-03 11:16:40 -05:00
Tyler Tidman 79b8f0014b Add a few build setup instructions to the readme 2016-02-03 11:06:34 -05:00
Chris Bednarski 3d9410f176 Merge branch 'sftp' of https://github.com/2opremio/packer into f-sftp 2016-02-02 14:16:19 -08:00
Chris Bednarski dab36cbdee Merge pull request #2304 from eloycoto/master
Post-Processor/Vsphere: Added overwrite option
2016-02-02 14:14:54 -08:00
Chris Bednarski 6fd6156fd9 Merge pull request #3145 from mitchellh/b-resource-check
Reverting resouce constraint checking
2016-02-02 12:54:56 -08:00
Chris Bednarski b33e46a568 Remove resource constraint checking from the changelog 2016-02-02 12:45:18 -08:00
Chris Bednarski c6b9d2a318 Revert "Added gosigar to the makefile so x-compile works"
This reverts commit a2b1f0518c.
2016-02-02 12:44:41 -08:00
Chris Bednarski 24dc798cfb Revert "Prevalidate Hardware Specs on Linux"
This reverts commit eda84cb2d3.
2016-02-02 12:41:43 -08:00
Chris Bednarski 6504f4f777 Revert "Only validate vmware resources on local hosts"
This reverts commit f01578c91e.
2016-02-02 12:41:42 -08:00
Chris Bednarski 7ad2104c7f Revert "Correctly call prepare function in test"
This reverts commit 6e8bfd3ce9.
2016-02-02 12:41:37 -08:00
Chris Bednarski 114bddfe36 Merge branch 'master' of https://github.com/mitchellh/packer 2016-02-01 13:28:56 -08:00
Chris Bednarski 1f6749096a Restore missing interpolation after merging ansible remote; fixes #3138 2016-02-01 13:28:49 -08:00
Rickard von Essen fd6282529c Remove deprecated parallels_tools_host_path and guest_os_distribution 2016-02-01 12:25:01 +01:00
Rickard von Essen 209e877d20 Amazon: Cleaned up the docs about SSH after implementing Communicator. 2016-01-31 21:05:27 +01:00
Chris Bednarski 28b045e546 Merge pull request #3127 from bhcleek/master
listen on system chosen port
2016-01-29 15:37:45 -08:00
Billie H. Cleek bf3c294326 listen on system chosen port
Change the default for LocalPort to "0", so that the listener will be a
system chosen port.
2016-01-28 22:22:12 -08:00
Chris Bednarski 314aad379a Added source_image_name for openstack to the changelog 2016-01-28 15:41:58 -08:00
Chris Bednarski 2dd8ad9449 Merge pull request #2577 from cybercom-finland/os_source_image_name
Support source_image_name in OpenStack builder
2016-01-28 15:40:13 -08:00
Chris Bednarski 3ff64d7cba Added Ansible to the changelog 2016-01-28 15:26:35 -08:00
Chris Bednarski 15f99a4aee Merge branch 'ansible-provisioner' of https://github.com/bhcleek/packer into f-ansible 2016-01-28 15:16:54 -08:00
Chris Bednarski fa4f5106a4 Added Chef Windows support to the changelog 2016-01-28 15:16:15 -08:00
Chris Bednarski 87532b1b00 Merge branch 'chef-provisioner-windows' of https://github.com/sneal/packer into f-chef-provisioner-windows 2016-01-28 14:55:17 -08:00
Chris Bednarski 1860f0a067 Merge pull request #3120 from tylert/vagrant-go-version
Use the newer go pre-built binary in vagrant as well, just like travis
2016-01-28 14:12:10 -08:00
Tyler Tidman 09f0e9ece1 Use the newer go pre-built binary in vagrant as well, just like travis 2016-01-28 07:14:47 -05:00
Chris Bednarski c1ac120828 Bump go 1.5 to 1.5.3 2016-01-27 12:47:45 -08:00
Chris Bednarski 5f7a13d474 Merge branch 'master' of https://github.com/mitchellh/packer 2016-01-27 12:47:18 -08:00
Chris Bednarski a2b1f0518c Added gosigar to the makefile so x-compile works 2016-01-26 17:11:15 -08:00
Chris Bednarski f2698b5981 Merge pull request #3113 from tylert/md-ext-rename
Rename communicator markdown file to match the rest of the website so…
2016-01-26 16:42:21 -08:00
Chris Bednarski 3ffe537963 Merge pull request #3111 from jose-cardoso/master
Added support for spaces in vSphere resource pools
2016-01-26 16:41:49 -08:00
Chris Bednarski 49c2351083 Merge pull request #3115 from ZettaIO/openstack-v3-docs
Openstack builder documentation needs v3 auth information
2016-01-26 16:41:19 -08:00
Einar Forselv c6a21ab491 Openstack builder documentation needs v3 auth information
Added some basic information about v3 authentication.
2016-01-27 01:30:17 +01:00
Tyler Tidman a1c4c6aace Rename communicator markdown file to match the rest of the website source files 2016-01-26 09:28:24 -05:00
Jose Cardoso 096b42abce Added support for spaces in vSphere resource pools 2016-01-26 09:41:30 +00:00
Chris Bednarski 4490826a17 Merge pull request #3040 from kimor79/3011
Add mount_partition option to amazon-chroot builder
2016-01-25 22:08:07 -08:00
Chris Bednarski cb5c5b4f42 Added iso_skip_cache and pre-build resource validation to changelog 2016-01-25 21:07:44 -08:00
Chris Bednarski ffb85f6ea5 Merge pull request #3096 from grubernaut/f-resource-limits
Prevalidate Hardware Specs on Linux
2016-01-25 21:06:14 -08:00
Chris Bednarski 4aa59e4999 Merge pull request #3105 from vtolstov/iso_cache
qemu: allow to use live iso without cache
2016-01-25 21:03:27 -08:00
Chris Bednarski e8503b0ff2 Merge pull request #3107 from yetanotherchris/patch-1
vsphere post-processor.go - support for spaces
2016-01-25 10:37:06 -08:00
Jake Champlin 6e8bfd3ce9 Correctly call prepare function in test 2016-01-25 12:54:15 -05:00