diff options
author | xg353y <xg353y@intl.att.com> | 2017-04-10 15:54:08 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-04-10 15:54:35 +0200 |
commit | ac9461046f2a4a10058a9afd96b62ecda0459430 (patch) | |
tree | 9e1e4173549234f9fbaeba2f99dfcd835516bce6 /templates/default/mso-topology-config/topology.properties | |
parent | b203658fb53ac442812a1049772347a650060b0b (diff) |
[MSO-8] Commit 1702 changes
Update BPMN and SDNC related settings and add more parameter in topology recipe.
Change-Id: Icc712999725583bc51c6deb479826e5ee46291ed
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'templates/default/mso-topology-config/topology.properties')
-rw-r--r-- | templates/default/mso-topology-config/topology.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default/mso-topology-config/topology.properties b/templates/default/mso-topology-config/topology.properties index 46fbc92..a4f3331 100644 --- a/templates/default/mso-topology-config/topology.properties +++ b/templates/default/mso-topology-config/topology.properties @@ -15,3 +15,4 @@ 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"] %>
|