2110 Commits

Author SHA1 Message Date
Matthew Hooker
265ae7026e
docs formatting 2017-10-17 11:29:11 -07:00
Marcel Prince
8244d8bfb9 Arguments sorting for Puppet provisioners docs 2017-10-17 08:25:40 -07:00
Matthew Hooker
f73fbd81d2 Merge pull request #5469 from mayn/issue-5468
docs: reference generic integer/boolean datatype across docs
2017-10-16 16:30:28 -07:00
Aaron Browne
8df643c343 Add aws_profile option to docker-push ecr_login
An aws_profile option is added to the AWS ECR login credentials
configuration to allow using shared AWS credentials stored in
a non-default profile.

Signed-off-by: Aaron Browne <aaron0browne@gmail.com>
2017-10-16 16:55:34 -04:00
Matthew Hooker
8585e0ebf5
doc improvements 2017-10-16 13:27:26 -07:00
Matthew Hooker
6837bf8276
grammar and style fix 2017-10-16 13:04:53 -07:00
Matthew Hooker
178bdf1dbe Merge pull request #5460 from teadur/patch-1
Update documentation to avoid confusion
2017-10-16 13:03:23 -07:00
SwampDragons
734acd9935 Merge branch 'master' into examples-docs 2017-10-16 12:07:05 -07:00
Atsushi Ishibashi
c22c7238ac Add doc 2017-10-17 04:05:18 +09:00
Matthew Aynalem
1967c4bc81 docs correct datatype inconsistencies int/integer => number (issue #5468) 2017-10-16 11:30:23 -07:00
Matthew Aynalem
3716effa75 docs: correct datatype inconsistencies bool => boolean (issue #5468) 2017-10-16 09:19:59 -07:00
DanHam
c9e6ffa91c Add warning note about using the 'winrm quickconfig -q' command
A lot of examples out there on the web make use of this command to
configure the instance to allow connections over WinRM. Since the
danger is not immediately obvious and the failure because of its use
intermittent, we should do our best to advise against its use here.
2017-10-16 03:11:00 +01:00
DanHam
26319ee74b Additional explanations possibly needed by a user new to Packer or AWS 2017-10-16 03:10:52 +01:00
DanHam
400f210dc2 Set region to use user configured variable 2017-10-15 18:22:38 +01:00
DanHam
69393ef9bb No need to set execution policy. AWS default is unrestricted 2017-10-15 18:22:38 +01:00
DanHam
6d4e8ab583 Suggest Windows 2008 and 2016 and add name filter 2017-10-15 18:22:38 +01:00
DanHam
e1d88ffaab Export of AWS creds for users who skipped over the GNU/Linux example 2017-10-15 18:22:38 +01:00
DanHam
10af3770c7 New sample output to match changes 2017-10-15 18:22:38 +01:00
DanHam
5eb68e0573 GNU to make a happy RMS 2017-10-15 18:22:13 +01:00
DanHam
dc45bd381c Manually set up all required for remote management. Use in-built FW rules
Use of 'winrm quickconfig' can sometimes cause the Packer build to fail
shortly after the WinRM connection is established.

* When executed the 'winrm quickconfig -q' command configures the
  firewall to allow management messages to be sent over HTTP (port 5985)
* This undoes the previous command in the script that configured the
  firewall to prevent this access.
* The upshot is that the system is configured and ready to accept WinRM
  connections earlier than intended.
* If Packer establishes its WinRM connection immediately after execution
  of the 'winrm quickconfig -q' command, the later commands within the
  script that restart the WinRM service cause the established
  connection, and consequently, the overall build to fail.
2017-10-15 18:20:28 +01:00
DanHam
e4985ae6f6 Set to use a basic Windows source AMI that qualifies for free tier usage 2017-10-15 18:20:11 +01:00
DanHam
ed0a60bd61 Fix quotes. Use Write-Host in preference to Write-Output 2017-10-15 18:16:40 +01:00
DanHam
1b8238e35f Fix missing powershell tags around User Data script 2017-10-15 18:16:40 +01:00
DanHam
9daabf3b12 Fix some typo's; Fix markdown and formatting 2017-10-15 18:16:40 +01:00
Charlie Egan
159785e7b0 Fix build image section fenced example formatting 2017-10-15 16:49:56 +01:00
Georg
ca8805efe2 Update documentation to avoid confusion
disk_type_id defaults to different values in local build and remote build.
Documentation should reflect to what value the remote build defaults.
2017-10-15 12:29:34 +03:00
Matthew Hooker
04ed639750
fix doc link 2017-10-13 18:59:58 -07:00
Matthew Hooker
454cb08896 Merge pull request #5336 from SLAZ666/keepregistered-ovf
Add option keep_registered to virtualbox-ovf builder
2017-10-13 17:45:07 -07:00
Matthew Hooker
f617a678b1 Merge pull request #5422 from localghost/upload_owner_fix
Fix owner of files uploaded to docker container run as non-root.
2017-10-13 14:56:16 -07:00
SwampDragons
f3c33240fa Merge pull request #5444 from vijayinvites/packer-vhdx
Hyperv vmcx builder and allow vhd/vhdx instead of ISO
2017-10-13 11:53:27 -07:00
Marcel Prince
26fb86783e Remove LXD from provisioners sidebar 2017-10-12 18:34:20 -07:00
Matthew Hooker
f7e269945e
add cidr validation and rename option 2017-10-12 17:05:56 -07:00
Matthew Hooker
c74be87187 Merge pull request #5384 from dave2/sg-source-cidr
[WIP] Allow temporary security group to have source CIDR block explicit
2017-10-12 17:05:45 -07:00
Matthew Hooker
106408f6be
add new disable_vnc option 2017-10-12 16:34:40 -07:00
nictrix
6a238a3ef3
add option to skip vnc phase and update docs 2017-10-12 16:28:27 -07:00
Brian Lalor
3a03bc48c1 Prevent angle brackets from being swallowed
The current version of the [published Azure provider page](https://www.packer.io/docs/builders/azure.html) shows the VHD URLs like:

> The captured VHD's URL will be https://.blob.core.windows.net/system/Microsoft.Compute/Images//.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.vhd.
2017-10-12 17:32:49 -04:00
Matthew Hooker
9b407d4716 Merge pull request #5449 from hashicorp/fix_5205
fix docs for 5205
2017-10-12 14:15:43 -07:00
Megan Marsh
468feee607 fix docs for 5205 2017-10-12 14:14:07 -07:00
SwampDragons
f4fb897f12 Merge pull request #5448 from hashicorp/commdocs
docs: reorganize community pages under one layout
2017-10-12 13:37:32 -07:00
localghost
fef5162b01 Add description of fix_upload_owner to documentation. 2017-10-12 21:26:18 +02:00
Matthew Hooker
e9c17fc07c
docs: reorganize community pages under one layout 2017-10-12 10:42:58 -07:00
SwampDragons
9b692f2598 Merge pull request #5427 from hashicorp/docs_work
Okay, I'm going to merge these docs as-is under the opinion that an example that works 99% of the time is better than no example.  @DanHam I'm still happy to test out other boot configs but I've put a fair amount of time into trying to get your suggestions to work and haven't gotten it doing what it's supposed to for AWS.
2017-10-12 10:30:17 -07:00
Matthew Hooker
e497c6027f
remove obsolete information 2017-10-11 23:17:43 -07:00
Matthew Hooker
0608fe4823
mention that winrm can transfer files slowly. 2017-10-11 23:12:31 -07:00
Matthew Hooker
f566c43a9d
add boot_command examples link to docs 2017-10-11 22:58:03 -07:00
Matthew Hooker
4aee438c22
document comma-separated configuration variables. 2017-10-11 19:36:54 -07:00
Megan Marsh
157137573c fix line length 2017-10-11 13:20:53 -07:00
Matthew Hooker
6e9d37485a make it clear that VHDs work as well as ISOs 2017-10-11 22:05:53 +05:30
Matthew Hooker
5937f75898 reformat docs 2017-10-11 22:05:52 +05:30
Taliesin Sisson
5f2c71f7d7 Floppy directories are provided by default with common.floppydrives 2017-10-11 22:05:52 +05:30