Commit Graph
5086 Commits
Author SHA1 Message Date
sylviamoss c6e9bde97b add step customize and docs 2020-07-29 15:07:44 +02:00
Megan Marsh b40490c3c1 Merge pull request #9610 from chilversc/winrm-via-iap-tunnel
Support using WinRM over an IAP tunnel
2020-07-28 14:27:43 -07:00
Megan Marsh 3b297f4937 Merge pull request #9649 from hashicorp/clean_up_vsphere_ui
Clean up vsphere ui
2020-07-28 10:45:47 -07:00
Adrien Delorme c7b35dd6bc HCL2: add post-processors block to run multiple post-processor after a build (#9638)
added `post-processors` block to run chained post-processors after a build.
Before this, defining multiple `post-processor` blocks after
provisioning steps would run them sequentially, now doing this makes them start
from the build's artifact. To queue post-processors you now have to define them
in a `post-processors` block.

This is a breaking change.
2020-07-28 10:02:37 +02:00
Reto Kupferschmid 943cb1275d fix missing comma (#9652) 2020-07-27 11:21:40 +02:00
Megan Marsh 54067fc091 update docs to include vpc permissions (#9648) 2020-07-27 10:18:06 +02:00
Megan Marsh 395a0c472e improve postprocessor stdout 2020-07-25 08:24:21 -07:00
Megan Marsh a687d6fe12 ci/tech-debt: Fix vmware acceptance tests (#9636)
* add kex algorithm option to ssh config

* regenerate code

* This commit fixes old vmware acceptance tests that have not been run in some time. It does this in two parts:
1) It modifies the minimal vmware build configuration to use a custom kex algorithm, which enables the ssh connection to succeed.
2) It modifies logic in reading and defaulting hardware config values, which was crashing.
3) It adds a new acceptance test with a preseed file to test loading from an http directory.
2020-07-23 09:40:57 +02:00
Adrien DelormeandMegan Marsh 125178d943 core: Decode: when in HCL2 decoding mode; reset the whole struct before preparing it. (#9622)
* core: Decode when in HCL2 decoding mode; reset the whole struct before preparing it.
* HCL2: add path variables + docs & tests

Co-authored-by: Megan Marsh <[email protected]>
2020-07-23 09:25:07 +02:00
Megan Marsh ec5a2b87af Merge pull request #9619 from piggona/master
builder/tencent: add key source_image_name to get source image by name when creating image.#9548
2020-07-22 10:29:30 -07:00
Chris Chilvers 67494ff45b update IAP docs to include WinRM 2020-07-22 17:34:45 +01:00
Megan Marsh 6e7618ca1a Merge pull request #9608 from hashicorp/amazon-inline-docs-hcl
add tabs to generated docs from access_config and run_config structs
2020-07-21 16:34:49 -07:00
Megan Marsh eb27023e4c add HCL and artifice examples to vagrant postprocessor docs (#9606) 2020-07-21 11:30:11 +02:00
Megan Marsh 91775b8875 update docstring (#9617) 2020-07-21 11:28:01 +02:00
piggona 485b2b3bd5 run make generate 2020-07-21 11:03:50 +08:00
Megan Marsh 6077a9174a Merge pull request #9607 from hashicorp/amazon_hcl_docs
Amazon hcl docs
2020-07-20 18:11:51 -07:00
Megan MarshandAdrien Delorme 3897865f3f Update website/pages/docs/builders/amazon/ebs.mdx
Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 18:02:31 -07:00
Megan MarshandAdrien Delorme 6bb23eeb0e Update website/pages/docs/builders/amazon/index.mdx
Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 17:59:22 -07:00
Megan MarshandAdrien Delorme f389f1eebc Update website/pages/docs/builders/amazon/chroot.mdx
Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 17:58:05 -07:00
Megan MarshandAdrien Delorme faa7bc0dc1 Update website/pages/docs/builders/amazon/ebs.mdx
Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 17:57:52 -07:00
Megan MarshandAdrien Delorme 4a8f6c118e Update website/pages/docs/builders/amazon/chroot.mdx
Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 17:57:11 -07:00
Megan MarshandAdrien Delorme e811967a72 Update website/pages/docs/builders/amazon/chroot.mdx
Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 17:56:41 -07:00
Megan MarshandAdrien Delorme 36da3374f3 Docs: Add HCL examples to docker-import postprocessor docs (#9604)
* add hcl to docker-import postprocessor docs

* Update website/pages/docs/post-processors/docker-import.mdx

Co-authored-by: Adrien Delorme <[email protected]>
2020-07-20 16:57:48 +02:00
Megan Marsh 6439ebff22 docs: Add HCL2 code examples to shell-local provisioner and post-processor. (#9602)
* get start on shell-local postprocessor

* HCL2 tabs for shell-local pp

* shell local provisoner hcl examples
2020-07-20 16:55:56 +02:00
Adrien Delorme 810f161d22 builder/amazon/common/block_device.go: replace tabs with words 2020-07-20 16:34:13 +02:00
Adrien Delorme 966b17d2b5 builder/amazon/common/access_config.go: replace tabs with words 2020-07-20 16:31:23 +02:00
Adrien Delorme 5c4901c2c2 builder/amazon/common/run_config.go: replace tabs with words 2020-07-20 16:28:14 +02:00
Adrien Delorme 1455a29f2b remove tabs for security_group_filter too 2020-07-20 16:24:47 +02:00
Adrien Delorme 191094edcc better disable_stop_instance docs 2020-07-20 16:21:43 +02:00
Adrien Delorme fd6be7f279 better/simpler pause_before_connecting example 2020-07-20 16:03:40 +02:00
Megan Marsh 530f5e3f63 more additions to partials 2020-07-17 15:52:11 -07:00
Megan Marsh f245ff4e34 add hcl example for session manager 2020-07-17 15:28:33 -07:00
Megan Marsh a1651977b3 add tabs to generated docs from access_config and run_config structs 2020-07-17 15:10:55 -07:00
Megan Marsh 19089bd074 upate standalone docs examples in amazon index file 2020-07-17 13:59:51 -07:00
Megan Marsh 51bc7da964 add hcl examples to all standalone code examples in the amazon-chroot page 2020-07-17 13:32:09 -07:00
Megan Marsh 0bb4bf92da validate and hcl examples to all standalone examples in the EBS docs 2020-07-17 12:59:27 -07:00
Megan Marsh 0883e185a2 Merge pull request #9594 from GennadySpb/yndx-image-min-disk-size
yandex: Add new property 'min_disk_size' of built image
2020-07-17 09:31:48 -07:00
Megan Marsh e6130afce6 Merge pull request #9601 from GennadySpb/yndx-import-pp-url-input
yandex-import: support work with URL from yandex-export pp
2020-07-17 09:11:25 -07:00
Megan Marsh 9f34241b5c Merge pull request #9597 from romantomjak/multiqueue-net-option
builder/proxmox: add support for multiple NIC packet queues
2020-07-17 09:07:04 -07:00
Gennady Lipenkov 29a6687475 Separate workflow for file on disk and prepared URL 2020-07-17 01:09:49 +03:00
Gennady Lipenkov 5c8186d08c Tiny update yandex-export PP doc 2020-07-17 00:58:19 +03:00
Roman Tomjak b0d8f69bda tweak docs 2020-07-16 18:03:46 +01:00
Roman Tomjak adf1e29459 update docs 2020-07-16 17:36:18 +01:00
Gennady Lipenkov 03a0bf26f2 Rename config key name 2020-07-16 17:29:45 +03:00
Gennady Lipenkov 9c565a97c0 Add new property 'min_disk_size' of built image 2020-07-16 17:10:22 +03:00
Megan Marsh c0270c9f19 Merge pull request #9587 from romantomjak/disable-kvm-flag
Add option to disable KVM hardware virtualization in proxmox builder
2020-07-15 15:23:09 -07:00
Roman Tomjak ebdf1c3d53 update proxmox docs to include disable_kvm flag 2020-07-15 18:51:36 +01:00
Megan Marsh 8bb2cb44c0 rename launch timeout to launch wait 2020-07-15 10:24:55 -07:00
Megan Marsh 6e9eaa1edd generate code 2020-07-15 10:20:50 -07:00
Megan Marsh cf5537d5d2 Merge pull request #9565 from mk0x9/docker/builder-add-runner-params
builder/docker: runner support for --cap-add, --cap-drop, --tmpfs, --device
2020-07-15 10:16:13 -07:00