111 Commits

Author SHA1 Message Date
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
5fc035d562
add azure/hyperv/1&1/profitbricks to supported platforms.
also link in-line to the relevant doc page.
2017-01-17 13:05:49 -08: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
Iain Elder
db63ee3507 Note more secure ways to pass credentials.
Link to the documentation for new users who want to use AWS's existing
credential infrastructure, and provide a familar example.
2016-11-26 15:33:44 +01:00
Matthew Hooker
93f0436766 Merge pull request #3909 from svanharmelen/f-cloudstack-builder
Add a CloudStack builder
2016-10-31 13:34:20 -07:00
Sander van Harmelen
dbf3bf56d4 Add a CloudStack Builder 2016-10-16 15:29:18 +02:00
Purple90
17f3fac39b Update vagrant.html.md
Grammar fix. Anyways -> anyway
2016-10-12 09:09:43 -05:00
Matthew Hooker
4ac1f5a105 Merge pull request #3972 from mitchellh/pr-3777
instructions for installing with chocolatey
2016-10-07 23:57:48 -07:00
Matthew Hooker
28dc5055d3 rewrite to be complete sentence 2016-10-07 23:52:13 -07:00
Matthew Hooker
b8da25f599 choco install 2016-10-07 23:49:01 -07:00
Arve Knudsen
4e3da3ef54 Improve language 2016-09-27 12:44:41 -07:00
Sourabh Pawar
07e6509bc4 Removed additional whitespace
Removed additional whitespace
2016-08-21 15:07:22 -04:00
Sourabh Pawar
103a8a9223 Note for executing the first build on Windows
The first packer build command includes passing AWS access key and secret key as variables. On Windows, the single quotes must be replaced with double quotes or an AWS error occurs. This may not be obvious to everyone, hence a note. The AWS error (as below) is not adequately self-explanatory. 

Build 'amazon-ebs' errored: Error querying AMI: NoCredentialProviders: no valid providers in chain. Deprecated.
        For verbose messaging see aws.Config.CredentialsChainVerboseErrors
2016-08-21 15:04:05 -04:00
Seth Vargo
47523f375d
Update links to serf 2016-08-08 12:45:23 -04:00
Josh Kodroff
50c849f702 Update setup.html.md
Add instructions for Chocolatey/Windows.
2016-08-04 09:48:14 -04:00
Mark Campbell
6658ec7ea3 Fix extra backslash in front of dollar signs in website documentation (#3479)
The dollar signs do not need to be escaped. The backslashes show up on
the website right now. This commit makes it so that they do not show up
on the website.
2016-04-28 10:25:42 -07:00
Khalid Saifullah
b11e888f6c typo (#3467) 2016-04-22 16:42:13 -07:00
Thomas Vendetta
e362cd6b8b Use new Ubuntu AMI thats t2.micro & us-east-1 eligible
Uses this free tier eligible ebs/hvm AMI:

  Ubuntu Server 14.04 LTS (HVM), SSD Volume Type - ami-fce3c696
2016-03-16 22:28:10 -04:00
Chris Bednarski
1256babce3 Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
Dave Holland
81cf23052f Update setup.html.markdown
zip file now contains a single binary
2016-03-10 17:24:40 +00:00
Chris Bednarski
76c49f6ed0 Remove errant trailing slash from blog URL 2016-01-15 13:41:29 -08:00
Chris Bednarski
295bf847db Merge pull request #3066 from dave2/gh-3052
Update docs to reflect current AMI IDs and instance sizes
2016-01-14 17:23:49 -08:00
Seth Vargo
6fa3fe31b1 Missed one 2016-01-14 15:38:54 -05:00
Seth Vargo
174237ba2f Use www. for project sites 2016-01-14 15:33:00 -05:00
Seth Vargo
c0b46b2fb8 Use SSL for resources 2016-01-14 15:31:19 -05:00
David Zanetti
0369b8e7c0 Update docs to reflect current AMI IDs and instance sizes
- Using Ubuntu-supported image, 14.04 LTS current, for us-east-1
- t1.micro no longer exists, t2.micro replaces it
- Raised in issue #3052
2016-01-14 10:52:17 +13:00
Cameron Stokes
a9df89df15 Change amazon.ami to amazon.image.
... to be consistent with https://github.com/hashicorp/terraform/pull/3195.
2015-10-27 20:45:08 -07:00
Mark Peek
d66268f5f9 Merge pull request #2733 from justincampbell/docs-atlas-operations-link
docs: Fix Atlas /operations link
2015-10-20 17:19:33 -07:00
Eran Chetz
569121519d minor change that was majorly bugging me 2015-09-21 16:32:18 +03:00
Justin Campbell
4cd70a2467 Fix Atlas /operations link 2015-09-11 09:42:58 -04:00
Gabriel Sobrinho
015742b547 Fix last example syntax 2015-07-31 00:01:00 -03:00
Brian Fletcher
e7900ec5ef Fix example code for digital ocean builder
Remove command after size
2015-07-27 21:00:11 +01:00
Chris Bednarski
3fe2d2f5bc Reformat 2015-07-24 20:55:08 -07:00
Chris Bednarski
99061b96d6 Merge branch 'master' into docs-revamp 2015-07-24 20:54:37 -07:00
Chris Bednarski
64604ee955 More succinct phrasing for cracklib conflict 2015-07-24 18:41:42 -07:00
Chris Bednarski
d8e8f98b32 Change to 4 spaces 2015-07-22 20:25:58 -07:00
Chris Bednarski
d57c051651 Reformat everything 2015-07-22 19:31:00 -07:00
Xiol
985c3c576b Update setup documentation to cover issue #1117
In issue #1117, the packer binary can sometimes conflict with the packer binary supplied with cracklib. This documentation update covers this and provides workarounds for affected users.
2015-07-22 10:13:04 +01:00