Commit Graph

119 Commits

Author SHA1 Message Date
Matthew Hooker ddf23a2c46
Complete Atlas deprecation.
Removes the push command and the Atlas post-processor.  Please see our
guide on building immutable infrastructure with Packer on CI/CD for
ideas on implementing these features yourself.
https://www.packer.io/guides/packer-on-cicd/
2018-08-02 20:23:28 -07:00
Megan Marsh 883c74f21c remove reference to Atlas from getting started guide, as it's near the end of its deprecation cycle. 2018-07-09 15:20:49 -07:00
Jason Moody 5f750bfc34
Update build-image.html.md
Small grammar update in "A Windows Example" section of build-image.html.md.
2018-07-05 17:46:06 -05:00
DanHam 5153b22b7e
Fix typo in command: enc -> env 2018-06-12 13:31:29 +01:00
Rickard von Essen f9b26a2666
Updated installation docs to not require GOPATH env var 2018-06-09 08:59:00 +02:00
Megan Marsh 6b1187666c we should only have an installation guide in one place, to keep it up-to-date more easily. 2018-06-08 14:28:09 -07:00
Christos Varelas b8313e00f1
Make minor edit
H humble edit for a simple syntax error
2018-03-26 21:01:54 +02:00
DanHam 6559a26c11
Update Windows build demo script and template to reflect new PS behaviour 2018-02-08 18:05:37 +00:00
Matthew Hooker bd5d1fc53a
fix formatting; 2017-10-23 09:39:25 -07:00
Matthew Hooker f07b791a3f
revert eol whitespace changes 2017-10-23 09:29:03 -07:00
Matthew Hooker b942c27b21
remove end of line spaces 2017-10-21 20:13:47 -07:00
SwampDragons 734acd9935 Merge branch 'master' into examples-docs 2017-10-16 12:07:05 -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
Megan Marsh 157137573c fix line length 2017-10-11 13:20:53 -07:00
Megan Marsh be25ad8021 adding pr suggestions to docs improvements 2017-10-05 16:29:38 -07:00
Megan Marsh 48c5c1b8c3 remove unnecessary faqs. Replaced the ami name with a filter. 2017-10-05 14:02:10 -07:00
Megan Marsh aaa706f4c3 add two more examples to the getting-started documentation, including a windows example. 2017-10-05 14:01:16 -07:00
Matthew Hooker df64021c16
website: remove remote-builds 2017-09-07 09:58:46 -07:00
Matthew Hooker 0857cfbd4b
removing atlas from docs 2017-09-07 09:46:02 -07:00
raylu 6135b0bf48 Fix ubuntu source_ami_filter examples
Canonical publishes stable AMIs at ubuntu/images/ and unstable AMIs at
ubuntu/images-testing/. Combined with most_recent: true, the old name
filter bounces you between stable and unstable.
2017-09-05 17:25:34 -07:00
Megan Marsh b59383f88a clean up stale documentation for packer push 2017-06-29 10:25:51 -07:00
James Turnbull df5e35f408 Updating some references from mitchellh to hashicorp 2017-06-25 22:34:23 -04: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
liz abinante 5139949d5c docs: some stuff is easy, some stuff is not let's be more descriptive 2017-05-09 11:49:02 -07:00
Matthew Hooker d30605fdfb
use json markdown syntax 2017-04-18 11:35:42 -07:00
Matthew Hooker 81522dced0
move packer to hashicorp 2017-04-04 13:39:01 -07:00
Seth Vargo 38e0ba8bd3
Fix broken links 2017-03-28 18:28:34 -04:00
Seth Vargo 6b80c21043
Revamp pages and docs to fit HashiCorp brand 2017-03-28 16:05:19 -04:00
Matthew Hooker 57d2fede3f
the digitalocean ubuntu user is root 2017-03-06 13:08:34 -08:00
Matthew Hooker 0d16df1427
clarify docs
closes #4208
2017-02-21 15:28:02 -08:00
Prashant Kandathil 92e2fe9fe9 Update build-image.html.md (#4471)
* Update build-image.html.md

Without setting this field a user with get a SSH timeout error.

* Update build-image.html.md

* Update build-image.html.md
2017-01-27 15:03:02 -08:00
Matthew Hooker 67b8b70b8d
update wording 2017-01-26 16:18:18 -08:00
Prashant Kandathil 2e1f18b10a Update build-image.html.md 2017-01-26 16:03:57 -08:00
JJ Asghar 8db7793ee6 Update parallel-builds.html.md
It seems that `ssh_username` is required from the packer binary.
2017-01-19 14:43:03 -06:00
Matthew Hooker 09ca600ad9
add note about handling vpc not found errors. 2017-01-05 12:58:22 -08:00
Matthew Hooker 3e186b185d
tutorial WIP 2017-01-05 12:22:43 -08:00
Iain Elder b18152ca77 More neutral wording clearly refering to docs. 2016-11-26 18:58:56 +01:00