7645 Commits

Author SHA1 Message Date
Sean Chittenden
eece75a7a6
Wait for a 410 before returning success on a machine delete. 2017-05-10 09:12:24 -07:00
Sönmez Kartal
b189252f98
Add ONBUILD field to acceptable metadata list
Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
2017-05-10 17:14:08 +03:00
Sönmez Kartal
56ec046fe5
Add LABEL field to acceptable metadata list
Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
2017-05-10 17:13:38 +03:00
Sönmez Kartal
1d66ecf0f8
Add deprecation notice for MAINTAINER field
Signed-off-by: Sönmez Kartal <szkl89@gmail.com>
2017-05-10 17:03:15 +03:00
Sean Chittenden
236c12c07a
Update github.com/joyent/triton-go to the latest. 2017-05-09 14:20:30 -07:00
liz abinante
cf63578ac1 add docker install 🐳 2017-05-09 11:49:02 -07:00
liz abinante
5139949d5c docs: some stuff is easy, some stuff is not let's be more descriptive 2017-05-09 11:49:02 -07:00
Matthew Hooker
f7ced1c40d Merge pull request #4861 from cheapRoc/f-update-triton
triton: Update triton builder for latest upstream
2017-05-08 10:05:10 -07:00
Justin Reagor
bd12c17bb0 Update triton client calls to pass along context 2017-05-05 11:20:21 -04:00
Justin Reagor
7725403462 Bump tracked version of joyent/triton-go 2017-05-05 10:00:09 -04:00
Matthew Hooker
42885279f0 Merge pull request #4860 from hashicorp/devspeed
vastly speed up dev builds.
2017-05-04 20:49:24 -07:00
Matthew Hooker
d805f5c8a5
put back the goose 2017-05-04 20:45:17 -07:00
Matthew Hooker
97892349dd
vastly speed up dev builds.
Copies work from hashicorp/consul#2924
2017-05-04 20:30:09 -07:00
Matthew Hooker
20b53f5ca3 Merge pull request #4856 from hashicorp/enetdoc
website: document how to enable advanced networking
2017-05-03 22:46:27 -07:00
Matthew Hooker
30a957d556
website: document how to enable advanced networking 2017-05-03 22:45:48 -07:00
Matthew Hooker
084a7fb375
update changelog 2017-05-01 10:45:25 -07:00
Matthew Hooker
98af553685 Merge pull request #4850 from hashicorp/tmpkeyflag
builder/amazon: set flag to delete temporary keypair
2017-05-01 10:44:33 -07:00
Matthew Hooker
80d6cd91fd
remove unneeded keypair var 2017-05-01 10:17:21 -07:00
Matthew Hooker
602fd64c5d
builder/amazon: set flag to delete temporary keypair 2017-04-30 14:24:22 -07:00
Matthew Hooker
1ec9525204
update changelog 2017-04-27 11:08:15 -07:00
Matthew Hooker
122ab87f92 Merge pull request #4846 from hashicorp/azurepanic
builder/azure: replace panics with error returns
2017-04-27 11:07:27 -07:00
Matthew Hooker
7aca9b7f71
builder/azure: replace panics with error returns 2017-04-27 11:04:57 -07:00
Matthew Hooker
919ade4ef7 Merge pull request #4839 from jen20/triton-docs-reconcile
builder/triton: Reconcile #4829 and #4838 docs
2017-04-26 15:54:35 -07:00
Matthew Hooker
8e277b0ad3 remove tilde expansion 2017-04-26 15:54:18 -07:00
James Nugent
d2ae36214a builder/triton: Reconcile #4829 and #4838 docs
This changes the default region to match the default from Joyent
documentation.
2017-04-26 15:47:04 -07:00
Matthew Hooker
9339d8710c
update changelog 2017-04-26 15:22:10 -07:00
Matthew Hooker
7999f886b1 Merge pull request #4792 from mkuzmin/slash
provisioner/ansible-local: Convert Windows paths with backslashes to …
2017-04-26 15:20:49 -07:00
James Nugent
e1d740dd9b Update CHANGELOG.md 2017-04-26 15:16:52 -07:00
James Nugent
a0271a18c1 Merge pull request #4838 from jen20/triton-new-lib
builder/triton: Replace deprecated joyent/gosdc library with joyent/triton-go
2017-04-26 15:14:20 -07:00
James Nugent
c1cad8726b builder/triton: Better AccessConfig tests
This commit adds an actual public/private key pair for testing since
these are now validated.
2017-04-26 14:08:29 -07:00
James Nugent
d46a8593ae builder/triton: Update documentation 2017-04-26 14:02:04 -07:00
James Nugent
237180a95b deps: Add joyent/triton-go 2017-04-26 14:02:04 -07:00
James Nugent
648b7f471b deps: Remove joyent/gosdc and dependencies 2017-04-26 14:02:03 -07:00
James Nugent
d9ba951929 builder/triton: Switch to joyent/triton-go library
This commit substitutes the now-deprecated gosdc library for the newer
triton-go library. This is transparent from a user perspective, except
for the fact that key material can now be ommitted and requests can be
signed with an SSH agent. This allows for both encrypted keys and ECDSA
keys to be used.

In addition, a fix is made to not pass in an empty array of networks if
none are specified in configuration, thus honouring the API default of
putting instances with no explicit networks specified on the Joyent
public and internal shared networks.
2017-04-26 14:02:03 -07:00
Matthew Hooker
939c021beb Merge pull request #4836 from s-tajima/fix-typo-amazon-ebssurrogate-doc
builder/amazon-ebssurrogate: Fix typo of "type" in Basic Example.
2017-04-26 10:09:15 -07:00
David Jahn
42656ce2c7 Bump winrm library
- Fix race condition in io.copy (https://github.com/masterzen/winrm/pull/67)

Signed-off-by: Amin Jamali <ajamali@pivotal.io>
2017-04-26 12:16:12 -04:00
Mark DeLillo
9a16b6768e Fix decode
- Write decoded bytes without padding

Signed-off-by: Natalie Arellano <narellano@pivotal.io>
2017-04-26 12:15:57 -04:00
Paul Nikonowicz
0614fc234f Implement download for WinRM communicator
Signed-off-by: Mark DeLillo <mdelillo@pivotal.io>
2017-04-26 12:15:30 -04:00
s-tajima
7df6b85ce1 fix typo in amazon-ebssurrogate.html.md 2017-04-26 19:34:48 +09:00
Matthew Hooker
9f992b8f80
go files are 0644 2017-04-25 12:50:58 -07:00
Christopher Boumenot
f0e5f75b06 Update TODO.md 2017-04-24 14:19:24 -07:00
Matthew Hooker
e8cada8bf7
document and remove artifactID 2017-04-24 10:49:09 -07:00
Rickard von Essen
745a061beb Updated CHANGELOG.md 2017-04-23 13:14:10 +02:00
Rickard von Essen
33d29b4b23 Merge pull request #4821 from rickard-von-essen/issue-4820
ansible-local/ansible: Add extra-vars packer_*
2017-04-23 13:11:00 +02:00
Rickard von Essen
7b5c56bff4
ansible-local/ansible: Clearify docs regarding extra_arguments
Closes: #4822
2017-04-23 12:56:31 +02:00
Rickard von Essen
999f2da499
ansible-local/ansible: Add extra-vars packer_*
Added:
- `packer_build_name`
- `packer_builder_type`
- `packer_http_addr` - `ansible-local` only

Closes: #4820
2017-04-23 12:55:01 +02:00
Matthew Hooker
0b4cd4d394
use the old switch 2017-04-19 21:23:12 -07:00
Matthew Hooker
fbd621d227
fail prepare if hash not found 2017-04-19 21:20:47 -07:00
Matthew Hooker
6722a6ba0c
post-processor/checksum: fix output template 2017-04-19 21:01:54 -07:00
Matthew Hooker
3608d81319
website/qemu: move misplaced config option 2017-04-19 12:04:45 -07:00