From 7efb78faa3ebfc6adf093344dcfe1ef82c8e118b Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Tue, 7 Jan 2020 15:33:01 +0100 Subject: [PATCH] Add flag to indicate if a bundled JDK is available (#37) With this commit we add a new variable that indicates whether a distribution contains a bundled JDK. This can be used in the future by Rally for various decisions whether it requires a user-provided JDK on the system. --- cars/v1/vanilla/config.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/cars/v1/vanilla/config.ini b/cars/v1/vanilla/config.ini index 39a8665..29a43dc 100644 --- a/cars/v1/vanilla/config.ini +++ b/cars/v1/vanilla/config.ini @@ -8,3 +8,4 @@ docker_image=docker.elastic.co/elasticsearch/elasticsearch-oss build.jdk = 10 # list of JDK major versions that are used to run Elasticsearch runtime.jdk = 11,10,9,8 +runtime.jdk.bundled = false