Support for configuration per node and multiple nodes per server
This commit is contained in:
parent
0c6f326bed
commit
d19297adda
30 changed files with 818 additions and 88 deletions
|
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
java_debian: "openjdk-7-jre-headless"
|
||||
java_rhel: "java-1.8.0-openjdk.x86_64"
|
||||
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
||||
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
||||
pid_dir: "/var/run/elasticsearch"
|
||||
|
||||
#Needed to provide default directories
|
||||
default_data_dir: "/var/lib/elasticsearch"
|
||||
default_log_dir: "/var/log/elasticsearch"
|
||||
default_work_dir: "/tmp/elasticsearch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue