Add MSB IP Config 09/21109/1
authorc00149107 <chenchuanyu@huawei.com>
Sat, 28 Oct 2017 02:59:36 +0000 (10:59 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Sat, 28 Oct 2017 02:59:36 +0000 (10:59 +0800)
Add MSB IP Conifg

Change-Id: I69d7e4d3b45cb6d2bbbe3e956296ee88f263b748
Issue-ID:SO-280
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
attributes/topology.rb
templates/default/mso-topology-config/topology.properties

index 609ce86..afcd7ef 100644 (file)
@@ -9,7 +9,8 @@ node.default["mso-config"]["topology"]["camunda-load-balancer"] = URI.join(node[
 node.default["mso-config"]["topology"]["site-name"] = node.chef_environment
 node.default["mso-config"]["topology"]["server-port"] = "8080"
 node.default["mso-config"]["topology"]["ssl-enable"] = "false"
-
+node.default["mso-config"]["topology"]["msb-server-ip"] = "127.0.0.1"
+node.default["mso-config"]["topology"]["msb-server-port"] = "8080"
 node.default["mso-config"]["topology"]["apih-healthcheck-urn"] = "/ecomp/mso/infra/healthcheck,/asdc/healthcheck,/dbadapters/healthcheck"
 node.default["mso-config"]["topology"]["jra-healthcheck-urn"] = "/networks/rest/healthcheck,/adapters/rest/healthcheck,/vnfs/rest/healthcheck,/tenants/rest/healthcheck"
 node.default["mso-config"]["topology"]["camunda-healthcheck-urn"] = "/mso/healthcheck,/mso/common/healthcheck"
index 2b79394..c055797 100644 (file)
@@ -16,5 +16,5 @@ camunda-healthcheck-urn=<%= @var["camunda-healthcheck-urn"] %>
 apih-nodehealthcheck-urn=<%= @var["apih-nodehealthcheck-urn"] %>\r
 jra-nodehealthcheck-urn=<%= @var["jra-nodehealthcheck-urn"] %>\r
 camunda-nodehealthcheck-urn=<%= @var["camunda-nodehealthcheck-urn"] %>\r
-msb-ip=10.229.32.131\r
-msb-port=8099
\ No newline at end of file
+msb-ip=<%= @var["msb-server-ip"] %>\r
+msb-port=<%= @var["msb-server-port"] %>
\ No newline at end of file