17485 Commits

Author SHA1 Message Date
Chris Bednarski
664e640257 Merge pull request #3392 from msteinhoff/fix-ansible-provisioner-long-lines
Fix Scanner buffer too long error in ansible-remote provisioner
2016-07-06 15:27:57 -07:00
Vasiliy Tolstov
83f175cac7 builder/qemu: dont fail on communicator - none
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-07-07 00:49:23 +03:00
Chris Bednarski
ee5c5260a4 Merge pull request #3663 from liv3d/add_ap-south-1
Add support for ap-south-1 in AWS
2016-07-06 14:09:24 -07:00
Rickard von Essen
4d41a8697c Updated CHANGELOG.md 2016-07-06 23:00:08 +02:00
Rickard von Essen
cd0620d1f8 Merge pull request #3673 from rickard-von-essen/prl-support-future-ver
Support future versions of Parallels by using the latest driver
2016-07-06 22:58:01 +02:00
Joel Scoble
999b8b2ed0 file provisioner: download should create all dirs in the destination path 2016-07-06 15:42:26 -05:00
Christopher Boumenot
b6c9f6460c Merge pull request #3682 from boumenot/pr-azure-slow-tests
azure: Fix slow unit tests.
2016-07-06 13:19:04 -07:00
Chris Bednarski
1d31d2d8d4 Merge pull request #3674 from yoctocloud/file_scheme
common/download.go: allow to specify relative path for file scheme
2016-07-06 11:16:55 -07:00
Christopher Boumenot
16c1abf1d4 Fix slow unit tests. 2016-07-06 11:06:52 -07:00
Vasiliy Tolstov
4392f6df1c common/download.go: allow to specify relative path for file scheme
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-07-06 13:03:39 +03:00
Chris Bednarski
d170d5952b Merge pull request #3405 from yoctocloud/issue-3383
iso_checksum: fix parsing with absent newline
2016-07-05 17:15:08 -07:00
Vasiliy Tolstov
82c63bd723 iso_checksum: fix parsing with absent newline
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-07-03 12:06:31 +03:00
Vasiliy Tolstov
520fac2eba post-processor/checksum: create dir for output file
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-07-03 11:46:36 +03:00
Chris Bednarski
443ffd68f2 Added explicit error when SG is not working 2016-07-02 15:48:51 -07:00
Rickard von Essen
fb00d07d20 Support future versions of Parallels by using the latest driver
If the Parallels Desktop for Mac version is higher than the latest
Packer driver use the latest available driver. Before this Packer needed
to be updated with every new version of PD even if there was no change
to the driver.
2016-07-02 22:18:54 +02:00
Chris Bednarski
a20d979eba Merge pull request #3656 from mlosapio/master
Added a hook to query the security groups before launching the instan…
2016-07-01 17:01:42 -07:00
jasminSPC
478181d7f4 Merge pull request #1 from mechagrue/patch-1
Updated text
2016-07-02 00:26:52 +02:00
Erika Barcott
d7ace1a72f Updated text
Proofreading.
2016-07-01 12:30:00 -07:00
jasminSPC
e8be8d2f7b Added documentation
Removed unnecessary comments.
2016-07-01 14:28:29 +02:00
Evan Powell
21373a0568 Test that null communicator conforms to interface 2016-06-30 16:17:22 -05:00
Evan Powell
542fbf3947 Add new interface method to the 'none' communicator 2016-06-30 14:58:07 -05:00
Dan Offord
4428079a68 Add support for ap-south-1 in AWS
Amazon recently announced support for ap-south-1 in Mumbai, adding this
to the list of known regions to Packer
2016-06-29 15:44:02 +01:00
Ryan S. Brown
c68ddef4e9 (AWS Spot) Add 0.5 cents to discovered spot price
Related to #2979 , in volatile spot markets the automatic price can
cause your instances to be evicted if the spot price rises. This change
adds one half a cent to your bid to protect against small amounts of
price volatility.
2016-06-29 07:00:21 -04:00
jasminSPC
df0298c9ae Packer Builder ProfitBricks 2016-06-29 04:35:41 +02:00
Christopher Boumenot
63edbd40ed Merge pull request #3659 from boumenot/pr-certificate-nil-ref
azure: handle non-OK responses for key vault
2016-06-28 17:42:25 -07:00
Christopher Boumenot
fed72ded0d azure: handle non-OK responses for key vault
Check the response when fetching a secret from KeyVault.  Any non-OK (200)
are considered to be an error.  This will provide a more informed error
message for the user.
2016-06-28 17:20:15 -07:00
Chris Bednarski
97b536e5c5 Merge pull request #3658 from boumenot/pr-azure-setup-sh
Update to support azure-cli 0.10.1.
2016-06-28 16:23:26 -07:00
Chris Bednarski
a65ff1db79 Merge pull request #3649 from curiositycasualty/if/issue-3592
Don't use invalid -q flag for qemu-img
2016-06-28 16:13:40 -07:00
Christopher Boumenot
e65f0c2347 Update to support azure-cli 0.10.1.
Storage creation has changed the command line options.  The option -type
-type has changed to --sku-name, and the user must specifcy --kind.
2016-06-28 23:12:32 +00:00
Chris Bednarski
19057028cf Fix build failure when there is no packer-manifest.json file 2016-06-27 19:19:29 -07:00
Mike LoSapio
080806243e Added a hook to query the security groups before launching the instance - seems to catch the AWS eventual consistency nicely 2016-06-27 16:20:53 -04:00
Patrick Robinson
9af244afc4 Remove documentation about instance shutdown from instance builder 2016-06-27 10:29:59 +10:00
Patrick Robinson
40bd45764c Only set InstanceInititatedShutdownBehavior on ebs instances 2016-06-27 10:28:54 +10:00
Chris Bednarski
9aab66b971 Change sleep so it doesn't wait after the final attempt 2016-06-24 12:46:35 -07:00
Tom de Vries
510e4c991e Add comment on required subnet_id when using vpc_id 2016-06-24 10:35:22 +02:00
Isa
8e86308cb4 don't use invalid -q flag for qemu-img
fix lacking coma
2016-06-23 14:49:56 -07:00
Paul Meyer
8e2bca030c builder/azure: Made tenant_id optional 2016-06-23 10:37:25 -07:00
Paul Meyer
df760bda9f Merge pull request #3643 from paulmey/tenant_id_optional
builder/azure-arm: Make tenant_id optional
2016-06-23 10:35:32 -07:00
Paul Meyer
163da48345 builder/azure-arm: Make tenant_id optional
Look up tenant id if not specified by the user
2016-06-23 10:23:09 -07:00
Renat Zaripov
b4ac9d0033 Clarifying defaults remote_path for powershell and windows-shell provisioners 2016-06-22 09:29:13 +03:00
Paul Meyer
d3d9307b31 Create TODO for Azure builder 2016-06-21 09:51:38 -07:00
Paul Meyer
cb6db06d11 builder/azure: Delete readme
Duplicated in packer.io docs
2016-06-21 09:42:01 -07:00
Paul Meyer
97f5d9fcc3 builder/azure: Removed superfluous polling code 2016-06-20 17:38:47 -07:00
Paul Meyer
7f2efca303 Merge pull request #3638 from paulmey/remove-extra-polling
builder/azure: Remove extra polling code for deployments
2016-06-20 17:37:01 -07:00
Paul Meyer
ee441366eb builder/azure: Remove extra polling code for deployments 2016-06-20 14:22:01 -07:00
Chris Bednarski
c8f68afa5c Added docker push tag change to changelog 2016-06-16 20:49:01 -07:00
Chris Bednarski
fcfca92ddd Merge pull request #3631 from t-tran/master
Make docker-push only pushes the specified tag but not all
2016-06-16 19:49:19 -07:00
Christopher Boumenot
a010f80382 Check for nil when querying a certificate. 2016-06-16 09:45:07 -07:00
T. Tran
4f1d821c35 Make docker-push only pushes the specified tag but not all 2016-06-16 17:00:33 +07:00
Christopher Boumenot
cab750abb1 Add Azure to the list of supported platforms 2016-06-15 10:28:32 -07:00