Alexandre NICOLAIE
a338dab8fc
docs: add Scaleway documentation
...
Signed-off-by: Alexandre NICOLAIE <alexandre.nicolaie@gmail.com>
2019-07-24 21:25:17 +02:00
John-Paul Robinson
c428154c6d
Document instance_floating_ip_net attribute
...
This attribute selects a preferred network on which to associate the
instance floating ip.
2019-07-23 16:41:44 -05:00
Megan Marsh
2934e0c621
Merge pull request #7893 from StefanScherer/inspec-input-file
...
Use inspec --input-file instead of --attrs to avoid deprecation warning
2019-07-22 12:34:10 -07:00
Megan Marsh
54a7b4f377
update comments and docs
2019-07-22 11:54:42 -07:00
y-kuno
6305c555df
Add openstack image min_disk option
2019-07-22 11:44:34 -07:00
Stefan Scherer
35dae5791c
Use --input-file instead of --attrs.
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2019-07-22 10:17:01 +02:00
Marin Salinas
653bf24211
website: add block_device attributes documentation in bsusurrogate
2019-07-18 09:39:08 -07:00
Marin Salinas
a28ea324a0
website: fix some naming mistakes on the example configurations
2019-07-18 09:39:08 -07:00
Marin Salinas
a152ca272e
website: add outscale bsuvolume website documentation
2019-07-18 09:39:08 -07:00
Marin Salinas
0fe9971843
website: add outscale chroot website documentation
2019-07-18 09:39:08 -07:00
Marin Salinas
46afe22f8b
website: add bsusurrogate website documentation
2019-07-18 09:39:08 -07:00
Marin Salinas
6b3da118fb
website: add outscale bsu builder webite documentation
2019-07-18 09:39:08 -07:00
Megan Marsh
e658a50880
refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step.
...
fix race condition caused by variable declaration outside of loop
2019-07-18 09:39:06 -07:00
Megan Marsh
6b1a407e2a
Merge pull request #7870 from hashicorp/fix_7673
...
Fix bugs in region encryption, copy, skipping logic
2019-07-17 14:07:37 -07:00
Megan Marsh
54d2ad5028
refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step.
...
fix race condition caused by variable declaration outside of loop
2019-07-17 11:30:20 -07:00
Megan Marsh
2d02ea209d
Merge pull request #7836 from 70k10/vncpassword
...
QEMU builder - implement VNC password functionality
2019-07-16 16:37:49 -07:00
Jayson Cofell
7f5fd4851e
QEMU: Remove QMPEnable and depend upon VNC password usage for QMP enablement.
2019-07-16 08:56:22 -06:00
Ron Gorodetzky
18e841b568
minor grammar fix and rewrapping
2019-07-11 23:02:11 -07:00
hbdgr
7f5f9f0856
digitalocean.html.md : snapshot_timeout
2019-07-04 16:29:05 +02:00
Jayson Cofell
5c5943b8ba
Add VNC Password support to QEMU builder
2019-07-03 18:38:56 -06:00
Jayson Cofell
afe9ba2869
QEMU: Initial QMP support
2019-07-03 18:33:59 -06:00
Megan Marsh
4adf265b67
Merge pull request #7822 from exoscale/feature/exoscale/post-processor
...
Add Exoscale Import post-processor
2019-07-03 14:01:35 -07:00
Marc Falzon
e265a1f8eb
Update website/source/docs/post-processors/exoscale-import.html.md
...
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
2019-07-03 09:39:23 +02:00
Marc Falzon
d82c4f0057
fixup! fixup! fixup! fixup! Add Exoscale Import post-processor
2019-07-03 09:28:42 +02:00
Megan Marsh
5ee943a2bf
Merge pull request #7781 from hashicorp/fix_7710
...
document httpip in virtualbox builder
2019-07-02 10:37:06 -07:00
Megan Marsh
62120c5c0b
Merge pull request #7813 from hashicorp/stop_calculating_spot_bids
...
stop calculating spot bids
2019-07-02 10:35:45 -07:00
Megan Marsh
486bdcce9d
Merge pull request #7815 from zqfan/tencent-data-disks
...
feature: support data disks for tencentcloud builder
2019-07-01 13:39:11 -07:00
Megan Marsh
c979cad579
add a fixer and update docs for spot_price_auto_product
2019-07-01 13:01:41 -07:00
Marc Falzon
00c2df24df
Add Exoscale Import post-processor
...
This change adds a new `exoscale-import` post-processor allowing users
to create Private Templates on Exoscale.
2019-07-01 08:40:26 +02:00
phils
700e747cb9
Fix IAM permissions for spot based on changes in 7682
2019-07-01 00:51:34 +10:00
ZhiQiang Fan
7235a4a775
feature: support data disks for tencentcloud builder
...
Data disk is an important feature for instances and images, this
patch implements the basic functionality of it. More work needs
to be done to make it friendly to users. Docs has pointed out
current limitation.
Also update dependencies because this feature requires new code in
tencentcloud go sdk.
2019-06-30 00:05:38 +08:00
Megan Marsh
9dd871120a
Merge pull request #7810 from zqfan/tencent-add-run-tags
...
feature: add run_tags to instance in tencentcloud builder
2019-06-28 14:39:52 -07:00
Megan Marsh
1d1ff4ebc9
Merge pull request #7775 from shawnmssu/feature/ucloud_builder
...
Packer plugin support UCloud
2019-06-28 10:28:37 -07:00
ZhiQiang Fan
310a40f8fe
feature: add run_tags to instance in tencentcloud builder
...
Instance tags are useful, our customer asks us to support it in packer as
well, to enable them to identify the purpose of the instance, even the
instance runs in a very short time.
2019-06-28 23:18:41 +08:00
mingsheng.su
19933e83d3
Update docs of ucloud-uhost about note
2019-06-28 13:58:30 +08:00
mingsheng.su
863a80a29f
Update website/source/docs/builders/ucloud-uhost.html.md
...
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
2019-06-28 12:05:46 +08:00
Megan Marsh
b565075813
Merge pull request #7791 from 70k10/qemuadddisks
...
Add additional disk support for QEMU builder.
2019-06-26 12:47:05 -07:00
mingsheng.su
6109ad79a3
Merge branch 'master' into feature/ucloud_builder
2019-06-26 10:09:28 +08:00
Megan Marsh
bed0938b6c
Merge pull request #7782 from hashicorp/fix_7758
...
Allow user to override vagrant ssh-config details
2019-06-25 09:18:24 -07:00
mingsheng.su
b5d2f2b83a
update docs of ucloud-uhost
2019-06-25 11:18:15 +08:00
Jayson Cofell
c9b693080a
Add additional disk support for QEMU builder.
2019-06-24 17:35:06 -06:00
Megan Marsh
3a55437f4e
Merge pull request #7790 from hashicorp/fix_7748
...
clarify pathing requirements for hyperv-vmcx
2019-06-24 11:36:49 -07:00
Megan Marsh
29bff0975f
clarify pathing requirements for hyperv-vmcx
2019-06-24 10:56:32 -07:00
Megan Marsh
1eef03c36b
Merge pull request #7778 from amydutta/master
...
Publish Managed Images to Azure Shared Image Gallery (same Subscription)
2019-06-24 10:43:00 -07:00
Megan Marsh
87300df368
docs
2019-06-21 16:32:35 -07:00
Megan Marsh
b3d4d03a3a
document httpip in virtualbox builder
2019-06-21 11:31:57 -07:00
Megan Marsh
757bd4bed9
Merge pull request #7759 from hashicorp/do_7199
...
add skip_save_build_region flag to fix naming conflicts when building…
2019-06-21 11:19:31 -07:00
Amrita Dutta
e96458e8bd
Merge branch 'master' of https://github.com/amydutta/packer
2019-06-21 03:43:31 +00:00
Adrien Delorme
67d96d5103
openstack: document using partials from struct conf
2019-06-20 15:28:27 +02:00
Adrien Delorme
4a61dc3670
vmware: document using partials
2019-06-20 15:28:27 +02:00
Adrien Delorme
d344cbab8e
virtualbox: fixup communication docs a bit
2019-06-20 12:22:26 +02:00
mingsheng.su
44838592b4
update docs
2019-06-20 16:07:57 +08:00
Josh Soref
b174258c57
regularize indentation
2019-06-19 13:12:40 -04:00
Adrien Delorme
b1ca1bfd04
Document the virtualbox-ovf builder using partials
2019-06-19 17:37:52 +02:00
Adrien Delorme
735b34e01f
Document the virtualbox-iso builder using partials
2019-06-19 17:37:22 +02:00
Adrien Delorme
74f0d56cfc
virtualbox merge vbpx manage configs
2019-06-19 17:07:23 +02:00
Adrien Delorme
01eff9472a
virtualbox: merge ExportOpts and ExportConfig structs
2019-06-19 16:35:15 +02:00
Adrien Delorme
d4c400aa71
qemu: add missing fields and put the specific config fields on top
2019-06-19 16:34:57 +02:00
mingsheng.su
7804a52dd2
ucloud packer review
2019-06-19 21:32:33 +08:00
Adrien Delorme
433c40d72d
make block device example less specific
2019-06-19 12:10:08 +02:00
Adrien Delorme
8cea5d409a
doc ebsvolume builder using partials
2019-06-19 12:02:12 +02:00
Adrien Delorme
aeb898d598
document amazon-instance builder with partials
2019-06-19 11:09:00 +02:00
Amrita Dutta
76dbf4fb3b
Remove subscription id from SIG destination input
2019-06-19 06:10:18 +00:00
Adrien Delorme
c54879717b
document ebssurrogate with partials
2019-06-18 18:00:49 +02:00
Adrien Delorme
9f4c8fb321
document ebs builder using partials
2019-06-18 17:41:50 +02:00
Adrien Delorme
a476ab79d7
document chroot builder using partials
2019-06-18 17:26:36 +02:00
mingsheng.su
d1b9ad90c8
Merge remote-tracking branch 'origin' into feature/ucloud_builder
2019-06-18 18:17:19 +08:00
mingsheng.su
00ae304919
update docs && examples
2019-06-18 17:54:07 +08:00
Megan Marsh
d460b9afd4
add docs for skip_save_build_region
2019-06-17 14:48:58 -07:00
Adrien Delorme
9b75c0af3d
WIP VB
2019-06-17 16:42:49 +02:00
Adrien Delorme
7a60990825
alicloud: use partials
2019-06-14 15:56:05 +02:00
Adrien Delorme
daa9f9d34e
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
2019-06-14 15:17:56 +02:00
Adrien Delorme
065fee86a8
fix more urls
2019-06-14 15:08:59 +02:00
Adrien Delorme
6fcf581e3e
remove all generated doc files before generating it again
...
in order to remove files that should be
2019-06-14 14:58:58 +02:00
wrolisonaflac
d8b91cd7a5
Update ncloud.html.md
...
Fixed blog link at cloudwindows
2019-06-14 07:54:00 -04:00
Adrien Delorme
425ad1c67e
generate Shutdown command docs from strutc & use in hyperv
2019-06-14 12:43:31 +02:00
Adrien Delorme
2dc300c02e
hyperv-iso: use partial docs
2019-06-14 12:17:28 +02:00
Adrien Delorme
24fad50b00
hyperv-iso: document boot config, http & floppy from partials
2019-06-14 12:17:27 +02:00
Adrien Delorme
3bb8c92902
qemu: document boot command from struct
2019-06-14 12:17:27 +02:00
Adrien Delorme
b48d22b43b
qemu: document FloppyConfig from struct
2019-06-14 11:52:38 +02:00
Adrien Delorme
3b66cac617
document HTTPConfig from struct
2019-06-14 11:52:38 +02:00
Adrien Delorme
76f50619b1
builder/qemu/builder.go: Document from Config file
2019-06-14 11:52:38 +02:00
mingsheng.su
787485f66f
add validate project_id
2019-06-14 14:50:46 +08:00
bozhi.ch
b3277698f6
let product API determine the default value of io_optimized
2019-06-14 11:49:42 +08:00
mingsheng.su
156d31f933
update acc test
2019-06-13 18:38:07 +08:00
mingsheng.su
c8bab9b382
add ucloud packer
2019-06-13 15:16:49 +08:00
Adrien Delorme
f4d5842b72
generate all header docs
2019-06-12 16:33:18 +02:00
Adrien Delorme
38b9bb1097
use autogenerated templates for iso config docs
2019-06-12 16:32:24 +02:00
Adrien Delorme
349c3ef74b
cmd/struct-markdown: also generate docs from header comments of a struct
...
& generate it for ISOConfig
2019-06-12 16:25:08 +02:00
Adrien Delorme
dbfadc0eea
generate struct markdown from common/iso_config.go
2019-06-12 16:02:49 +02:00
Adrien Delorme
a3e3c313a9
docs: use partials in googlecompute after master merge
2019-06-12 15:18:39 +02:00
Adrien Delorme
82525e4d20
use parials in yandex docs after master merge
2019-06-12 14:49:28 +02:00
Adrien Delorme
6e3dc1aa9a
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
2019-06-12 14:28:11 +02:00
Adrien Delorme
2eef6a1492
Merge pull request #7726 from hashicorp/packer-interpolate
...
Packer console
2019-06-12 11:00:11 +02:00
tangjunjie119
6a7f23c401
Updated the translation
2019-06-12 14:53:00 +08:00
mingsheng.su
612d7a8d57
add ucloud packer docs
2019-06-11 20:02:00 +08:00
Gennady Lipenkov
3ac82de00c
Update doc for yandex builder
2019-06-11 12:30:01 +03:00
Megan Marsh
435bda05a7
clean up docs
2019-06-06 15:02:22 -07:00
Megan Marsh
2b8fe72e30
add to sidebar nav
2019-06-06 14:31:02 -07:00
Megan Marsh
bc5a48327d
fix copypasta
2019-06-06 14:30:09 -07:00
Megan Marsh
668e92f2ca
add docs and the option to list variables from inside the console
2019-06-06 14:26:12 -07: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
4ae10f08b2
docs: generate builders partials from struct comments
2019-06-06 17:34: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
e71e36af3b
Update azure.html.md
...
add dashes where needed
2019-06-05 16:41:20 +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
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
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
Brian Fox
9368269034
Add missing "vagrant package" parameters to documentation
2019-06-02 21:01:52 +02:00
Brian Fox
365f44d1c3
Spelling
2019-06-02 21:01:28 +02:00
Adrien Delorme
a145804795
Merge pull request #7597 from oseiberts11/add-openstack-image-properties
...
Add image filtering on properties.
2019-05-31 11:03:56 +02:00
Megan Marsh
1204213516
Merge pull request #7678 from hashicorp/docker_windows_defaults
...
builder/docker: better windows defaults
2019-05-24 11:19:32 -07:00
Megan Marsh
6f560bef0a
Merge pull request #7653 from aaronwalker/chef_license_acceptance
...
adds support for accepting the chef license
2019-05-24 11:12:09 -07:00
Megan Marsh
708165eaa8
refactoring step_run_spot_instance and swapping out the calls to create a spot instance with a call to create a spot fleet of one, so that we can be more flexible with the instance type when desired
2019-05-24 09:32:54 -07:00
Dexter Lakin
873db48391
Fix typo and update ubuntu image version
...
The old url is no longer available, user `cpu should be `cpus
2019-05-24 16:22:13 +01:00
Aaron Walker
c1141c849f
update docs
2019-05-24 16:29:18 +02:00
Adrien Delorme
68a3be9f90
document execution_policy for powershell
2019-05-23 17:39:02 +02:00
Adrien Delorme
2da36b7374
builder/docker: default container dir to "c:/packer-files" on windows
2019-05-22 16:55:26 +02:00
Tony
b72a55a3fb
Update virtualbox-iso.html.md.erb
...
remove cpus/memory flags due to their property implementation, add vram for example
2019-05-20 10:09:45 -04:00
Megan Marsh
3222f361ce
add partials
2019-05-17 14:33:06 -07:00
Megan Marsh
657308c232
update volume_type docs and move ami_block_device_mappings into partials so that we don't have to keep it updated in four places. Two partials so that we can properly alphabetize the kms_key_id property only available in chroot
2019-05-17 13:48:49 -07:00
Aaron Walker
dfc5e5cf94
adds support for accepting the chef license
2019-05-17 17:19:22 +02:00
Adrien Delorme
4eecc7a580
document alias keys usage
...
refactor kms_key_id doc into the same partial
2019-05-14 12:29:28 +02:00
Megan Marsh
73d4d89ee8
fix website formatting
2019-05-10 11:12:11 -07:00
Megan Marsh
1062295ecd
add omit_from_artifact option for ebssurragote launch_block_devices
2019-05-10 11:12:11 -07:00
Megan Marsh
ada6b97126
document vault client env vars
2019-05-09 13:42:48 -07:00
Megan Marsh
02c9f24531
allow user to set architecture
2019-05-07 16:38:55 -07:00
Megan Marsh
d2bb42a9ba
Merge pull request #7616 from howlowck/patch-1
...
Fixed typo in documentation
2019-05-07 16:05:19 -07:00
Megan Marsh
fdae14bc18
Merge pull request #7551 from krzyszko/gcp_encryption_key
...
Googlecompute builder image encryption support
2019-05-07 15:59:59 -07:00
Hao Luo
98ea8b272f
removed the other count
2019-05-07 12:44:49 -05:00