aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChuanyu Chen <chenchuanyu@huawei.com>2017-11-02 01:54:58 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-02 01:54:58 +0000
commit58b44056e3acba24be1572a72f33ae9d283a82ec (patch)
tree8e38d8d56164804fe1e3569f76e52a0cec8fdc11 /templates
parent9e9520deb191808511e0515a185256e71802e096 (diff)
parent4eb2fc5d3c9a7ec97fcb344e1848ed3b1acf4fdd (diff)
Merge "SDNC ip and port in case for MSB timeout"
Diffstat (limited to 'templates')
-rw-r--r--templates/default/mso-topology-config/topology.properties4
1 files changed, 3 insertions, 1 deletions
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