diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-10-28 11:01:13 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-10-28 11:01:13 +0800 |
commit | 1f2fec526369e87ed890555dd7c67cee55043fa6 (patch) | |
tree | afcdbf6452df6e969a938873a4cdd31471937714 /volumes | |
parent | 12ab8a6302202dc917c5b091dffc5972f7e18167 (diff) |
Add MSB IP Config
Add MSB IP Config
Change-Id: Ie3dd34694756201db593b47ec8962ef02efd1dce
Issue-ID:SO-280
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'volumes')
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 6 |
1 files changed, 5 insertions, 1 deletions
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", |