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
Megan Marsh
a281e60e15
de-mangle windows filepath to something docker can handle
2017-06-22 10:21:30 -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
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
Matthew Hooker
c4569127e4
Merge pull request #5043 from hashicorp/fix5031
...
Revert "Universally provide POSIX semantics for the `shell` provision…
2017-06-21 16:36:44 -07:00
Matthew Hooker
56979a1974
Revert "Universally provide POSIX semantics for the `shell` provisioner."
...
This reverts commit 1ba7f9cc20
.
2017-06-21 16:11:47 -07:00
Matthew Hooker
8681ea6026
report panic comment and shorter timeout
2017-06-21 15:56:29 -07:00
Matthew Hooker
2c8943a12d
Merge pull request #5042 from hashicorp/fix5028
...
Don't do any logging in real main
2017-06-21 15:49:12 -07:00
Matthew Hooker
0af5b4d1ad
don't do any logging in realMain.
...
We should write to os.Stderr explicitly, like we already do.
don't warn if config lookup fails in main
2017-06-21 15:23:31 -07:00
Matthew Hooker
5da9b3de61
Telemetry logging changes
2017-06-21 15:22:49 -07:00
Matthew Hooker
7358e65872
Merge pull request #5040 from hashicorp/fix5039
...
disambiguates windows-restart messages.
2017-06-21 14:55:50 -07:00
Matthew Hooker
831179dbc7
Merge pull request #5038 from hashicorp/5032
...
specify HostKeyCallback for vmware esx5 driver
2017-06-21 12:06:36 -07:00
Matthew Hooker
6581e0b7d6
add hostkeycallback everywhere else
2017-06-21 12:00:34 -07:00
Matthew Hooker
67e29e1eff
disambiguates windows-restart messages.
2017-06-21 10:51:23 -07:00
Megan Marsh
2a6f5f1b13
specify HostKeyCallback for vmware esx5 driver
2017-06-21 10:09:11 -07:00
Matthew Hooker
837c35206a
Merge pull request #5030 from hashicorp/5027_fix_template
...
update getting started docs to use a filter meaning they should stay …
2017-06-20 18:50:14 -07:00
Megan Marsh
dc2912df4d
update changelog for 5007
2017-06-20 13:26:07 -07:00
Megan Marsh
ac15b33d2b
Merge pull request #5029 from hashicorp/5007_instance_stop
...
add exponential backoff retry for stopping instance in amazon
2017-06-20 12:08:52 -07:00
Megan Marsh
52113dcdb9
update getting started docs to use a filter meaning they should stay up to date longer
2017-06-20 11:21:49 -07:00