Robbert Müller
9f972375ed
Removed whitelist check for builders
...
Fixes https://github.com/hashicorp/packer/issues/8060
Signed-off-by: Robbert Müller <spam.me@grols.ch>
2019-09-04 18:34:39 +02:00
Adrien Delorme
ef9f9fe64a
Merge pull request #8067 from hashicorp/fix_8043
...
Fix panic in proxmox builder
2019-09-04 15:10:57 +02:00
Adrien Delorme
2b30e88360
Merge pull request #8068 from CallumDenby/patch-1
...
Remove incorrect troubleshooting information for Arch Linux
2019-09-04 15:07:10 +02:00
Adrien Delorme
71e58fcf75
Merge remote-tracking branch 'origin/master' into fix_8043
2019-09-04 15:05:16 +02:00
Adrien Delorme
55358175bf
Merge pull request #8054 from zaro0508/debugger-doc
...
Add doc about debugger setup
2019-09-04 15:00:30 +02:00
Adrien Delorme
f7bae6bdb0
Merge pull request #8070 from hashicorp/ fix_apache_thrift_broken_link_issue
...
fix broken git.apache.org/thrift.git link
2019-09-04 14:59:58 +02:00
Adrien Delorme
1151641424
fix broken git.apache.org/thrift.git link
2019-09-04 14:50:28 +02:00
Adrien Delorme
d4d19e8b08
Merge pull request #8069 from carlpett/patch-1
...
Add @carlpett on proxmox
2019-09-04 14:44:09 +02:00
Calle Pettersson
ad7b1131e2
Update CODEOWNERS
2019-09-04 14:42:15 +02:00
Calle Pettersson
4c0ff98d95
Add @carlpett on packer
2019-09-04 14:39:22 +02:00
Callum Denby
0f5924b054
Remove troubleshooting information for arch linux
...
The package for Packer in the arch linux repos now points to HashiCorp packer. https://www.archlinux.org/packages/community/x86_64/packer/
2019-09-04 13:37:41 +01:00
Adrien Delorme
c4c88d3768
debug template id
2019-09-04 14:29:45 +02:00
Adrien Delorme
d113dd12c1
fix panic in proxmox builder
2019-09-04 14:21:52 +02:00
Megan Marsh
5061c3eb73
update changelog
2019-09-03 11:34:46 -07:00
Megan Marsh
9f041216ba
Merge pull request #8017 from marcinbojko/master
...
hyper-v fix when management interface is not part of virtual switch
2019-09-03 11:15:51 -07:00
Khai Do
b442c0ad45
add debugging info to debugging page as well
2019-09-03 09:01:00 -07:00
Khai Do
ca61b443c5
Add doc about debugger setup
...
From discussion on packer mailing list about setting up a debugger
for packer:
https://groups.google.com/d/msg/packer-tool/sfmZootjHBU/OhtEh3YTBwAJ
2019-08-30 11:30:08 -07:00
DanHam
6b80075db0
Docs: Add `run_volume_tags` option to the ebsvolume docs
...
* Add note explaining temp override of `ebs_volumes` tags when the
instance is initially created
2019-08-30 14:30:25 +01:00
DanHam
bbeb1a3528
Delete any `run_volume_tags` applied to EBS volumes at instance creation
...
* Allows `run_volume_tags` to be set without requiring a major rewrite
of the (common) amazon builder code used to start an instance.
The common start up code tags the instance and *all attached volumes
at creation*. If `run_volume_tags` are set this means that any volumes
specified in `ebs_volumes` will *initially* be tagged with the
`run_volume_tags` rather than the tags set in the `ebs_volumes`
section
* Once the instance is reported to be 'ready' the step to tag the EBS
volumes is run. Once complete all volumes should have the tags
requested by the user:
* Volumes associated with the source instance should be tagged with
the tags set in `run_volume_tags` (if any)
* Each EBS volumes specified in the `ebs_volumes` section of the
template should only be tagged with its associated tags (if any)
2019-08-30 14:30:25 +01:00
DanHam
61b1605a85
More accurate error description; Add comments; Add output
2019-08-30 14:26:06 +01:00
DanHam
430d41fbf9
Add option to enable tagging of the running instances volumes
...
* Currently this results in *all* volumes attached to the instance
being tagged with the `run_volume_tags`. This includes any `ebs_volumes`
for which the user may have configured other tags.
* This issue will be addressed in a later commit
2019-08-30 14:16:29 +01:00
DanHam
30070ffb30
Sort fields and options alphabetically
2019-08-30 14:16:29 +01:00
DanHam
06b049987b
Docs: Formatting, fixes, nits, and improvements to the ebsvolume builder doc
...
* Fix or remove references to AMI creation copied in from other docs
* Remove unsupported `snapshot_users` and `snapshot_groups` options
2019-08-30 14:16:29 +01:00
DanHam
a418a22cae
Docs: Fix missing required option `ami_name` for ebssurrogate builder
2019-08-30 14:16:29 +01:00
Adrien Delorme
c475eb57ef
Merge pull request #8047 from hashicorp/avoid_panic_when_token_in_azure_builder
...
azure builder: avoid a panic in getObjectIdFromToken
2019-08-30 11:26:48 +02:00
Adrien Delorme
f152e6a2a2
Merge pull request #8050 from alrs/fix-qemu-dropped-error
...
builder/qemu: Fix dropped error
2019-08-29 14:50:43 +02:00
Lars Lehtonen
b6eadb419a
builder/qemu: Fix dropped error
2019-08-29 05:13:46 -07:00
Adrien Delorme
1b8673ddc9
Merge pull request #8040 from Shuliyey/doc/incorrect_documentation_in_alicloud-ecs_security_token
...
📝 incorrect documentation in `alicloud-ecs` builder, env for `security_token` should be `SECURITY_TOKEN` instead of `SecurityToken`
2019-08-29 10:52:41 +02:00
Adrien Delorme
86cee5cbef
Merge pull request #8034 from cove/retry-describe-instances
...
add AWS API call reties on AMI prevalidation
2019-08-29 10:48:54 +02:00
Adrien Delorme
f11341c0b4
azure builder: avoid a panic in getObjectIdFromToken
2019-08-29 10:34:59 +02:00
Adrien Delorme
4b1c766c76
Merge pull request #8045 from alrs/fix-provisioner-dropped-errors
...
Fix provisioner dropped errors
2019-08-28 10:20:46 +02:00
Adrien Delorme
4b02b6a5b8
Merge pull request #8046 from hashicorp/link_proxmox_builder_docs
...
link proxmox builder docs
2019-08-28 10:19:30 +02:00
Adrien Delorme
f89156fb83
link proxmox builder docs
...
fix #8044
2019-08-28 10:13:34 +02:00
cove
87e0a3b5e7
add prevalidating AMI name retries so the build doesn't fail when throttled
2019-08-27 18:00:08 -07:00
Lars Lehtonen
bd01d0d3c3
provisioner/inspec: Fix dropped error
2019-08-27 17:01:33 -07:00
Lars Lehtonen
b207752883
provisioner/ansible: Fix dropped error
2019-08-27 16:52:52 -07:00
Zeyu Ye
125c02e86a
📝 incorrect documentation in `alicloud-ecs` builder, env for `security_token` should be `SECURITY_TOKEN` instead of `SecurityToken`
2019-08-27 16:59:42 +10:00
Megan Marsh
04d9888657
Merge pull request #8016 from psinghal20/issue-8009
...
fix: move adding metadata step after waiting for uploading step
2019-08-22 11:24:37 -07:00
Megan Marsh
9245135ab0
Merge pull request #8026 from jdclouddevelopers/master
...
JDCloud - Added CODEOWNERS
2019-08-22 09:29:32 -07:00
Pratyush Singhal
dbb50337bc
fix: out of scope blockStorageClient nil value issue
...
Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
2019-08-22 20:50:46 +05:30
Adrien Delorme
83824c4831
Merge pull request #8024 from nfagerlund/aug19_nokogiri_update
...
website: Update middleman-hashicorp and Gemfile.lock
2019-08-22 14:49:43 +02:00
Adrien Delorme
6337735ac5
Merge pull request #8025 from hashicorp/fix_flaky_timeout_tset
...
Fix Travis timeouts
2019-08-22 14:47:49 +02:00
Adrien Delorme
100d564d03
Merge pull request #8027 from DanHam/vagrant-cloud-pp-allow-artifice-changes
...
Fix copy/paste errors in test output submitted in #8018
2019-08-22 14:46:39 +02:00
Adrien Delorme
6c44370e57
Merge pull request #8028 from tjanez/fix-galaxy_force_install-docs
...
Fix ansible provisioner docs for galaxy_force_install conf parameter
2019-08-22 14:44:34 +02:00
Tadej Janež
491c832f59
Fix ansible provisioner docs for galaxy_force_install conf parameter
2019-08-22 11:28:22 +02:00
DanHam
ca9b500e76
Fix test output: Correct copy/paste errors and make message clearer
2019-08-22 09:48:32 +01:00
Marcin Bojko
d4ff29f6c5
hyper-v fix when management interface is not part of virtual switch
...
2
formatting fix
2019-08-22 07:54:50 +02:00
xiaohan.liang
fc68c55ecc
Added myself to CODEOWNER
2019-08-22 10:17:23 +08:00
Megan Marsh
261cf74f1b
Merge pull request #8018 from DanHam/vagrant-cloud-pp-allow-artifice
...
Allow use of the Artifice post-processor with the Vagrant Cloud post-processor
2019-08-21 16:48:43 -07:00
Megan Marsh
fcef7e2d85
this timeout regularly flakes on Travis, I suspect because the instances running the tests are brutally underpowered. Increase the fudge factor.
2019-08-21 16:36:42 -07:00