SDNC ip and port in case for MSB timeout 11/21511/1
authorZhuoyao Huang <10112215@zte.com.cn>
Tue, 31 Oct 2017 14:53:34 +0000 (22:53 +0800)
committerZhuoyao Huang <10112215@zte.com.cn>
Tue, 31 Oct 2017 14:53:34 +0000 (22:53 +0800)
if take out the SDNC ip and port setting here, MSB will effected

Change-Id: Ifa38c19003e37e6f63dec601ed5bcdb6c4c050f5
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
attributes/topology.rb
templates/default/mso-topology-config/topology.properties

index afcd7ef..c724068 100644 (file)
@@ -11,6 +11,8 @@ 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"]["sdnc-server-ip"] = "172.30.3.38"
+node.default["mso-config"]["topology"]["sdnc-server-port"] = "8282"
 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 c055797..1080e9b 100644 (file)
@@ -17,4 +17,6 @@ apih-nodehealthcheck-urn=<%= @var["apih-nodehealthcheck-urn"] %>
 jra-nodehealthcheck-urn=<%= @var["jra-nodehealthcheck-urn"] %>\r
 camunda-nodehealthcheck-urn=<%= @var["camunda-nodehealthcheck-urn"] %>\r
 msb-ip=<%= @var["msb-server-ip"] %>\r
-msb-port=<%= @var["msb-server-port"] %>
\ No newline at end of file
+msb-port=<%= @var["msb-server-port"] %>\r
+sdnc-ip=<%= @var["sdnc-server-ip"] %>\r
+sdnc-port=<%= @var["sdnc-server-port"] %>
\ No newline at end of file