summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TESTING.asciidoc6
-rw-r--r--buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy2
2 files changed, 4 insertions, 4 deletions
diff --git a/TESTING.asciidoc b/TESTING.asciidoc
index 216100c07d..f8a54abee8 100644
--- a/TESTING.asciidoc
+++ b/TESTING.asciidoc
@@ -350,7 +350,7 @@ These are the linux flavors the Vagrantfile currently supports:
* debian-8 aka jessie, the current debian stable distribution
* centos-6
* centos-7
-* fedora-24
+* fedora-25
* oel-6 aka Oracle Enterprise Linux 6
* oel-7 aka Oracle Enterprise Linux 7
* sles-12
@@ -436,13 +436,13 @@ vagrantUbuntu1604#up.
Once up, you can then connect to the VM using SSH from the elasticsearch directory:
-------------------------------------------------
-vagrant ssh fedora-24
+vagrant ssh fedora-25
-------------------------------------------------
Or from another directory:
-------------------------------------------------
-VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-24
+VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-25
-------------------------------------------------
Note: Starting vagrant VM outside of the elasticsearch folder requires to
diff --git a/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy b/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy
index 2fb047e930..d314258766 100644
--- a/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy
+++ b/buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant/VagrantTestPlugin.groovy
@@ -17,7 +17,7 @@ class VagrantTestPlugin implements Plugin<Project> {
'centos-6',
'centos-7',
'debian-8',
- 'fedora-24',
+ 'fedora-25',
'oel-6',
'oel-7',
'opensuse-13',