From 1f2fec526369e87ed890555dd7c67cee55043fa6 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Sat, 28 Oct 2017 11:01:13 +0800 Subject: [PATCH] Add MSB IP Config Add MSB IP Config Change-Id: Ie3dd34694756201db593b47ec8962ef02efd1dce Issue-ID:SO-280 Signed-off-by: c00149107 --- volumes/mso/chef-config/mso-docker.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index 9b20fca..7177b24 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -6,7 +6,11 @@ "default_attributes": { "mso_config_path": "/etc/mso/config.d/", - + "mso-topology-config": + { + "msb-server-ip": "172.30.3.34", + "msb-server-port": "80" + }, "mso-api-handler-infra-config": { "bpelURL": "http://mso:8080", -- 2.16.6