From c175a0de2f05d37c1c774684318a525eb96bb59b Mon Sep 17 00:00:00 2001 From: Avi Ziv Date: Thu, 15 Mar 2018 13:21:44 +0200 Subject: Create on boarding docker Add BE and Cassandra init docker images Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd Issue-ID: SDC-781 Signed-off-by: Michael Lando --- sdc-os-chef/environments/Template.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'sdc-os-chef/environments') diff --git a/sdc-os-chef/environments/Template.json b/sdc-os-chef/environments/Template.json index 7eb7376ed4..9073f2c562 100644 --- a/sdc-os-chef/environments/Template.json +++ b/sdc-os-chef/environments/Template.json @@ -11,6 +11,7 @@ "disableHttp": false, "CS_VIP": "yyy", "BE_VIP": "yyy", + "ONBOARDING_BE_VIP": "yyy", "FE_VIP": "yyy", "ES_VIP": "yyy", "KB_VIP": "yyy", @@ -34,11 +35,12 @@ "fqdn": ["10.0.11.1", "10.0.11.1"] }, "Nodes": { - "CS": "yyy", - "BE": "yyy", - "FE": "yyy", - "ES": "yyy", - "KB": "yyy" + "CS": "yyy", + "BE": "yyy", + "ONBOARDING_BE": "yyy", + "FE": "yyy", + "ES": "yyy", + "KB": "yyy" }, "Plugins": { "DCAE": { @@ -64,6 +66,10 @@ "http_port": "8080", "https_port": "8443" }, + "ONBOARDING_BE": { + "http_port": "8081", + "https_port": "8445" + }, "elasticsearch": { "cluster_name": "SDC-ES-", "ES_path_home": "/usr/share/elasticsearch", -- cgit 1.2.3-korg