From 53d69be6f2485d0b37d4791a2d6eb278b69a7297 Mon Sep 17 00:00:00 2001 From: c00149107 Date: Sat, 28 Oct 2017 10:59:36 +0800 Subject: Add MSB IP Config Add MSB IP Conifg Change-Id: I69d7e4d3b45cb6d2bbbe3e956296ee88f263b748 Issue-ID:SO-280 Signed-off-by: c00149107 --- templates/default/mso-topology-config/topology.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/default/mso-topology-config/topology.properties b/templates/default/mso-topology-config/topology.properties index 2b79394..c055797 100644 --- a/templates/default/mso-topology-config/topology.properties +++ b/templates/default/mso-topology-config/topology.properties @@ -16,5 +16,5 @@ camunda-healthcheck-urn=<%= @var["camunda-healthcheck-urn"] %> apih-nodehealthcheck-urn=<%= @var["apih-nodehealthcheck-urn"] %> jra-nodehealthcheck-urn=<%= @var["jra-nodehealthcheck-urn"] %> camunda-nodehealthcheck-urn=<%= @var["camunda-nodehealthcheck-urn"] %> -msb-ip=10.229.32.131 -msb-port=8099 \ No newline at end of file +msb-ip=<%= @var["msb-server-ip"] %> +msb-port=<%= @var["msb-server-port"] %> \ No newline at end of file -- cgit 1.2.3-korg