5946 Commits

Author SHA1 Message Date
Chris Bednarski
417a9bb89f Merge pull request #3710 from cmoscardi/privileged-doc
Docker builder: Adding privileged config variable to documentation.
2016-07-18 18:31:33 -07:00
Chris Bednarski
3eaaba37c1 Merge pull request #3712 from sijis/fix/docs_3711
Remove Communicator section from amazon-chroot docs
2016-07-18 18:31:17 -07:00
Chris Bednarski
d5238b957d Merge pull request #3718 from Adron/patch-1
GCE: Docs - changed basic level example so it can be copied & pasted
2016-07-18 18:30:50 -07:00
Chris Bednarski
f65465bbb1 Merge pull request #3729 from Akasurde/3387
Removed redundant print message
2016-07-18 18:26:27 -07:00
Abhijeet Kasurde
ba0f202258 Removed redundant print message from post-processor/vsphere
Fixes: https://github.com/mitchellh/packer/issues/3387

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2016-07-18 22:53:05 +05:30
Christopher Boumenot
c575e60f67 Merge pull request #3693 from boumenot/pr-approvals
Update to an official version of Approvals
2016-07-15 21:34:24 -07:00
Christopher Boumenot
e33a325323 Use VerifyJSONStruct 2016-07-15 21:31:03 -07:00
Christopher Boumenot
31b5cee287 Add Approvals dependency 2016-07-15 21:21:23 -07:00
Christopher Boumenot
99fd1a122b Merge pull request #3721 from boumenot/pr-vault-response
Azure: Ignore Created and Updated in KeyVault GetSecret Response
2016-07-15 21:09:39 -07:00
Christopher Boumenot
c7262d6426 Ignore Created and Updated
The Azure response has changed, and is breaking the code's ability to
properly deserailize the response.
2016-07-15 21:06:03 -07:00
Adron Hall
c4b93d00ad Format change to spaces vs. tabs. & indentation cleanup. 2016-07-14 14:54:02 -07:00
Adron Hall
a7de9d9a2f Changed based level example so it can be copied.
The base level example doesn't actually work unless enclosed with a "builders" section. All fixed now.

Previous:

    {
      	"type": "googlecompute",
		"account_file": "account.json",
		"project_id": "my project",
		"source_image": "debian-7-wheezy-v20150127",
		"zone": "us-central1-a"
    }

Now:

	{
	  "builders": [
	    {
	      	"type": "googlecompute",
			"account_file": "account.json",
			"project_id": "my project",
			"source_image": "debian-7-wheezy-v20150127",
			"zone": "us-central1-a"
	    }
	  ]
	}
2016-07-14 07:05:46 -07:00
Sijis Aviles
bd6c0dbde0 Remove Communicator section from amazon-chroot docs
Closes #3711
2016-07-12 13:26:44 -05:00
Christian Moscardi
874ff0eaa7 Adding privileged config variable to documentation. 2016-07-12 10:40:26 -04:00
Christopher Boumenot
130cea91d4 Update to an official version of Approvals
The in-project version of Approvals has been moved to its own GitHub
project under the offcial umbrella.  This PR snaps to that version of the
code.an official version of Approvals

The in-project version of Approvals has been moved to its own GitHub
project under the offcial umbrella.  This PR snaps to that version of the
code.
2016-07-11 15:04:41 -07:00
Christopher Boumenot
2e949bf43d Merge pull request #3697 from arafato/patch-1
fixed typo that breaks validation
2016-07-08 05:33:46 -07:00
arafato
9f35d86f99 fixed typo that breaks validation 2016-07-08 14:24:07 +02:00
Chris Bednarski
32cbb515b5 Merge pull request #3692 from mohae/3474-file-mkdir-all
3474 file mkdir all
2016-07-07 16:44:15 -07:00
Joel Scoble
94d158b0b7 remove debug fmt.Print from test 2016-07-07 18:12:54 -05:00
Chris Bednarski
6eedd4d710 Merge pull request #3650 from tomdev/patch-1
Add comment on required subnet_id when using vpc_id
2016-07-07 12:54:53 -07:00
Chris Bednarski
76676bf4ba Merge pull request #3690 from ricardclau/better_ansible_tests
Actually check for errors in Ansible functional tests
2016-07-07 12:42:25 -07:00
Ricard Clau
049fb2d9c1 actually check for errors in functional tests 2016-07-07 20:01:23 +01:00
Chris Bednarski
da80c60e84 Merge pull request #3641 from rrzaripov/website-fix-default-remote-path-windows-shell
Clarifying defaults remote_path for powershell and windows-shell prov…
2016-07-06 23:24:02 -07:00
Chris Bednarski
eb8a3dc663 Merge pull request #3686 from ricardclau/test_ansible_verbose_output
Adding a functional test with an Ansible message very long
2016-07-06 23:23:30 -07:00
Chris Bednarski
ac78b57ed0 Merge pull request #3668 from epowell/master
Add new interface method to the 'none' communicator
2016-07-06 17:25:21 -07:00
Chris Bednarski
b062c76ca3 Merge pull request #3672 from yoctocloud/checksum
post-processor/checksum: create dir for output file
2016-07-06 17:24:45 -07:00
Ricard Clau
0c81e49f83 Adding a functional test with an Ansible message very long 2016-07-07 01:12:57 +01:00
Chris Bednarski
9c38f954ed Merge pull request #3684 from ricardclau/add_ami_output
add source ami to output
2016-07-06 16:30:25 -07:00
Chris Bednarski
48edc50e7c Merge pull request #3685 from mitchellh/docs-contrib
Added a note about pushing and pull-requesting
2016-07-06 16:29:42 -07:00
Chris Bednarski
09f94c9e18 Added a note about pushing and pull-requesting 2016-07-06 16:28:00 -07:00
Ricard Clau
172a1c7a57 add source ami to output 2016-07-07 00:05:59 +01:00
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
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
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
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