7938 Commits

Author SHA1 Message Date
Kenjiro Nakayama
edabd87ea8 Copy binary under the bin directory 2017-06-29 10:53:19 +09:00
Megan Marsh
0b0fd408c4 Merge pull request #5048 from hashicorp/4887_patch
Fix windows filepath in docker-toolbox call.
2017-06-28 16:44:42 -07:00
Rickard von Essen
51d2d58ba4 Merge pull request #5079 from hashicorp/5078
docs: properly indent sub-options for ami_block_device_mappings
2017-06-28 23:53:17 +02:00
Megan Marsh
657ec011d7 docs: properly indent sub-options for ami_block_device_mappings 2017-06-28 14:26:49 -07:00
Megan Marsh
61be59510c Merge pull request #5072 from hashicorp/issue-template
Deflect some issues  which are not bugs
2017-06-28 09:27:55 -07:00
Megan Marsh
c0e271ba9c Merge pull request #5076 from it-praktyk/Group_membership_by_SID
Verify membership in the group Hyper-V Administrators by SID not name
2017-06-28 09:20:48 -07:00
Rickard von Essen
d0e4f36414 Updated ISSUE_TEMPLATE.md 2017-06-28 07:39:26 +02:00
Rickard von Essen
057b7b083d Updated CHANGELOG.md 2017-06-28 07:28:44 +02:00
Rickard von Essen
312b497a86 Merge pull request #5074 from boumenot/pr-azure-ssh-key
azure: write temporary ssh key to a file
2017-06-28 07:23:19 +02:00
Wojciech Sciesinski
7bacc22825 Verify membership in the group Hyper-V Administrators by SID not name - fix #5022 2017-06-28 01:44:04 +02:00
Christopher Boumenot
ec96cacdf3 azure: write temporary ssh key to a file 2017-06-27 13:23:04 -07:00
Megan Marsh
9bc0e17e1c Merge pull request #5057 from ygina/update-gophercloud
Update gophercloud version #5046
2017-06-27 13:10:35 -07:00
Rickard von Essen
ec2804566a Updated CHANGELOG.md 2017-06-27 22:04:26 +02:00
Rickard von Essen
46ec8ccb97 Merge pull request #5035 from rickard-von-essen/issue-5018
googlecompute: Allow using URL's for network and subnetwork
2017-06-27 22:03:09 +02:00
Rickard von Essen
f230f00726 googlecompute: Allow using URL's for network and subnetwork
If full server URL's is used in subnetwork we can skip reading from the network
API. This is usefull when you can launch instances in a shared network but don't
have access to do GET on the network resources.

Closes: #5018
2017-06-27 21:58:21 +02:00
Rickard von Essen
a3c1c3168d Deflect some issues which are not bugs
I think we should make it more clear that connection issues are generally not bugs and should be sent to the mailing list or IRC etc.

What do you think?
2017-06-27 15:32:52 +02:00
Rickard von Essen
f41c04043a Updated the CHANGELOG.md 2017-06-27 07:10:24 +02:00
Rickard von Essen
f1d2ae42d8 Merge pull request #5058 from ncdc/parallels/fix-new-artifact-visit-when-file-not-found
Parallels: skip missing paths when looking for unnecessary files
2017-06-27 07:09:23 +02:00
Christopher Boumenot
3e0749d9e2 Merge pull request #5069 from boumenot/pr-azure-docs
azure: device login notes
2017-06-26 16:18:06 -07:00
Megan Marsh
76a3ad0974 Merge pull request #5068 from JarvusInnovations/master
Update middleman-hashicorp to 0.3.28 for mega nav fixes
2017-06-26 14:32:41 -07:00
Christopher Boumenot
c84e29e7fc Merge pull request #5070 from boumenot/pr-azure-pp-ssh-key
azure: private SSH private key for debug
2017-06-26 14:01:02 -07:00
Christopher Boumenot
06ea433104 azure: private SSH private key for debug 2017-06-26 13:44:34 -07:00
Christopher Boumenot
9361a9959c azure: device login notes 2017-06-26 13:31:50 -07:00
Christopher Boumenot
99033e7da2 Merge pull request #4943 from boumenot/pr-azure-update-deps
Update to Latest SDK
2017-06-26 13:23:54 -07:00
Ryon Coleman
cb717bfb7a Update middleman-hashicorp to 0.3.28 for mega nav fixes
Fixes detailed at https://github.com/hashicorp/middleman-hashicorp/pull/47
2017-06-26 16:07:56 -04:00
Matthew Hooker
b1f06bbebb
fix wording 2017-06-26 12:56:55 -07:00
Christopher Boumenot
c8939be0e9 azure: rebase issue with docs 2017-06-26 11:13:41 -07:00
Christopher Boumenot
0d427939bc azure: Fix custom managed images
I missed a change in my SDK update, and when I integrated this missing
change I broke custom images.
2017-06-26 11:13:41 -07:00
Christopher Boumenot
1874514e4f azure: go vet ./... 2017-06-26 11:13:40 -07:00
Christopher Boumenot
027db82862 azure: go fmt ./... 2017-06-26 11:13:40 -07:00
Christopher Boumenot
9425ece680 azure: Handle SDK changes
There are two types for storage profile, but they use the same
serialization name (storageProfile).  This creates problems, so I worked
around it by taking the union of this type as well as OS Disk.
2017-06-26 11:13:40 -07:00
Christopher Boumenot
123c45caca azure: Include missing vendor file
I forgot to execute govendor sync.  Adding the missing file.
2017-06-26 11:13:40 -07:00
Christopher Boumenot
841f54fc1e azure: unit test fixes 2017-06-26 11:13:39 -07:00
Christopher Boumenot
b7e32cb10a azure: best error message possible 2017-06-26 11:13:39 -07:00
Christopher Boumenot
c09f8b84b9 azure: fit and finish
* More unit testing to assert customer's configuration.
 * Further reduce the options that are needed to power an Azure build.
   This seems like a much more manageable level.
 * Update all of the examples to use a more current VM sku.
 * Add an example for RHEL.
 * Move from OpenSuSE to SuSE.
 * Update the docs.
2017-06-26 11:13:39 -07:00
Christopher Boumenot
51e03d39e6 azure: update managed image documentation
Alphabetize the optional arguments.
Add documentation for the custom_data_file option.
2017-06-26 11:13:39 -07:00
Christopher Boumenot
fd69efbb85 Add custom image examples 2017-06-26 11:13:38 -07:00
Christopher Boumenot
d782ad99f8 azure: pick better names
Use custom_managed_image_name to represent managed images use to build Packer VMs.
Use managed_image_name to represent the image produced by Packer.
2017-06-26 11:13:38 -07:00
Christopher Boumenot
9f4fb56041 Support managed disk for platform images 2017-06-26 11:13:38 -07:00
Christopher Boumenot
c6ff4aae59 Support for building from custom managed images 2017-06-26 11:13:38 -07:00
Christopher Boumenot
8cea6f5be5 azure: Update to SDK 10.0.3
The OAuth code was moved to the adal package.
Authorizers now ues an interface instead of a simple token.
Long running operations return a channel for the operation, and the
error.
2017-06-26 11:13:37 -07:00
Christopher Boumenot
054a75de26 azure: Azure/go-autorest v8.0.0 2017-06-26 11:13:37 -07:00
Christopher Boumenot
74ee9a8eab azure: Azure/azure-sdk-for-go v10.0.3-beta 2017-06-26 11:13:37 -07:00
Matthew Hooker
5e3a119069
increase telemetry timeout 2017-06-26 10:36:37 -07:00
Rickard von Essen
fd0474a97f Merge pull request #5063 from jamtur01/hashup
Updating some references from mitchellh to hashicorp
2017-06-26 09:44:28 +02:00
James Turnbull
db7a4e56f9 Fixed typo 2017-06-25 22:36:15 -04:00
James Turnbull
df5e35f408 Updating some references from mitchellh to hashicorp 2017-06-25 22:34:23 -04:00
Rickard von Essen
446525201b Merge pull request #5062 from jamtur01/macread
Updated machine readable output in command
2017-06-25 07:56:33 +02:00
James Turnbull
fd79972ea4 Updated machine readable output in command 2017-06-25 01:05:50 -04:00
Matthew Hooker
83ba291f41
update go-checkpoint 2017-06-23 19:36:32 -07:00