aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyao Huang <10112215@zte.com.cn>2017-10-31 22:53:34 +0800
committerZhuoyao Huang <10112215@zte.com.cn>2017-10-31 22:53:34 +0800
commit4eb2fc5d3c9a7ec97fcb344e1848ed3b1acf4fdd (patch)
treebd989cfbdaa87565353acd68742a6910cf91d178
parent21c2115825f1fa051e23c546af23241c9860d432 (diff)
SDNC ip and port in case for MSB timeout
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>
-rw-r--r--attributes/topology.rb2
-rw-r--r--templates/default/mso-topology-config/topology.properties4
2 files changed, 5 insertions, 1 deletions
diff --git a/attributes/topology.rb b/attributes/topology.rb
index afcd7ef..c724068 100644
--- a/attributes/topology.rb
+++ b/attributes/topology.rb
@@ -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"
diff --git a/templates/default/mso-topology-config/topology.properties b/templates/default/mso-topology-config/topology.properties
index c055797..1080e9b 100644
--- a/templates/default/mso-topology-config/topology.properties
+++ b/templates/default/mso-topology-config/topology.properties
@@ -17,4 +17,6 @@ apih-nodehealthcheck-urn=<%= @var["apih-nodehealthcheck-urn"] %>
jra-nodehealthcheck-urn=<%= @var["jra-nodehealthcheck-urn"] %>
camunda-nodehealthcheck-urn=<%= @var["camunda-nodehealthcheck-urn"] %>
msb-ip=<%= @var["msb-server-ip"] %>
-msb-port=<%= @var["msb-server-port"] %> \ No newline at end of file
+msb-port=<%= @var["msb-server-port"] %>
+sdnc-ip=<%= @var["sdnc-server-ip"] %>
+sdnc-port=<%= @var["sdnc-server-port"] %> \ No newline at end of file