2195 Commits

Author SHA1 Message Date
Matthew Hooker
8703a71917
Merge pull request #5686 from skierkowski/guides-building-in-cicd
Adds a guide on using Packer with CI/CD
2017-12-11 15:14:21 -08:00
Matthew Hooker
a2c9898db7
justify 80 cols 2017-12-11 15:10:37 -08:00
Matthew Hooker
532c4a4973
use a vcs project that will work 2017-12-11 15:04:03 -08:00
Matthew Hooker
97bacf6790
use absolute links 2017-12-11 14:37:28 -08:00
Matthew Hooker
be3f0a121a
guides should use infinitive verbs 2017-12-11 14:31:44 -08:00
Maciej Skierkowski
004a434928 Add "coming soon" 2017-12-11 11:48:34 -08:00
Maciej Skierkowski
dd5e5b8993 Using relative links for the docs/guides 2017-12-11 09:14:46 -08:00
Maciej Skierkowski
dc96e73151 Adding more info about the options for Packer 2017-12-11 09:08:12 -08:00
Maciej Skierkowski
3be55d20be Updating section title to be specific to VirtualBox and S3 2017-12-08 16:01:18 -08:00
Maciej Skierkowski
e0d5e18450 Calling out AWS CLI dependencies 2017-12-08 15:57:39 -08:00
Maciej Skierkowski
9c90744d3e Clarifying virtualization phrasing for VirtualBox 2017-12-08 15:55:22 -08:00
Maciej Skierkowski
203f29a95e Moving images to assets folder 2017-12-08 15:49:26 -08:00
Matthew Hooker
4a864d59d7
Prepare for 1.1.3 2017-12-08 15:26:17 -08:00
Nick Fagerlund
6601f18c78 Minor edits 2017-12-08 13:46:51 -08:00
Nick Fagerlund
d7fe37b862 Delete empty descriptions 2017-12-08 13:25:32 -08:00
Maciej Skierkowski
79c10a251c Using placeholder for now 2017-12-08 11:05:17 -08:00
Maciej Skierkowski
c4abcd9c7c Adding more context for references to other guides 2017-12-08 10:59:43 -08:00
Maciej Skierkowski
59172c5a2d Adding the CI/CD guide content 2017-12-08 10:31:00 -08:00
Maciej Skierkowski
42d0e6f920 Navigation and placeholders for guide 2017-12-08 08:28:27 -08:00
Matthew Hooker
2c1c7b9659
Merge pull request #5630 from johndaviesco/winrm_no_proxy
Winrm no proxy
2017-12-07 15:41:16 -08:00
John Davies-Colley
76ac755ed9 fixing wording for proxy usage 👌 2017-12-06 17:13:02 +13:00
John Davies-Colley
92d1bdbdab docs change for deprecation and proxy usage ✔ 2017-12-06 16:50:54 +13:00
Jamie Lennox
d043c37ad4 Azure: Don't provide location for build_resource_group_name
Location is required by default because you must specify where to create
the resource group containing the packer resources.

When using build_resource_group_name you are specifying that packer
should use an existing resource group and so the location that resources
are in can be determined by fetching the information from the existing
group.

It is forbidden to pass both variables as it is easier and more
intuitive that the location comes from the group rather than ignore a
parameter.

Closes: #5655
2017-12-04 11:22:54 +11:00
SwampDragons
753d3cf216
Merge pull request #5618 from kwilczynski/ansible-local-clean-staging-directory
ansible-local: Add ability to clean staging directory.
2017-11-30 14:27:59 -08:00
SwampDragons
37d22160a8
Merge pull request #5619 from kwilczynski/add-packer_version-function
Add new `packer_version` function.
2017-11-30 09:43:25 -08:00
Hariharan Jayaraman
b66426e668 Updates to Docs to ensure permission issues are clearer 2017-11-28 16:23:49 -08:00
zhuzhih2017
bdc1fa0527
Merge pull request #5641 from zhuzhih2017/master
Add security token supported and TLS handshake timeout support
2017-11-28 11:15:56 +08:00
zhuzhih2017
de0017c37a Add security token supported and TLS handshake timeout support 2017-11-28 10:32:17 +08:00
Matthew Hooker
ff3efb4641
remove trailing spaces 2017-11-27 17:26:03 -08:00
Matthew Hooker
be3fe340c8
add a section about uploading files that don't exist. 2017-11-27 17:23:31 -08:00
SwampDragons
e990e49711
Merge pull request #5638 from hashicorp/docs_5623
Docs 5623
2017-11-27 16:58:24 -08:00
Megan Marsh
a325780aa5 make description match 2017-11-27 15:18:58 -08:00
Megan Marsh
df492d35bf remove confusing use of local. dang. 2017-11-27 15:17:54 -08:00
Megan Marsh
150bf1f6da clarify shell-local location 2017-11-27 15:15:52 -08:00
Megan Marsh
52f5f2b895 clarify where ansible-local runs 2017-11-27 15:10:29 -08:00
Ilon Sjögren
0dae5bc8bd Should state that file provisioner requires source at execution time 2017-11-22 09:13:47 +01:00
John Davies-Colley
d4f37ab5f6 changing config varibles name in docs to match names in code 2017-11-22 17:15:46 +13:00
Henry Muru Paenga
7b03613649 Update docs with ssh_interface 2017-11-22 15:52:22 +13:00
Krzysztof Wilczynski
7d80e37c14
Add new packer_version function.
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-11-21 22:04:33 +01:00
Krzysztof Wilczynski
10370adbab
ansible-local: Add ability to clean staging directory.
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
2017-11-21 21:09:01 +01:00
Carlos Nunez
a8ff095059
Generate a JSON object for Packer
This changes adds code that will generate a JSON object containing the things you'll need to make Packer work with Azure.
2017-11-18 15:44:10 -06:00
Carlos Nunez
e9a63d8653
Add instructions for the Python client.
Azure uses the Python client in their Docker image. I've added additional documentation on how to "install" it as well as translations the node.js commands for it.
2017-11-18 15:27:54 -06:00
Christopher Boumenot
247da61ad1
Merge pull request #5593 from boumenot/pr-azure-keep-resource-group
Azure: Keep temporary resource group.
2017-11-16 17:39:33 -08:00
Christopher Boumenot
2684153cb2 azure: reject bad configuration faster 2017-11-16 16:34:18 -08:00
Matthew Hooker
f974d3552c
Merge pull request #5588 from ammaritiz/align-Qemu-disk-size
Align virtual disk size for qemu builder
2017-11-15 14:15:16 -08:00
Matthew Hooker
40f18a3e1a
prepare for 1.1.2 2017-11-15 13:48:51 -08:00
Ammar Ansari
b8bd66d10d Align virtual disk size for qemu builder
When booting from a disk image, the Qemu builder resizes the disk to 40000
which is not a multiple of 1kB. This causes problems while booting from the image.
Updating the default disk size to 40960 fixes this issue
2017-11-15 15:00:13 -05:00
Malet
18b9487a38
Fix typo 2017-11-15 12:02:08 +00:00
Matthew Hooker
97ef340423
fix type 2017-11-14 16:43:57 -08:00
Matthew Hooker
7e07a7c9c4
Merge pull request #5582 from brett-richardson/patch-1
Update chef provisioner documentation
2017-11-14 16:43:32 -08:00