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 |
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 |
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 |
Adrien Delorme
|
849de792da
|
re-apply doc changes of master
|
2019-09-20 15:04:01 +02:00 |
Adrien Delorme
|
299544a4c7
|
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
|
2019-09-20 14:47:02 +02:00 |
Adrien Delorme
|
3fe9d52e3f
|
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
|
2019-09-20 11:15:44 +02:00 |
Prakash Sidaraddi
|
67be007f45
|
Support floppy_files for vmx on esxi
|
2019-09-20 00:23:28 +05:30 |
Megan Marsh
|
30f86bb778
|
fix ssh and package steps to use source syntax.
|
2019-09-18 13:15:49 -07:00 |
Megan Marsh
|
577a34b1c3
|
Merge pull request #8106 from shapeblue-br/master
[cloudstack builder] Detach iso option step
|
2019-09-17 10:15:09 -07:00 |
Megan Marsh
|
35357616e0
|
Merge pull request #8112 from milescrabill/packer-googlecompute-validate-imagename
googlecompute: fail fast when image name is invalid, replace unusable characters w/ -'s
|
2019-09-17 10:00:33 -07:00 |
Adrien Delorme
|
f779530715
|
Merge pull request #8102 from hashicorp/fix_8085
don't fall for nil pointer dereference in account file
|
2019-09-17 17:00:52 +02:00 |
Lars Lehtonen
|
c6212731ff
|
builder/vagrant: fix dropped errors in code and tests
|
2019-09-17 05:39:23 -07:00 |
Miles Crabill
|
2bff60bac8
|
address review feedback
|
2019-09-16 13:50:43 -07:00 |
Miles Crabill
|
328baced05
|
add some test cases for image names
|
2019-09-16 10:18:22 -07:00 |
Miles Crabill
|
c11a444f77
|
googlecompute: fail fast when image name is invalid, replace unusable characters w/ -'s
|
2019-09-16 10:10:41 -07:00 |
Lars Lehtonen
|
6c1ce2bd9a
|
builder/openstack: Fix dropped error
|
2019-09-16 06:26:56 -07:00 |
Adrien Delorme
|
4d4bd38afa
|
Merge pull request #8087 from hashicorp/fix_8048
add retry wrapper to query so it handles rate limiting
|
2019-09-16 10:25:12 +02:00 |
William Bianchini
|
d022c2194a
|
[cloudstack builder] Detach iso step
Detach iso file after loading image to cache, allowing OS to boot from
volume ater the installation
Add eject iso check and wait timeout
Closes #7235
|
2019-09-13 21:33:49 -03:00 |
Megan Marsh
|
a6e263adb6
|
don't fall for nil pointer dereference in account file
|
2019-09-13 16:37:19 -07:00 |
Megan Marsh
|
fc6a4fd5d8
|
Merge pull request #8021 from hashicorp/fix_7959
[WIP] implement custom data type "trilean" (tri-state-boolean) to track boo…
|
2019-09-13 14:42:27 -07:00 |
Megan Marsh
|
9503802814
|
adding ctx makes the cancel channel redundant
|
2019-09-13 14:32:13 -07:00 |
Megan Marsh
|
4b497006b3
|
add retry wrapper to query so it handles rate limiting
|
2019-09-13 14:32:13 -07:00 |
allinwait
|
171c2a9a07
|
add the floppy label option
|
2019-09-12 12:25:22 +00:00 |
Adrien Delorme
|
2e58b807de
|
Merge pull request #8096 from onematchfox/virtualbox-snapshot
fix(virtualbox-vm) LoadSnapshots should succeed even if machine has no snapshots
|
2019-09-12 13:18:46 +02:00 |
Adrien Delorme
|
1d0cf1db98
|
Merge pull request #8092 from milescrabill/fix-vagrant-builder-stepup
vagrant builder: use GlobalID where provided, add test for `vagrant up` args generation
|
2019-09-12 13:13:04 +02:00 |
Brian Fox
|
5b6dcb0c94
|
fix(virtualbox) LoadSnapshots should succeed even if VM has no snapshots
|
2019-09-12 10:51:12 +02:00 |
lonegunman
|
0de807cce0
|
make ucloud builder's base url configurable
|
2019-09-12 11:33:57 +08:00 |
Miles Crabill
|
e6d2a97e12
|
s/destory/destroy
|
2019-09-10 14:31:00 -07:00 |
Miles Crabill
|
7850bf8bc5
|
use GlobalID where provided, add test for `vagrant up` args generation
|
2019-09-10 10:46:16 -07:00 |
Gennady Lipenkov
|
524b822e11
|
Support GPU instances, allow set source image by name
Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
|
2019-09-10 17:52:42 +03:00 |
Adrien Delorme
|
597a3e323b
|
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
|
2019-09-10 13:20:07 +02:00 |
Adrien Delorme
|
350aa54274
|
Update step_shutdown_test.go
bump test duration
|
2019-09-10 13:07:30 +02:00 |