Commit Graph

8407 Commits

Author SHA1 Message Date
Matthew Hooker 49da8d9172 Merge pull request #5434 from mayn/add-community-tools-packerlicious
request to add packerlicious to community tools
2017-10-07 01:47:36 -07:00
Matthew Aynalem 723ef71adb add packerlicious to community tools 2017-10-06 13:15:26 -07:00
Matthew Hooker effbfda47c Merge pull request #5431 from hashicorp/fix5430
add debugging help if ec2-upload-bundle fails
2017-10-05 17:33:47 -07:00
Matthew Hooker ae455bff99
add debugging help if ec2-upload-bundle fails 2017-10-05 17:33:07 -07:00
Matthew Hooker 2a326b5172
fix nil ptr exception 2017-10-05 16:34:13 -07:00
Matthew Hooker afd394e0bd
only output telemetry logs when enabled. 2017-10-05 14:31:24 -07:00
Matthew Hooker 188f171cf0 Merge pull request #5425 from mayn/fix-docs-minor-spelling
docs fix minor spelling typos throughout docs
2017-10-04 14:37:30 -07:00
Matthew Hooker e4b67dd2f9 more spelling 2017-10-04 14:37:04 -07:00
Matthew Aynalem 1fac839b79 docs fix minor spelling typos throughout docs 2017-10-04 14:25:31 -07:00
zhuzhih2017 f0cfd86f74 Merge pull request #5423 from zhuzhih2017/master
Fix the documentation error for io_optimized type and add description…
2017-10-04 21:08:55 +08:00
zhuzhih2017 beeaa4d8ee fix the documentation error for io_optimized type and add description for default value of internet_charge_type 2017-10-04 21:04:00 +08:00
Matthew Hooker e26df7ebb3
remove outdated comment about docker behavior 2017-10-03 16:47:30 -07:00
Matthew Hooker bafcf7dfb1
test, document, cleanup puppet guest codde 2017-10-03 11:39:33 -07:00
Matthew Hooker 7523cc76de Merge pull request #5340 from c22/issue_5339
Fix regression bug reported in #5339
2017-10-03 10:44:41 -07:00
SwampDragons 732e884105 Merge pull request #5410 from hashicorp/fix_4891
fun with wait groups; prevents hanging
2017-09-29 15:11:26 -07:00
Megan Marsh d4031420ab fun with wait groups; prevents hanging 2017-09-29 15:03:44 -07:00
Matthew Hooker 64fbc50392 Merge pull request #5408 from boumenot/pr-azure-win-sysprep-example
azure: sysprep improvements for Windows examples
2017-09-29 12:43:29 -07:00
Matthew Hooker 54a42665e0
qemu support for xen is no longer experimental.
versions of qemu prior to 1.0 only had experimental support for xen. Xen
is now part of qemu main-line, and so should be fully supported.  See
https://wiki.xenproject.org/wiki/QEMU_Upstream.
2017-09-29 12:42:40 -07:00
Christopher Boumenot 1da0ce688f azure: sysprep improvements for Windows examples 2017-09-29 12:39:52 -07:00
Matthew Hooker fad4115f37
update changelog 2017-09-29 09:54:47 -07:00
Matthew Hooker 93c4df2d07 Merge pull request #5406 from hashicorp/fix5307
builder/docker: set user during exec.
2017-09-29 09:52:52 -07:00
Matthew Hooker e70899fada
update changelog 2017-09-29 09:51:19 -07:00
Matthew Hooker d26e28a028 Merge pull request #5341 from c22/issue_5338
Fix facterVar separator bug reported in #5338
2017-09-29 09:49:22 -07:00
Matthew Hooker b3661c1f63
builder/docker: set user during exec.
Add `exec_user` option to control what user `docker exec` is run as.
2017-09-28 16:39:23 -07:00
Matthew Hooker 3998a07086 Merge pull request #5402 from hashicorp/lxc_cleanup
delete unneeded plugin file
2017-09-28 11:33:18 -07:00
Megan Marsh b4659945b3 delete unneeded plugin file 2017-09-28 10:52:54 -07:00
Matthew Hooker 33af0c4c86 Merge pull request #5394 from hashicorp/docs_5191
add quoteless option to sudo example
2017-09-27 16:08:44 -07:00
Megan Marsh ae6dae2726 add quoteless option to sudo example 2017-09-27 16:02:18 -07:00
Matthew Hooker 3b5c6a37af
update changelog 2017-09-27 15:35:41 -07:00
Matthew Hooker 74bf75b71a Merge pull request #5388 from hashicorp/fix5386
cloudstack: check that template was created
2017-09-27 15:34:57 -07:00
Matthew Hooker 463f525ee3
update changelog 2017-09-26 17:15:57 -07:00
Matthew Hooker e442b99325 Merge pull request #5389 from hashicorp/do_5353
add ami name to output
2017-09-26 17:14:49 -07:00
Megan Marsh 201e8c05a0 add ami name to output 2017-09-26 16:04:40 -07:00
SwampDragons 0ef12c9810 Merge pull request #5365 from DanHam/gh-4322-psleak
Fix Powershell Progress stream leak to stderr for normal and elevated commands
2017-09-26 15:53:54 -07:00
Matthew Hooker b42c916f9a
cloudstack: check that template was created 2017-09-26 13:36:53 -07:00
Matthew Hooker 80c0f47cf1 Merge pull request #5385 from sofam/robust-sysprep
Updated docs with more robust sysprep script for deprovisioning Windows on Azure
2017-09-26 13:03:18 -07:00
Rickard von Essen c614371e5a Merge pull request #5387 from DanHam/fix-fixer-filename
Fix typo in fixer file name
2017-09-26 19:12:56 +02:00
DanHam 4ef462816a Fix typo in fixer file name 2017-09-26 17:50:47 +01:00
DanHam b7bb6b54b4 Update docs with new defaults for Powershell commands 2017-09-26 11:07:38 +01:00
DanHam fa5fd602aa Fix tests post changes 2017-09-26 11:07:26 +01:00
DanHam 8214a12a2a Move append of portion of command used to send elevated PS output to file 2017-09-26 11:07:26 +01:00
DanHam 2a060adbf8 Don't use -EncodedCommand with PS as progress stream always leaks to stderr
* Setting $ProgressPreference to SilentlyContinue makes no difference
  when -EncodedCommand is used - any output to the progress stream
  still appears on stderr.
* Delete file containing encode/decode functions since we no longer
  need them.
* Fixes leak of output on progress streams for both normal and elevated
  commands.
* Since we no longer base64 encode, ensure any characters special to XML
  are correctly escaped in the elevated command. This ensures correct
  parsing once the command is wrapped within the elevatedTemplates XML
  based Task Scheduler definition.

Fixes #4322
2017-09-26 11:07:11 +01:00
Oscar Elfving 8173e5d3ce Updated docs with more robust sysprep script for the windows Azure builder 2017-09-26 11:56:46 +02:00
Matthew Hooker 875cccfb44
update changelog 2017-09-25 16:37:35 -07:00
Matthew Hooker 02cd6bc7f0 Merge pull request #5288 from hashicorp/fix3114
add token variable to upload bundle command template
2017-09-25 18:36:28 -05:00
Matthew Hooker 4bc8e7de3d
add token variable to upload bundle command template 2017-09-25 16:35:53 -07:00
Matthew Hooker 2297cfaee2 Merge pull request #5357 from lochnesh/fix-windows-chef-solo-version
use flag -version instead of -v to install chef-solo on Windows
2017-09-25 18:18:16 -05:00
Matthew Hooker eabcec6809 Merge pull request #5363 from batzen/patch-1
Fixes #4880 by always using EnableDynamicMemory
2017-09-25 18:14:30 -05:00
SwampDragons 08a52f1c57 Merge pull request #5369 from DanHam/gh-5368-psenvvar
Use system context env var to set path for elevated PS env vars file
2017-09-25 15:47:16 -07:00
Matthew Hooker fc09dc5c71
update changelog 2017-09-25 15:39:17 -07:00