10887 Commits

Author SHA1 Message Date
Megan Marsh
9573013d3a
Merge pull request #6872 from aspectcapital/disable-ena-support
Add support to explicitly disable ENA support
2018-10-19 10:54:38 -07:00
Megan Marsh
8eed944d35
Merge pull request #6881 from hashicorp/fix_6880
add explanation of ui message types
2018-10-19 10:32:57 -07:00
Megan Marsh
9fe27c225b
Merge pull request #6703 from shield-9/wait_volume
OpenStack: wait for volume availability when cleaning up
2018-10-19 10:25:51 -07:00
Megan Marsh
31bbf19082 clean up 2018-10-19 10:15:12 -07:00
Megan Marsh
4e7a0fd09f add version types 2018-10-19 10:13:30 -07:00
Megan Marsh
3c73e07afa add explanation of ui message types 2018-10-19 10:03:50 -07:00
Matt Dainty
feb8067c7d Convert ena_support to a pointer
This means it now has three states, `true`, `false`, & `nil`. The
default state is now `nil` which does nothing instead of `false` which
now will explicitly disable ENA support instead of just not enabling it.
2018-10-19 12:40:43 +01:00
Matt Dainty
556e26c093 Update docs regarding disabling ENA support 2018-10-19 12:40:43 +01:00
Megan Marsh
207b4f2915 update changelog 2018-10-18 16:43:19 -07:00
Megan Marsh
f752fef8e7
Merge pull request #6879 from rotorcowboy/master
Remove json specifier from doc code block
2018-10-18 15:28:11 -07:00
Kevin Hicks
03f8680c3c
Remove json specifier from doc code block 2018-10-18 16:53:57 -05:00
Megan Marsh
57f87f58b9
Merge pull request #6374 from rickard-von-essen/aws-filters
builder/amazon: Add suppport for vpc_filter, subnet_filter, and security_group_filter
2018-10-18 14:34:02 -07:00
Megan Marsh
3175dcdf81
Merge pull request #6807 from dev-rowbot/qemu-net-device-6804
Fix for #6804 - KVM/QEMU Network "has no peer"
2018-10-18 14:09:22 -07:00
Megan Marsh
c5b6eff691
Merge pull request #6871 from LKaemmerling/master
Add hcloud builder
2018-10-18 11:13:16 -07:00
Lukas Kämmerling
e4a670d2a2 Remove Debug Message 2018-10-18 10:29:06 +02:00
Adrien Delorme
29d041ea8a
Merge pull request #6858 from hashicorp/tests_race_detector
test with race detection enabled + fix race on progressbar
2018-10-18 09:48:03 +02:00
Lukas Kämmerling
bad1b95a49 Unify steps, fix some typos 2018-10-18 08:03:04 +02:00
Megan Marsh
fd89d4f020
Merge pull request #6827 from skish/qemuDiskZero
builder/qemu add drive detect-zeroes option
2018-10-17 19:12:38 -07:00
Megan Marsh
2266514408
Merge pull request #6843 from gmmephisto/pr-master-aws-security-group
aws: wait for temporary security group before authorize rules
2018-10-17 14:08:49 -07:00
Megan Marsh
e7d3a30c0e
Merge pull request #6865 from hashicorp/fix_6862
Fix 6862
2018-10-17 13:07:29 -07:00
Mikhail Ushanov
00c96fc400 aws: use IpPermissions for authorizing temporary security group
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-17 22:00:25 +03:00
Mikhail Ushanov
b316be51cd aws: wait for temporary security group before authorizing
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-17 22:00:24 +03:00
Megan Marsh
b0cfecf314 remove unnecessary valid flag 2018-10-17 11:03:31 -07:00
Adrien Delorme
37e52b86bf
Merge pull request #6825 from phillipsj/update-azure-setup
Updated azure setup for new Azure CLI.
2018-10-17 17:03:39 +02:00
Matt Dainty
9e0fae9db3 Add support to explicitly disable ENA support
If `ena_support` is set to false then it previously didn't do anything
whereas now it will explicitly disable ENA support.

Fixes #6852
2018-10-17 14:58:07 +01:00
Adrien Delorme
24a723fb60
fix typo 2018-10-17 15:35:29 +02:00
Adrien Delorme
10d328906f
Merge pull request #6845 from gmmephisto/pr-master-device-name
aws: add validation for device_name parameter
2018-10-17 15:32:10 +02:00
Adrien Delorme
540ab3365a
Merge pull request #6864 from hashicorp/update_ffi
update ffi for security fix
2018-10-17 14:31:09 +02:00
Adrien Delorme
abd8fbd699 travis-ci: allow failures on windows 2018-10-17 13:44:27 +02:00
Adrien Delorme
33f96b4303 revert appveyor skips as windows builds are pretty unstable 2018-10-17 13:38:53 +02:00
Lukas Kämmerling
16453173db Remove notes from template and fix some whitespace issues 2018-10-17 13:37:48 +02:00
Adrien Delorme
410bee0666 make TestStepShutdown_shutdownDelay less strict on schedule 2018-10-17 12:49:38 +02:00
Lukas Kämmerling
270110767c
Add hcloud Builder 2018-10-17 12:15:47 +02:00
Adrien Delorme
af3b818de0 TestBuilderPrepare_ISOChecksumType: set config["switch_name"] = "switch" to avoid using builder.detectSwitchName which can lock down in CI mode 2018-10-17 12:09:24 +02:00
Adrien Delorme
5fe672d7c4 travis windows now has mingw by default 2018-10-17 11:42:51 +02:00
Adrien Delorme
4d466a0ba7 .travis.yml: remove GOMAXPROCS setting 2018-10-17 11:21:46 +02:00
Adrien Delorme
0237956e66 builder/virtualbox/common/step_shutdown_test.go: compare durations instead of floats & ouput duration 2018-10-17 11:19:57 +02:00
Adrien Delorme
16f1b7e88c .travis.yml: don't limit to 2 CPUs
* this might fix a timeout
2018-10-17 10:55:14 +02:00
Adrien Delorme
ec4326c6fc .travis.yml: break lines in windows settings 2018-10-17 10:46:42 +02:00
Adrien Delorme
1ca21499c6 Revert "make builder/hyperv/vmcx/builder_test.go invisible to windows"
This reverts commit e692dee2d8f3a734916eede0c2a4973f384b430c.
2018-10-17 10:21:53 +02:00
Adrien Delorme
b80a0fed42 make builder/parallels/common/output_config_test.go invisible to windows 2018-10-17 09:59:13 +02:00
Adrien Delorme
e692dee2d8 make builder/hyperv/vmcx/builder_test.go invisible to windows 2018-10-17 09:57:42 +02:00
Megan Marsh
d4767845f0 fix tests 2018-10-16 15:01:13 -07:00
Megan Marsh
7c3f0aa3b2 make sure region validation catches authentication errors 2018-10-16 14:17:30 -07:00
Megan Marsh
79cfbdd2e7 update ffi for security fix 2018-10-16 13:45:28 -07:00
Mikhail Ushanov
a01eb656ad website: fix volume_type names formatting
for consistent docs pages

Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-16 21:37:48 +03:00
Mikhail Ushanov
e8e0810f14 website: update device_name parameter description
Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-16 21:37:48 +03:00
Mikhail Ushanov
ee133482b4 aws: add validation for device_name parameter
cause it's required in block-device-mapping.

Signed-off-by: Mikhail Ushanov <gm.mephisto@gmail.com>
2018-10-16 21:37:48 +03:00
Megan Marsh
50b0dd6381
Merge pull request #6861 from hashicorp/qemu_example
removed guarantee of a working template from qemu docs
2018-10-16 10:19:50 -07:00
Megan Marsh
dd77a4242c removed guarantee of a working template from qemu docs 2018-10-16 10:14:44 -07:00