Megan Marsh
|
e3257ba088
|
Merge pull request #8192 from hashicorp/fix_7904
use a unique temp dir for each build to prevent concurrent builds fro…
|
2019-10-04 09:39:03 -07:00 |
Adrien Delorme
|
3a4079f97a
|
yandex: use clean_resource_name too
|
2019-10-04 11:31:33 +02:00 |
Adrien Delorme
|
d4600a7716
|
fix go imports
|
2019-10-04 11:19:45 +02:00 |
Megan Marsh
|
0026792d2f
|
remove clean_ami_name and clean_image_name; complete the deprecation for these functions in favor of clean_resource_name
|
2019-10-03 15:49:01 -07:00 |
Megan Marsh
|
de8e8557ae
|
make config dir if it doens't exist.
|
2019-10-03 15:16:27 -07:00 |
Megan Marsh
|
7f040dfed8
|
update tests
|
2019-10-03 15:06:01 -07:00 |
Megan Marsh
|
7c41244e15
|
use a unique temp dir for each build to prevent concurrent builds from stomping on each other
|
2019-10-03 14:50:53 -07:00 |
Megan Marsh
|
f685931cde
|
Merge pull request #8176 from winklerm/issue5575
Fix Issue 5575 - OpenStack builder should warn instead of fail on terminate if instance is already shut down
|
2019-10-03 09:41:47 -07:00 |
Megan Marsh
|
e16fb19bfc
|
don't abort on a single error if another availability zone was able to create the instance
|
2019-10-02 14:17:00 -07:00 |
Marek Winkler
|
0bd256326f
|
builder/openstack: Fix interface conversion panic when attempting to find a volume when not using volumes
|
2019-10-02 22:16:18 +02:00 |
Megan Marsh
|
c138edcbe1
|
Merge pull request #8177 from alrs/virtualbox-builder-dropped-error
builder/virtualbox/vm: fix dropped error
|
2019-10-02 13:00:39 -07:00 |
Marek Winkler
|
7e6f58f699
|
builder/openstack: fix issue 5575 - support shutdown by Sysprep
|
2019-10-02 21:07:41 +02:00 |
Lars Lehtonen
|
4a3a011310
|
builder/virtualbox/vm: fix dropped error
|
2019-10-01 15:54:28 -07:00 |
Megan Marsh
|
19a9d7149f
|
fix structs and regenerate partials
|
2019-10-01 13:36:55 -07:00 |
Kevin Faulkner
|
1ecfa032ba
|
Qemu builder disk size as a string
|
2019-10-01 13:27:02 -07:00 |
Megan Marsh
|
dfaded3f80
|
Merge pull request #8172 from neumayer/definedtags
Support defined tags for oci builder
|
2019-10-01 12:26:16 -07:00 |
Lars Lehtonen
|
ad860bf1a8
|
builder: remove deprecated context usage
|
2019-09-30 11:33:53 -07:00 |
Robert Neumayer
|
7dd579f630
|
Remove commented code
|
2019-09-30 12:17:47 +02:00 |
Adrien Delorme
|
a6c8440150
|
Merge pull request #7862 from carlpett/proxmox-pool-support
Allow running the template VM in a Proxmox resource pool
|
2019-09-30 12:09:52 +02:00 |
Calle Pettersson
|
8a443a7e21
|
Allow running the template VM in a Proxmox resource pool
|
2019-09-29 19:28:21 +02:00 |
Lars Lehtonen
|
2b795053b4
|
builder/vmware: fix dropped test errors
|
2019-09-27 16:05:12 -07:00 |
Megan Marsh
|
f4dca172e3
|
Merge pull request #8155 from hashicorp/on_error_script
error cleanup provisioner
|
2019-09-27 14:08:45 -07:00 |
Megan Marsh
|
eccf0fb51d
|
update docs
|
2019-09-27 09:51:18 -07:00 |
Megan Marsh
|
e047b97bf7
|
Merge pull request #8162 from hashicorp/fix_8154
make sure amazon builders respect ssh_host option
|
2019-09-27 09:34:49 -07:00 |
Megan Marsh
|
ac6e7a4800
|
updates tests to validate that ssh_host value supplied in the template overrides all else
|
2019-09-27 09:19:23 -07:00 |
Robert Neumayer
|
70b2d300e6
|
Support defined tags for oci builder
|
2019-09-27 15:10:04 +02:00 |
Adrien Delorme
|
941dc394f0
|
Update step_run_spot_instance.go
|
2019-09-27 13:04:52 +02:00 |
Adrien Delorme
|
d049284120
|
Update builder/amazon/common/step_run_spot_instance.go
remove unused code that might induce errors
|
2019-09-27 13:00:53 +02:00 |
Adrien Delorme
|
07e97e26de
|
step_run_source_instance.go: make sure we use the right ShouldRetry error
|
2019-09-27 12:57:55 +02:00 |
Megan Marsh
|
c722009159
|
we only need one describeInstances call, not 3, and it should be wrapped in a retry
|
2019-09-26 15:47:01 -07:00 |
Megan Marsh
|
e47059aaca
|
put retry around describeinstances call in amazon
|
2019-09-26 14:49:28 -07:00 |
Megan Marsh
|
31bb1e818f
|
fix tests
|
2019-09-26 13:02:11 -07:00 |
Megan Marsh
|
0cbd3ff0f3
|
make sure amazon builders respect ssh_host option
|
2019-09-26 12:30:04 -07:00 |
Paul Meyer
|
698c9c44d4
|
Merge pull request #8121 from paulmey/clientconfig
[azure] Refactor client config
|
2019-09-26 10:49:13 -07:00 |
Megan Marsh
|
72d393c95a
|
update docs to show a use case for block device mappings
|
2019-09-25 16:48:04 -07:00 |
Megan Marsh
|
0683bc409b
|
add test for error-cleanup provisioner, and fix tests by fixing null builder to use an actual none communicator instead of skipping communicator generation altogether
|
2019-09-25 13:39:09 -07:00 |
Paul Meyer
|
c72a612b44
|
Re-added tests for FillParamters
|
2019-09-25 20:33:38 +00:00 |
Paul Meyer
|
094a8840d8
|
Improve comments for FillParameters
|
2019-09-25 20:33:38 +00:00 |
Paul Meyer
|
feeae1514e
|
Refactor client config
|
2019-09-25 20:33:38 +00:00 |
Megan Marsh
|
e5e864c624
|
Merge pull request #8143 from hashicorp/google_vault_oauth
Google vault oauth
|
2019-09-25 10:12:29 -07:00 |
Gennady Lipenkov
|
d070b4868a
|
Wrap values with backticks
Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
|
2019-09-25 16:04:45 +03:00 |
Gennady Lipenkov
|
00e4e0c7a7
|
Add description of field in config struct
Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
|
2019-09-25 14:31:27 +03:00 |
Megan Marsh
|
3c14c50aba
|
Allow user to real oauth token from properly configured Vault instance
|
2019-09-23 13:26:03 -07:00 |
Megan Marsh
|
2a662b451c
|
Merge pull request #8142 from yandex-cloud/yandex-add-retries
Add retries to Yandex builder
|
2019-09-23 12:23:47 -07:00 |
Megan Marsh
|
c24693372d
|
Merge pull request #8132 from scienty/support_floppy_vmx_esxi
Support floppy_files for vmx on esxi
|
2019-09-23 12:20:49 -07:00 |
Gennady Lipenkov
|
fceaa9ccf9
|
Add retries to Yandex builder
Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
|
2019-09-23 21:03:17 +03:00 |
Megan Marsh
|
f0461da1a1
|
Merge pull request #7724 from hashicorp/scrape_doc_to_builder_struct_config
Generate builder documentation markdown from structs.
|
2019-09-20 16:50:39 -07:00 |
Adrien Delorme
|
4fb05e5bc4
|
fix test
|
2019-09-20 15:28:43 +02:00 |
Adrien Delorme
|
792f61a4ad
|
fmt
|
2019-09-20 15:18:48 +02:00 |
Adrien Delorme
|
55f1c734d0
|
fix alicloud docs a little
|
2019-09-20 15:10:02 +02:00 |