Commit Graph

4529 Commits (d0dd6e4bab1b7d45e4d8ff9d5ddeef970dff8099)

Author SHA1 Message Date
Adrien Delorme 4d4bd38afa
Merge pull request #8087 from hashicorp/fix_8048
7 years ago
Megan Marsh fc6a4fd5d8
Merge pull request #8021 from hashicorp/fix_7959
7 years ago
Megan Marsh 9503802814 adding ctx makes the cancel channel redundant
7 years ago
Megan Marsh 4b497006b3 add retry wrapper to query so it handles rate limiting
7 years ago
allinwait 171c2a9a07 add the floppy label option
7 years ago
Adrien Delorme 2e58b807de
Merge pull request #8096 from onematchfox/virtualbox-snapshot
7 years ago
Adrien Delorme 1d0cf1db98
Merge pull request #8092 from milescrabill/fix-vagrant-builder-stepup
7 years ago
Brian Fox 5b6dcb0c94 fix(virtualbox) LoadSnapshots should succeed even if VM has no snapshots
7 years ago
lonegunman 0de807cce0 make ucloud builder's base url configurable
7 years ago
Miles Crabill e6d2a97e12
s/destory/destroy
7 years ago
Miles Crabill 7850bf8bc5
use GlobalID where provided, add test for `vagrant up` args generation
7 years ago
Gennady Lipenkov 524b822e11 Support GPU instances, allow set source image by name
7 years ago
Adrien Delorme 350aa54274 Update step_shutdown_test.go
7 years ago
Adrien Delorme de9bb26f62
Merge branch 'master' into fix_7959
7 years ago
Adrien Delorme e730e9f3ce
Merge pull request #8051 from DanHam/aws-vol-tags
7 years ago
Calle Pettersson b467bb22a3 Shorten default boot_key_interval to 5ms from 100ms
7 years ago
Adrien Delorme dad3ae1535
Merge pull request #8084 from carlpett/check-disk-format-set
7 years ago
Adrien Delorme 78bfda582f
Merge pull request #8083 from carlpett/bump-proxmox-api-dep
7 years ago
Calle Pettersson 10ad38fcbd Check that disk format is set when pool type requires it
7 years ago
Calle Pettersson df41b56d9a Change MonitorCmd/sendkeys to Sendkey
7 years ago
Calle Pettersson 8c2c1a82cb Bump proxmox-api-go dependency
7 years ago
Adrien Delorme a5b899770e
Merge pull request #8077 from marinsalinas/master
7 years ago
Marin Salinas 640612da92 refactor: get ssh hot from nics instead of root of the vm
7 years ago
Marin Salinas 793b3f1990 chore: remove unused code in omi config
7 years ago
Marin Salinas 7d024b9725 change ui message to private ip in run source vm
7 years ago
Calle Pettersson 0813c5bdb4 Check for StateCancelled
7 years ago
Adrien Delorme c4c88d3768 debug template id
7 years ago
Adrien Delorme d113dd12c1 fix panic in proxmox builder
7 years ago
DanHam bbeb1a3528
Delete any `run_volume_tags` applied to EBS volumes at instance creation
7 years ago
DanHam 61b1605a85
More accurate error description; Add comments; Add output
7 years ago
DanHam 430d41fbf9
Add option to enable tagging of the running instances volumes
7 years ago
DanHam 30070ffb30
Sort fields and options alphabetically
7 years ago
Adrien Delorme c475eb57ef
Merge pull request #8047 from hashicorp/avoid_panic_when_token_in_azure_builder
7 years ago
Lars Lehtonen b6eadb419a builder/qemu: Fix dropped error
7 years ago
Adrien Delorme 86cee5cbef
Merge pull request #8034 from cove/retry-describe-instances
7 years ago
Adrien Delorme f11341c0b4 azure builder: avoid a panic in getObjectIdFromToken
7 years ago
cove 87e0a3b5e7 add prevalidating AMI name retries so the build doesn't fail when throttled
7 years ago
Adrien Delorme 2efc94521b use trilean initializers in test where missing
7 years ago
Megan Marsh 6a895db9be converte block device encryption to trilean
7 years ago
Megan Marsh 1d9bba6fe3 change AMIEncryptBootVolume to trilean
7 years ago
Megan Marsh f7c8321a7e convert alicloud s.IOOptimized into trilean in code
7 years ago
Megan Marsh ecaec1ac58 swap out alicloud encryption *bools for trileans
7 years ago
Megan Marsh 1a6adadb89 convert EnableAMIENASupport to trilean in code
7 years ago
Megan Marsh 3c3f7f26ce implement custom data type "trilean" (tri-state-boolean) to track booleans which have a "null" or "unset" state. Previously we used *bool for these template options, but it turns out that those won't work because "unset" will evaluate to "false" if a user is using template variables to set the option that maps to a *bool.
7 years ago
Megan Marsh 04d9888657
Merge pull request #8016 from psinghal20/issue-8009
7 years ago
Pratyush Singhal dbb50337bc
fix: out of scope blockStorageClient nil value issue
7 years ago
Megan Marsh fcef7e2d85 this timeout regularly flakes on Travis, I suspect because the instances running the tests are brutally underpowered. Increase the fudge factor.
7 years ago
psinghal20 bbd71136dc
fix: move adding metadata step after waiting for uploading step
7 years ago
Megan Marsh 17d9a85895
Merge pull request #7945 from ahilsend/hcloud-image-filter
7 years ago
Megan Marsh b6fdccc2af
Merge pull request #7970 from williamb1024/master
7 years ago