Chris Bednarski
aa3a336e72
Merge pull request #2338 from mitchellh/b-only-flag
...
Fix flags so we can do e.g. -only=build1,build2
2015-06-29 13:06:20 -07:00
Mitchell Hashimoto
2498ad02c8
packer: validate minimum version [GH-2310]
2015-06-29 11:49:45 -07:00
Mitchell Hashimoto
8657b1e9d8
communicator/ssh: more logging
2015-06-29 11:40:08 -07:00
Mitchell Hashimoto
0904f4ed56
Merge pull request #2355 from ceh/appveyor-build-master-only
...
AppVeyor: only build master branch
2015-06-29 11:38:26 -07:00
Emil Hessman
bfcd004497
AppVeyor: only build master branch
...
AppVeyor builds all branches per default.
Add a configuration setting to only build the master branch.
See http://www.appveyor.com/docs/branches#white-and-blacklisting for details.
For the record, AppVeyor builds can skipped by annotating the commit message
according to http://www.appveyor.com/docs/how-to/skip-build
Useful for e.g. website commits.
[skip appveyor]
2015-06-29 20:07:41 +02:00
Mitchell Hashimoto
9e6207f5bc
Merge pull request #2354 from ceh/appveyor-status-badge
...
Add AppVeyor status badge to README
2015-06-29 10:26:05 -07:00
Emil Hessman
eef260a11b
Add AppVeyor status badge to README
2015-06-29 19:23:44 +02:00
Mitchell Hashimoto
c1ad38155c
Merge pull request #2350 from ceh/windows-ci-appveyor
...
Add AppVeyor configuration file
2015-06-29 10:09:48 -07:00
Mitchell Hashimoto
6c7a7b6068
builder/googlecompute: default SSH settings properly [GH-2340]
2015-06-29 09:56:33 -07:00
Mitchell Hashimoto
98db68e36c
builder/amazon/instance: set valid bundle prefix [GH-2328]
2015-06-29 09:49:11 -07:00
Mitchell Hashimoto
b315e470c8
builder/amazon: set debug flag for get password
2015-06-29 09:40:58 -07:00
Mitchell Hashimoto
0a2e54feaf
builder/amazon: output WinRM password for debug mode [GH-2336]
2015-06-29 09:40:15 -07:00
Mitchell Hashimoto
1aef60ff76
update CHANGELOG
2015-06-29 09:35:42 -07:00
Mitchell Hashimoto
062b2270dd
Merge pull request #2306 from wtschreiter/knife_config_by_template
...
Add knife config by template
2015-06-29 09:35:16 -07:00
Mitchell Hashimoto
1b9d0dcddd
Merge pull request #2321 from acranox/chef-client-docs
...
website: Update docs for default configuration template
2015-06-29 09:33:48 -07:00
Mitchell Hashimoto
4a60e469e9
update CHANGELOG
2015-06-29 09:33:20 -07:00
Mitchell Hashimoto
677498a55c
Merge pull request #2323 from israelshirk/feature/vmware-nonesum
...
builder/vmware: Run stat on vmware when checksum type = none
2015-06-29 09:32:08 -07:00
Mitchell Hashimoto
95dd79740f
Merge pull request #2324 from tcahill/group-launch-permissions
...
Fix setting ami_groups
2015-06-29 09:30:51 -07:00
Mitchell Hashimoto
79de517e04
update CHANGELOG
2015-06-29 09:24:22 -07:00
Mitchell Hashimoto
7b64723a11
Merge pull request #2327 from emate/fix-for-spot-requests-cleanup
...
Fixes spot instance cleanup.
2015-06-29 09:24:01 -07:00
Mitchell Hashimoto
21d50916b6
Merge pull request #2335 from mitchellh/b-vagrantcloud-docs
...
website: Update some docs to point to Atlas instead of Vagrant Cloud
2015-06-29 09:23:50 -07:00
Mitchell Hashimoto
69777d8ad2
Merge pull request #2337 from benzenwen/bw-doc-debugging
...
website: Tips for debugging a build.
2015-06-29 09:23:32 -07:00
Mitchell Hashimoto
41e160ccda
Merge pull request #2347 from grange74/master
...
#2346 updated to AMI that doesn't require accepting marketplace terms
2015-06-29 09:22:51 -07:00
Mitchell Hashimoto
aab5ca7059
update CHANGELOG
2015-06-29 09:22:33 -07:00
Mitchell Hashimoto
60fabe64e1
Merge pull request #2348 from emate/fix-for-ami-permission-setting
...
builder/aws: fix adding launch permissions for created ami.
2015-06-29 09:21:36 -07:00
Emil Hessman
a3fa7cdce3
Add AppVeyor configuration file
...
Packer lacks an official Windows CI server.
This commit adds a configuration file for AppVeyor, which is a Windows CI
service (free for open-source projects).
2015-06-29 18:14:45 +02:00
Marcin Matlaszek
3eaf7f38b0
Fix adding launch permissions for created ami.
2015-06-29 15:39:27 +02:00
nick.grange
5c64f7f7cf
#2346 updated to ami that doesn't require accepting marketplace terms
...
Updated to same ami as in main readme.md which is from community AMIs
and therefore doesn't require accepting the AWS marketplace terms
before using in Packer build.
2015-06-29 23:10:56 +10:00
Chris Bednarski
94e1f83070
Added a black-box acceptance test for -only and -except build flags
2015-06-27 00:47:50 -07:00
Chris Bednarski
eee066371a
Support -flag=var1,var2,var3 to fix #2332
2015-06-26 17:54:59 -07:00
Ben Wen
aa84f9eeb5
Tips for debugging a build.
2015-06-26 15:18:45 -07:00
Chris Bednarski
355364ce4c
Change some outdate references to Vagrant Cloud to point to Atlas instead
2015-06-26 14:59:01 -07:00
Chris Bednarski
18e29e0f2b
Merge pull request #2331 from mitchellh/b-awsami
...
Change docs usage of aws.ami to amazon.ami to be consistent with terraform
2015-06-26 14:44:27 -07:00
Tom Cahill
6644d76982
Use aws.String to obtain string pointers
2015-06-26 12:08:44 -07:00
Tom Cahill
016d916d83
Fix adding groups to AMI launch permissions.
...
Previously, groups were granted launch permissions by submitting a
ModifyImageAttribute request with the UserGroups parameter set
appropriately. This is no longer valid, as the LaunchPermission
parameter must be set.
2015-06-26 10:52:27 -07:00
Mark Peek
d8b6c94012
Fix typo: diabled -> disabled
2015-06-26 10:52:21 -07:00
Chris Bednarski
daf563e210
Change aws.ami to amazon.ami to be consistent with usage in terraform
2015-06-26 10:22:15 -07:00
Clint
e112d9b288
Update CHANGELOG.md
2015-06-26 11:11:46 -05:00
Clint
d740bad640
Merge pull request #2330 from mitchellh/b-amazon-instance-virt
...
builder/amazon-instance: Don't specify empty Virtualization Type
2015-06-26 11:10:54 -05:00
Clint Shryock
4d003aa5a3
builder/amazon-instance: Don't specify empty Virtualization Type
2015-06-26 10:43:13 -05:00
Marcin Matlaszek
586cab11ee
Fixes spot instance cleanup.
2015-06-26 15:29:46 +02:00
Israel Shirk
88fac0b49c
Have nonesum run stat rather than nonesum because nonesum sums none. k.
2015-06-25 19:03:00 -06:00
Peter Doherty
5896d96bdb
Update docs for default configuration template
...
Update docs for default configuration template for the chef-client provisioner, to reflect the ability to set a custom validation_client_name
2015-06-25 16:03:24 -04:00
Clint
fe0fde195d
Update CHANGELOG.md
2015-06-25 14:51:01 -05:00
Clint
9805c10c87
Merge pull request #2320 from tommyulfsparre/block-device-mapping
...
InvalidBlockDeviceMapping
2015-06-25 14:50:09 -05:00
Tommy Ulfsparre
8ae0cfc759
copy and convert to pointer
2015-06-25 20:07:45 +02:00
Clint
dd1fdc722a
Update CHANGELOG.md
2015-06-25 10:18:56 -05:00
Clint
7b9d48799e
Merge pull request #2316 from jjappi/fix-aws-tagging
...
Fix failing AMI snapshot tagging when copying to other regions.
2015-06-25 10:17:34 -05:00
Clint
d5c17734b8
Merge pull request #2317 from emate/fix-for-amazon-builder-instance-tags
...
Fix for tag creation when creating new ec2 instance.
2015-06-25 10:11:41 -05:00
Marcin Matlaszek
dd97a60c9b
Fix for tag creation when creating new ec2 instance.
2015-06-25 17:02:38 +02:00