Commit Graph

4805 Commits (fe2aac695280b5efdf8b68d90a62d08b99fa72a3)

Author SHA1 Message Date
Megan Marsh 5692294a96 use absolute path for vagrantfile to avoid confusion with build directory later
6 years ago
Adrien Delorme 14243ce56a
Merge pull request #8305 from hashicorp/fix_8301
6 years ago
Adrien Delorme c935eb1435
Merge pull request #8308 from alrs/prune-dead-linode-func
6 years ago
Adrien Delorme a23801d4a9 builder.virtualbox.iso: document that EFI mode needs to be enabled for pcie/nvme to work too
6 years ago
Lars Lehtonen 9924d16fc3
builder/vmware/common: remove unused testHWConfig()
6 years ago
Lars Lehtonen 6eefe55e23
builder/vmware/iso: remove unused testState()
6 years ago
Lars Lehtonen af1e41793d
builder/linode: move commHost() out of orphaned ssh.go
6 years ago
Lars Lehtonen 9dad09b9d3
builder/linode: remove unused sshConfig() function and associated import
6 years ago
Megan Marsh fcb65ee422
Merge pull request #8307 from hashicorp/fix_8116
6 years ago
Megan Marsh e9e4c102e5 delete amazon import post-processor intermediary snapshots
6 years ago
Megan Marsh 974eba443a update docs to include warning about extension pack
6 years ago
Adrien Delorme b790776096 vbox iso: use NVMe Controller when the hard drive interface if pcie
6 years ago
Adrien Delorme 86e24df947
Merge pull request #8304 from alrs/remove-dead-openstack-test-function
6 years ago
Adrien Delorme 1b7ef252d2
Merge pull request #8303 from alrs/amazon-builder-cleanup
6 years ago
Megan Marsh 6f54468dd5 fix mocks
6 years ago
Megan Marsh 65ad3105b3 udpdate generated code
6 years ago
Megan Marsh 9343a23021 add driver calls to enable nvme controller
6 years ago
Megan Marsh d2867c47f0 allow nvme, since virtualbox 6.0 allows it
6 years ago
Lars Lehtonen b68c75ea3e
builder/openstack: remove dead testConfig() function
6 years ago
Lars Lehtonen d072079899
builder/amazon/common: remove dead test type and function mockEC2Conn_Modify_EBS.ModifyInstanceAttribute()
6 years ago
Lars Lehtonen 953be1603b
builder/amazon/common: remove dead test type and function mockEC2ConnSpot.DescribeSpotPriceHistory()
6 years ago
Lars Lehtonen 7a09f9c678
builder/amazon/common: remove dead test function fakeModifyEBSBackedInstanceState()
6 years ago
Lars Lehtonen 0a13b620d6
builder/amazon/common: remove dead test function StepModifyEBSBackedInstance_EnableAMIENASupport()
6 years ago
Lars Lehtonen c74df8b652
builder/amazon/common: remove dead test function getMockConnSpot()
6 years ago
Lars Lehtonen e5e2bfa83f
builder/amazon/common: remove nil check on slice, len() on nil slices is zero
6 years ago
Adrien Delorme 1efd86e809 Linode: remove unused StateTimeout field
6 years ago
Adrien Delorme 819329228a Change back to make sure all durations are a time.Duration
6 years ago
Adrien Delorme bf3d9841c6 Force durations to be passed a strings
6 years ago
Adrien Delorme ada9821897
Merge pull request #8294 from hashicorp/do_7974
6 years ago
Megan Marsh 2fa79c6086 fix tests
6 years ago
Megan Marsh 8f996cd4de update docs
6 years ago
Megan Marsh 3b3aa562ed add insert_key option for toggling whether to add Vagrant's insecure key
6 years ago
Megan Marsh 553ca2e15d
Merge pull request #8293 from alrs/fix-azure-chroot-dropped-err
6 years ago
Megan Marsh ca64cc1237
Merge pull request #8261 from shawnmssu/feature/ucloud_import
6 years ago
Lars Lehtonen 6862e3534f
builder/azure/chroot: fix dropped error
6 years ago
Megan Marsh 6191b9c8c6
Merge pull request #8288 from hashicorp/fix_8271
6 years ago
Megan Marsh d084cd1895 Update builder/amazon/common/ami_config.go
6 years ago
Adrien Delorme d915618819
Merge pull request #8289 from hashicorp/test_filter_builder
6 years ago
mingsheng.su 545575b879 optimize code about ufile config
6 years ago
mingsheng.su 37e898e115 optimize code style
6 years ago
mingsheng.su 9de1c42ad4 fix ucloud builder acctest
6 years ago
Megan Marsh a4f95c8e7d fux gebeaj
6 years ago
mingsheng.su 2c513fce64 update ucloud packer
6 years ago
mingsheng.su 61f9d3a9fe add ucloud import
6 years ago
Megan Marsh e9f02e44cb add test to catch this case
6 years ago
Megan Marsh 7cf47fc463 add some extra layers of validation to make sure that people don't trip over magical encrypt_boot settings later in the build
6 years ago
Andrey Kaipov 5da5b00e1c [builder/openstack] adds option to discover provisioning network
6 years ago
Adrien Delorme 8b6f1358fb
Merge pull request #8281 from alrs/fix-builder-oneandone-errors
6 years ago
Adrien Delorme b2b12d6b04
Merge pull request #8280 from blinohod/cloudstack-display-name
6 years ago
Megan Marsh e2283445f2 need to initialize variables scoped to the individual loop, because the address of k,v stay the same and that means we overwrite previous variables when assigning them to the struct directly.
6 years ago