@@ -351,8 +351,8 @@ These are the linux flavors the Vagrantfile currently supports:
351351* debian-9 aka stretch, the current debian stable distribution
352352* centos-6
353353* centos-7
354- * fedora-25
355354* fedora-26
355+ * fedora-27
356356* oel-6 aka Oracle Enterprise Linux 6
357357* oel-7 aka Oracle Enterprise Linux 7
358358* sles-12
@@ -428,23 +428,23 @@ sudo -E bats $BATS_TESTS/*.bats
428428You can also use Gradle to prepare the test environment and then starts a single VM:
429429
430430-------------------------------------------------
431- gradle vagrantFedora25 #up
431+ gradle vagrantFedora27 #up
432432-------------------------------------------------
433433
434434Or any of vagrantCentos6#up, vagrantCentos7#up, vagrantDebian8#up,
435- vagrantFedora25 #up, vagrantOel6 #up, vagrantOel7 #up, vagrantOpensuse13 #up,
436- vagrantSles12#up, vagrantUbuntu1404#up, vagrantUbuntu1604#up.
435+ vagrantDebian9 #up, vagrantFedora26 #up, vagrantFedora27 #up, vagrantOel6#up, vagrantOel7 #up,
436+ vagrantOpensuse42#up, vagrantSles12#up, vagrantUbuntu1404#up, vagrantUbuntu1604#up.
437437
438438Once up, you can then connect to the VM using SSH from the elasticsearch directory:
439439
440440-------------------------------------------------
441- vagrant ssh fedora-25
441+ vagrant ssh fedora-27
442442-------------------------------------------------
443443
444444Or from another directory:
445445
446446-------------------------------------------------
447- VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-25
447+ VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-27
448448-------------------------------------------------
449449
450450Note: Starting vagrant VM outside of the elasticsearch folder requires to
0 commit comments