From c033cdce906efc3b6ccd1d2f45544af47e328ed4 Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Tue, 24 Apr 2018 13:59:00 +0300 Subject: Add cluster resiliance support Add configuration support for CS/ES cluster and add truststore default files to support ssl connection Change-Id: Icc2831704e8a3c55ce9b380a39001891ce8d41ab Issue-ID: SDC-1254 Signed-off-by: Areli, Fuss (af732p) --- sdc-os-chef/environments/Template.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sdc-os-chef/environments') diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index 9073f2c562..dae0860861 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -35,12 +35,16 @@ "fqdn": ["10.0.11.1", "10.0.11.1"] }, "Nodes": { - "CS": "yyy", + "CS": [ + "yyy" + ], "BE": "yyy", "ONBOARDING_BE": "yyy", "FE": "yyy", - "ES": "yyy", - "KB": "yyy" + "ES": [ + "yyy" + ], + "KB": "yyy" }, "Plugins": { "DCAE": { -- cgit 1.2.3-korg