From 011a0373f5b543e3610ef11be7a2df8c7b6e2ed5 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Tue, 7 Jan 2020 15:29:11 +0100 Subject: [PATCH] Add flag to indicate if a bundled JDK is available 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 d66b4b3..1583e91 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 = 13 # list of JDK major versions that are used to run Elasticsearch runtime.jdk = 13,12,11 +runtime.jdk.bundled = true