Commit Graph

12377 Commits

Author SHA1 Message Date
Adrien Delorme f1fd23c65a Update appveyor.yml
remove unused get of
github.com/mitchellh/gox & golang.org/x/tools/cmd/stringer
2019-06-06 18:35:20 +02:00
Adrien Delorme 4ab5471490 Makefile: install-gen-deps now installs ./cmd/struct-markdown 2019-06-06 17:34:17 +02:00
Adrien Delorme 509df6ea0f communitator: use auto-generated partials 2019-06-06 17:34:17 +02:00
Adrien Delorme 8b277f9626 docker: use auto-generated partials 2019-06-06 17:34:17 +02:00
Adrien Delorme 13fedfaa09 azure: use auto-generated partials 2019-06-06 17:34:17 +02:00
Adrien Delorme 8df433be47 aws: use auto-generated partials 2019-06-06 17:34:17 +02:00
Adrien Delorme 696fce9739 docker: rewrap struct comments for documentation generation 2019-06-06 17:34:17 +02:00
Adrien Delorme d81ca5728d azure-arm: rewrap struct comments for documentation generation 2019-06-06 17:34:17 +02:00
Adrien Delorme 8e857d64f1 aws: rewrap struct comments for documentation generation 2019-06-06 17:34:17 +02:00
Adrien Delorme ee716d3f7e up go mod, go mod vendor & go mod tidy 2019-06-06 17:34:17 +02:00
Adrien Delorme 4ae10f08b2 docs: generate builders partials from struct comments 2019-06-06 17:34:17 +02:00
Adrien Delorme 4bf6a56d71 split communitacor.SSH & communitacor.WinRM to facilitate documentation
put doc for communicator into the struct
2019-06-06 16:55:24 +02:00
Adrien Delorme 4399684372 make fmt autogenerated docs 2019-06-06 16:29:25 +02:00
Adrien Delorme 8488176dae vagrant/builder.Config rewrap docs 2019-06-06 16:21:21 +02:00
Adrien Delorme e09f3fbd02 amazon: update docs & links 2019-06-05 16:42:18 +02:00
Adrien Delorme e6cbb013ba add // go:generate struct-markdown to all previously edited files 2019-06-05 16:42:18 +02:00
Adrien Delorme f1917edd34 generate the comments for config struct of builders scraping doc website 2019-06-05 16:42:17 +02:00
Adrien Delorme feafa8b18b make sure the vpc_filter field is exported correctly 2019-06-05 16:41:21 +02:00
Adrien Delorme b00412d055 Update alicloud-ecs.html.md
indent
2019-06-05 16:41:21 +02:00
Adrien Delorme 1ea77d5af3 Update azure.html.md
indent docs
2019-06-05 16:41:21 +02:00
Adrien Delorme ffa0431d56 aws unwrap spot cfg 2019-06-05 16:41:21 +02:00
Adrien Delorme 6660d40f56 indent aws docs again 2019-06-05 16:41:21 +02:00
Adrien Delorme 1ad677bcae aws docs indent 2019-06-05 16:41:21 +02:00
Adrien Delorme f667cdddf8 Update amazon-instance.html.md.erb
ident docs
2019-06-05 16:41:21 +02:00
Adrien Delorme ac9c67909a simplify vnc_disable_password docs 2019-06-05 16:41:21 +02:00
Adrien Delorme 17a36b3f4d Update amazon-ebs.html.md.erb
unpartialise spot docs so that autogen works
2019-06-05 16:41:21 +02:00
Adrien Delorme 105d11f2f1 Update _building_on_remote_vsphere_hypervisor.html.md
add types
2019-06-05 16:41:20 +02:00
Adrien Delorme 50b728b6c7 doc hack 2019-06-05 16:41:20 +02:00
Adrien Delorme 2c64a3f4df source_ami_filter: fix doc indentation 2019-06-05 16:41:20 +02:00
Adrien Delorme a8c8d07727 Update amazon-chroot.html.md.erb
use content of partial to be able to autodoc :D
2019-06-05 16:41:20 +02:00
Adrien Delorme 3ccf39c646 Update qemu.html.md.erb
fix indentation
2019-06-05 16:41:20 +02:00
Adrien Delorme 7d52baaf0e Update _building_on_remote_vsphere_hypervisor.html.md
clearly mark optional fields
2019-06-05 16:41:20 +02:00
Adrien Delorme da5f075a3e Update vmware-iso.html.md.erb
fix indentation
2019-06-05 16:41:20 +02:00
Adrien Delorme c7808aaf1f do things locally 2019-06-05 16:41:20 +02:00
Adrien Delorme e71e36af3b Update azure.html.md
add dashes where needed
2019-06-05 16:41:20 +02:00
Adrien Delorme 31b66a63b1 scrape builder docs from https://www.packer.io/docs/
in order to get what is required and what is not.
2019-06-05 16:41:20 +02:00
Adrien Delorme 2620e18247
Merge pull request #7713 from praveen4463/patch-1
fixing a broken link to cloudywindows.io
2019-06-04 10:22:09 +02:00
Adrien Delorme 2d12af0b48
Merge pull request #7712 from hashicorp/fix_7699
test for length of ami tags before tagging
2019-06-04 10:17:43 +02:00
Adrien Delorme 936ca6545a
Merge pull request #7526 from aleksey-hariton/master
Add tags to instance in CloudStack builder
2019-06-04 10:13:42 +02:00
praveen4463 a9505b27aa
fixing a broken link to cloudywindows.io
Fixed broken link from https://cloudywindows.io/post/winrm-for-provisioning---close-the-door-on-the-way-out-eh/ to https://cloudywindows.io/post/winrm-for-provisioning-close-the-door-on-the-way-out-eh/
2019-06-04 08:47:46 +05:30
Megan Marsh 3f036b33c5 test for length of ami tags before tagging 2019-06-03 19:14:06 -07:00
Megan Marsh d9960fdaeb use length instead of a nil test. 2019-06-03 15:13:49 -07:00
Megan Marsh de7106c36b
Merge pull request #7696 from hashicorp/go_generate_from_makefile
run `go generate ./...` from makefile & CI test that it generates no diff
2019-06-03 15:01:21 -07:00
Megan Marsh a5cd37b51d
Merge pull request #7711 from amydutta/master
Update Azure docs with Shared Image Gallery (for MDI only) as destination example
2019-06-03 13:41:55 -07:00
Megan Marsh 078d888dba
Merge pull request #7707 from CARFAX/master
Enable encrypted AMI sharing across accounts
2019-06-03 13:08:06 -07:00
Megan Marsh 816b553d06
Merge pull request #7709 from onematchfox/master
Vagrant builder - documentation + minor code fix
2019-06-03 11:34:49 -07:00
Amrita Dutta 0dfba0724c Merge branch 'master' of https://github.com/amydutta/packer 2019-06-03 18:05:18 +00:00
Amrita Dutta 29b1aad441 fix indent 2019-06-03 17:58:41 +00:00
Amrita Dutta db661445d2 fix return 2019-06-03 17:57:21 +00:00
Amrita Dutta 14c442345f Update Azure Docs with SIG example 2019-06-03 17:53:44 +00:00