summaryrefslogtreecommitdiff
path: root/qa/vagrant
diff options
context:
space:
mode:
authorJames Baiera <james.baiera@gmail.com>2017-06-02 16:26:11 -0400
committerGitHub <noreply@github.com>2017-06-02 16:26:11 -0400
commit4ed0abe72d79c2cf6f29b375f376be8c045c91f4 (patch)
tree27398f81bf7f077a24dcc19984e15e1830ea7bff /qa/vagrant
parente024c67561c547b5194d00ea5e5f518a1a96fe63 (diff)
Sense for VirtualBox and $HOME when deciding to turn on vagrant testing. (#24636)
We're using Vagrant in more places now than before. This commit includes a plugin that verifies the Vagrant and Virtualbox installations for projects that depend on them. This shared code should fix up the errors we've seen from CI builds relating to the new Kerberos fixture.
Diffstat (limited to 'qa/vagrant')
-rw-r--r--qa/vagrant/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/vagrant/build.gradle b/qa/vagrant/build.gradle
index 52b6b2e511..40fc399818 100644
--- a/qa/vagrant/build.gradle
+++ b/qa/vagrant/build.gradle
@@ -17,6 +17,7 @@
* under the License.
*/
+apply plugin: 'elasticsearch.vagrantsupport'
apply plugin: 'elasticsearch.vagrant'
List<String> plugins = []