Chris Bednarski
3ae867446d
Merge pull request #2660 from mafrosis/saltp
...
Salt provisioner updates
2016-02-11 16:37:06 -08:00
Chris Bednarski
d73cc1c919
Merge pull request #3189 from mitchellh/docs-machine-debug
...
Add note to docs indicating that -machine-readable and -debug cannot be used at the same time
2016-02-11 16:13:04 -08:00
Chris Bednarski
cd4961196f
Add note to docs indicating that -machine-readable and -debug cannot be used at the same time
2016-02-11 16:12:22 -08:00
Chris Bednarski
47f0783de1
Added Virtualbox VRDP to changelog
2016-02-11 14:52:48 -08:00
Chris Bednarski
8f1a8f4956
Merge pull request #3188 from mitchellh/f-vbox-vrdp
...
Add VRDP for virtualbox, from #2638
2016-02-11 14:39:19 -08:00
Ian Duffy
c4b64eb2c7
Closes #2637 - VRDP support for the virtualbox plugin
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-02-11 14:38:24 -08:00
Chris Bednarski
56fe74ed98
Merge pull request #3182 from sl1pm4t/master
...
Add support for Google subnetworks. Closes #3062 .
2016-02-11 13:43:52 -08:00
Chris Bednarski
3e4337bf18
Merge pull request #3187 from mitchellh/b-generate-windows
...
Added ToSlash around windows paths so they will become unixy
2016-02-11 12:02:50 -08:00
Chris Bednarski
5a6c782a20
Added ToSlash around windows paths so they will become unixy
2016-02-11 11:34:09 -08:00
Rickard von Essen
54f8bc5ff4
Merge pull request #3184 from bhcleek/master
...
Improved Ansible documentation
2016-02-11 10:48:08 +01:00
Billie H. Cleek
7d898ff345
edit documentation
...
* Add text explaining the basics of how the ansible provisioner works.
* Refactor the basic example to demonstrate the simplest case.
* Use active voice more consistently.
2016-02-11 01:44:28 -08:00
Matt Morrison
f566d6f36d
add docs for Region
2016-02-11 22:08:32 +13:00
Matt Morrison
daf57c7632
Add tests and documentation for subnetwork attribute
2016-02-11 21:54:48 +13:00
Rickard von Essen
fa27aab78b
Merge pull request #3183 from bhcleek/master
...
add options to configure host alias and groups
2016-02-11 09:27:52 +01:00
Billie H. Cleek
0cd54ed19e
add options to configure host alias and groups
2016-02-10 23:33:14 -08:00
Chris Bednarski
21db3152bb
Added improved JSON errors to changelog
2016-02-10 21:52:51 -08:00
Matt Morrison
942aaa7a85
Add support for Google subnetworks. Closes #3062 . Fixes an issue with how packer populates instances metadata. Closes #3181
2016-02-11 17:31:46 +13:00
Chris Bednarski
2a46f4001c
Merge pull request #3180 from grubernaut/f-highlight-offending-json-syntax
...
Display better error messages on json.SyntaxError
2016-02-10 20:10:04 -08:00
Chris Bednarski
193c7c08e7
Merge pull request #3175 from tylert/shell-local-docs
...
Remove invalid 'binary' option for shell-local post-processor
2016-02-10 19:29:53 -08:00
Chris Bednarski
a6552f7c75
Merge pull request #3166 from ephemeralsnow/master
...
Add chmod to chef-solo provisioner
2016-02-10 19:23:47 -08:00
Chris Bednarski
76dcef42a9
Merge pull request #3159 from bhcleek/master
...
update ansible tests and refactor to separate some concerns
2016-02-10 16:39:08 -08:00
Billie H. Cleek
fbb32d2f15
documentation edits
...
Fix spelling and grammar mistakes in the ansible provisioner
documentation.
2016-02-10 14:16:02 -08:00
Billie Cleek
a5ab53bf5e
update ansible tests
...
Update tests to account for changes made in #3149
2016-02-10 14:16:02 -08:00
Billie Cleek
a23610ef41
cleanup ansible provisioner key generation
...
* Clearly separate host signer and user key generation into separate
functions and data structures.
* Remove inaccurate comment about needing to specify both files if
either one is specified.
* Rename parameters for clarity according to their meaning to the
callee.
* Style the code with gofmt.
2016-02-10 14:16:02 -08:00
Jake Champlin
aca4aed47c
Display better error messages on json.SyntaxError
...
Better display an error message on an encounter of a json.SyntaxError.
Rolls back the file position, to read the entire file, then steps
through the file reading a single byte at a time, populating lines until
encountering the syntax error. Then relays the offending line as well as
the previous line in the file to the user, also placing a `^` that
points the the offending column of the decoder error.
```
➤ packer validate template.json
Failed to parse template: Error parsing JSON: invalid character '"' after object key:value pair
At line 9, column 8 (offset 121):
8: "name": "vbox"
9: "
```
2016-02-10 14:52:26 -05:00
Tyler Tidman
bda06bfb2a
Remove invalid 'binary' option for shell-local post-processor
2016-02-09 16:30:32 -05:00
Chris Bednarski
86781c896d
Merge pull request #3174 from tylert/qemu-doc-fix
...
Show default for iso_skip_cache in qemu docs
2016-02-09 12:20:21 -08:00
Tyler Tidman
c7c8b13bb5
Show default for iso_skip_cache in qemu docs
2016-02-09 14:44:24 -05:00
Chris Bednarski
a0001c473c
Merge pull request #3169 from andrewsomething/bugfix/3158
...
Look up snapshot ID based by Droplet, not user.
2016-02-09 10:01:50 -08:00
Chris Bednarski
2b3e43c086
Merge pull request #3167 from tylert/vagrant-with-vendoring
...
Add new vendoring stuff to vagrantfile
2016-02-09 09:58:14 -08:00
Andrew Starr-Bochicchio
6d31470757
Look up snapshot ID based by Droplet, not user.
2016-02-09 11:29:06 -05:00
Tyler Tidman
6b0dbe173f
Don't try to pull packer source automatically for vagrant since path isn't set up yet
2016-02-09 11:18:43 -05:00
Tyler Tidman
c8a9d16675
Add new vendoring stuff to vagrantfile
2016-02-09 10:13:09 -05:00
Rickard von Essen
7fa5bcd5d7
Merge pull request #3134 from rickard-von-essen/issue-2701
...
OpenStack: Update documentation, fixes GH-2701
2016-02-09 13:15:39 +01:00
Rickard von Essen
df6e4c0565
Merge pull request #3162 from rickard-von-essen/checksum
...
Allow to specify ISO checksum via URL
2016-02-09 13:11:17 +01:00
Rickard von Essen
e1c470db80
Merge pull request #3135 from rickard-von-essen/issue-2526
...
OpenStack: convert SSH keys from BER to DER with OpenSSL, work around…
2016-02-09 13:10:04 +01:00
Rickard von Essen
abb2d92c7e
Removed ftp/ftps schemas since they don't work.
2016-02-09 13:02:42 +01:00
Rickard von Essen
6855c480ad
OpenStack: convert SSH keys from BER to DER with OpenSSL, work around for GH-2526.
...
Try to parse the temporary keypair received from OpenStack, if it fails
try to use OpenSSL to convert it from BER encoding to DER.
2016-02-09 12:50:00 +01:00
ephemeralsnow
3de8561a75
Add chmod to chef-solo provisioner
2016-02-09 20:06:26 +09:00
Chris Bednarski
a36a9bf53d
Remove tee so exit code 1 is passed up to the shell and properly fails the build when tests are failing
2016-02-08 20:02:56 -08:00
Chris Bednarski
569e6cc464
go fmt
2016-02-08 17:34:06 -08:00
Rickard von Essen
bbade5d8ae
Added "iso_checksum_url" and keep the functionality of "iso_checksum"
...
Added support for file shema in "iso_checksum_url".
Added some unit tests and updated the docs accordingly.
2016-02-08 19:35:50 +01:00
Vasiliy Tolstov
00fcc3dfdc
allow to specify checksum via url
...
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-02-08 19:35:50 +01:00
Rickard von Essen
382e2b4198
Merge pull request #2405 from vtolstov/do
...
bring back api_url to support DO like api
2016-02-08 12:51:45 +01:00
Vasiliy Tolstov
ec4e95493d
builder/digitalocean: add ability to specify api url
...
This is useful in case of using DigitalOcean compatibility api hosting.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-02-06 14:15:32 +00:00
Chris Bednarski
f860cdc754
Merge pull request #3154 from tylert/move-new-doc
...
Move shell-local post-processor doc to common location
2016-02-05 15:36:13 -08:00
Chris Bednarski
58ebd6a9fd
Merge branch 'deps'
2016-02-05 14:22:00 -08:00
Chris Bednarski
f5777bca7b
Moved the bulk of go setup to CONTRIBUTING.md so it doesn't need to be maintained in two places
2016-02-05 14:21:10 -08:00
Chris Bednarski
6ca15f7e1a
Updated appveyor script to (hopefully) work with a vendored build on Windows
2016-02-05 14:08:58 -08:00
Chris Bednarski
ad5416e2e3
Updated CONTRIBUTING.md to have up-to-date information about building with Go
2016-02-05 13:43:18 -08:00