Chris Bednarski
|
39e43b62e9
|
Added QEMU boot_command wait duration to changelog
|
2016-02-04 17:19:33 -08:00 |
Chris Bednarski
|
6c35f44104
|
Merge pull request #3129 from vtolstov/wait
builder/qemu: allow to specify time.Duration in special <wait> command
|
2016-02-04 17:16:07 -08:00 |
Chris Bednarski
|
358b5c62e2
|
Merge pull request #3143 from ThatGerber/iam-roles
IAM CLI Profile/Assume Role Support
|
2016-02-04 16:47:09 -08:00 |
Christopher Gerber
|
e7711c31ea
|
Wrong function to convert int to string.
|
2016-02-04 16:18:57 -06:00 |
Christopher Gerber
|
b75d561c56
|
Fixes more windows testing errors.
"constant 9999999999 overflows int" running test on CI server. Replaced with timestamp to unixnano
|
2016-02-04 16:12:18 -06:00 |
Christopher Gerber
|
d25ba245f4
|
Fixes bytes to string issues in Windows build.
|
2016-02-04 16:05:49 -06:00 |
Christopher Gerber
|
a6aefa859f
|
Fixes issue in build where multiple processes were trying to access the same file.
|
2016-02-04 15:39:54 -06:00 |
Christopher Gerber
|
6c3e0daf24
|
Added tests. Updated CLIConfig to pass tests.
|
2016-02-04 14:56:22 -06:00 |
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 |
Christopher Gerber
|
f1ae2a2b5a
|
Moved assume credentials to CLIConfig. Added new functions and methods to CLIConfig. Ran gofmt.
|
2016-02-03 15:53:01 -06: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 |
Christopher Gerber
|
4cf9e36085
|
Changes credential/config file opener to use homedir instead of HOME environmental variable.
|
2016-02-03 10:43:48 -06: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 |
Christopher Gerber
|
7975c5e336
|
Move CLIConfig instantiation inside of ProfileName check.
|
2016-02-02 08:36:36 -06:00 |
Vasiliy Tolstov
|
2104fcec69
|
builder/qemu: allow to specify time.Duration in special <wait> command
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
|
2016-02-02 09:13:37 +00:00 |
Christopher Gerber
|
883acb18fa
|
IAM Role Switching
Adds initial IAM Role Switching support and support for AWS CLI Credential and Config files.
See: https://github.com/mitchellh/packer/issues/3109
|
2016-02-01 18:55:59 -06: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 |