SwampDragons
fa5c6d2e80
Merge pull request #5462 from charlieegan3/patch-1
...
Fix build image section fenced example formatting
2017-10-16 09:13:00 -07:00
Atsushi Ishibashi
2da4e4c31d
Change func name
2017-10-16 11:45:18 +09: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
Atsushi Ishibashi
caa6c9bf22
Add clean_ami_name for gcp
2017-10-16 00:53:18 +09:00
Charlie Egan
159785e7b0
Fix build image section fenced example formatting
2017-10-15 16:49:56 +01:00
Rickard von Essen
201b9a21e0
Merge pull request #5461 from mayn/changelog-v1.1.1
...
fix changelog version 1.1.0 => 1.1.1
2017-10-15 16:16:53 +02:00
Matthew Aynalem
51d65021b1
fix changelog version 1.1.0 => 1.1.1
2017-10-15 07:07:55 -07: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
Pawel Kilar
17beb1d7ad
Check if both SSH proxy and basiton are configured
2017-10-14 21:38:44 +01:00
Matthew Hooker
986bded9d0
update changelog
2017-10-13 19:12:14 -07:00
Matthew Hooker
04ed639750
fix doc link
2017-10-13 18:59:58 -07:00
Matthew Hooker
9c2603cf44
next version is 1.1.2
2017-10-13 18:48:57 -07:00
Matthew Hooker
b58e6c31d9
Cut version 1.1.1
2017-10-13 18:34:01 -07:00
Matthew Hooker
5eb1c92066
prepare for 1.1.1
2017-10-13 18:23:58 -07:00
Matthew Hooker
4d28aa15ff
update changelog
2017-10-13 18:18:06 -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
Olivier Bilodeau
820811675d
vmware-iso builder: Logging on network errors on connection refused
2017-10-13 19:00:48 -04: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
Matthew Hooker
7349e4fbab
Merge pull request #5082 from nak3/makefile-copy-binary
...
Copy binary under the bin directory
2017-10-13 14:40:15 -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
Matthew Hooker
0a225d363a
Merge pull request #5453 from mprince/docs
...
Remove LXD from provisioners sidebar
2017-10-12 18:46:00 -07:00
Marcel Prince
26fb86783e
Remove LXD from provisioners sidebar
2017-10-12 18:34:20 -07:00
Matthew Hooker
85cede7076
update changelog
2017-10-12 17:07:37 -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
edc3281c83
update changelog
2017-10-12 16:44:17 -07:00
Matthew Hooker
47cb0c334d
Merge pull request #5436 from hashicorp/re5367
...
builder/vmware: Add `disable_vnc` option
2017-10-12 16:43:09 -07:00
Matthew Hooker
07b013945f
more consistent flag name
2017-10-12 16:38:18 -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
Megan Marsh
a7d25cd4c1
remove deprecation warning since we've been talked out of removing shell-local postprocessor
2017-10-12 16:14:15 -07:00
Christopher Boumenot
1abe5002c4
Merge pull request #5450 from blalor/patch-1
...
Prevent angle brackets from being swallowed
2017-10-12 14:47:15 -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
Matthew Hooker
21b3ee11c3
Correct format and add amazon builders
2017-10-12 13:49:03 -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
SwampDragons
512ac214b4
Merge pull request #5417 from smaato/master
...
Add ability to tag volumes on creation
2017-10-12 12:56:25 -07:00