|
@@ -73,8 +73,6 @@ class ClusterConfiguration {
|
|
return tmpFile.exists()
|
|
return tmpFile.exists()
|
|
}
|
|
}
|
|
|
|
|
|
- Map<String, String> esSettings = new HashMap<>();
|
|
|
|
-
|
|
|
|
Map<String, String> systemProperties = new HashMap<>()
|
|
Map<String, String> systemProperties = new HashMap<>()
|
|
|
|
|
|
Map<String, String> settings = new HashMap<>()
|
|
Map<String, String> settings = new HashMap<>()
|
|
@@ -88,11 +86,6 @@ class ClusterConfiguration {
|
|
|
|
|
|
LinkedHashMap<String, Object[]> setupCommands = new LinkedHashMap<>()
|
|
LinkedHashMap<String, Object[]> setupCommands = new LinkedHashMap<>()
|
|
|
|
|
|
- @Input
|
|
|
|
- void esSetting(String setting, String value) {
|
|
|
|
- esSettings.put(setting, value);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Input
|
|
@Input
|
|
void systemProperty(String property, String value) {
|
|
void systemProperty(String property, String value) {
|
|
systemProperties.put(property, value)
|
|
systemProperties.put(property, value)
|