From 7ced01a9f5e9e801e0239a02565214b4253dd824 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 1dfa354..1df04ad 100644 --- a/cars/v1/vanilla/config.ini +++ b/cars/v1/vanilla/config.ini @@ -8,3 +8,4 @@ docker_image=docker.elastic.co/elasticsearch/elasticsearch build.jdk = 8 # list of JDK major versions that are used to run Elasticsearch runtime.jdk = 8 +runtime.jdk.bundled = false