From 4eb2fc5d3c9a7ec97fcb344e1848ed3b1acf4fdd Mon Sep 17 00:00:00 2001 From: Zhuoyao Huang <10112215@zte.com.cn> Date: Tue, 31 Oct 2017 22:53:34 +0800 Subject: 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> --- attributes/topology.rb | 2 ++ templates/default/mso-topology-config/topology.properties | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg