7926 Commits

Author SHA1 Message Date
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
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
Gina Yuan
469f125933 Update gophercloud version #5046 2017-06-23 14:48:38 -04:00
Andy Goldstein
c6dba6c051 Parallels: skip missing paths when looking for unnecessary files 2017-06-23 14:29:07 -04:00
Matthew Hooker
a23ab86226
update changelog 2017-06-22 18:08:04 -07:00
Matthew Hooker
339980eadc Merge pull request #5051 from hashicorp/fixvncporttimeout
vnc port discovery timeout is 15 seconds
2017-06-22 18:06:06 -07:00
Matthew Hooker
d35eeecf46
vnc port discovery timeout is 15 seconds 2017-06-22 17:58:18 -07:00
Matthew Hooker
5921d50588 Merge pull request #5044 from kant/patch-1
HTTPS links in readme
2017-06-21 21:17:38 -07:00
Darío Hereñú
43784c7db0 Minor fixes 2017-06-22 00:35:55 -03:00
Matthew Hooker
07e11a6ae1
next version is 1.0.3 2017-06-21 17:29:02 -07:00
Matthew Hooker
6a8ae4b258
Cut version 1.0.2 v1.0.2 2017-06-21 17:20:03 -07:00
Matthew Hooker
3ead2750b6
prep for 1.0.2 2017-06-21 16:54:16 -07:00
Matthew Hooker
4996c932f0
update changelog 2017-06-21 16:50:05 -07:00