commit | c120666439c6eee238e31a01ee9de91d1fa821f8 | [log] [tgz] |
---|---|---|
author | Yuli Shlosberg <ys9693@att.com> | Tue Feb 27 10:38:48 2018 +0200 |
committer | Yuli Shlosberg <ys9693@att.com> | Tue Feb 27 10:39:13 2018 +0200 |
tree | a904c794b42779ad2f292eb82f9e774adddfffd2 | |
parent | e74faa5a396139e34678ff73f60c6038201ca409 [diff] [blame] |
ES OOM alignment Change-Id: I2f9321dcd9603cbb38d840efe9dc46fb0772e785 Issue-ID: SDC-915 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
diff --git a/sdc-os-chef/sdc-elasticsearch/chef-solo/roles/elasticsearch.json b/sdc-os-chef/sdc-elasticsearch/chef-solo/roles/elasticsearch.json index 239c1cd..8e11b22 100644 --- a/sdc-os-chef/sdc-elasticsearch/chef-solo/roles/elasticsearch.json +++ b/sdc-os-chef/sdc-elasticsearch/chef-solo/roles/elasticsearch.json
@@ -11,7 +11,8 @@ "chef_type": "role", "run_list": [ "recipe[sdc-elasticsearch::ES_1_setup_elasticsearch]", - "recipe[sdc-elasticsearch::ES_2_setup_logging]" + "recipe[sdc-elasticsearch::ES_2_setup_logging]", + "recipe[sdc-elasticsearch::ES_3_prepareProbeFile]" ], "env_run_lists": { }