aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-topology-config/topology.properties
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/mso-topology-config/topology.properties')
-rw-r--r--templates/default/mso-topology-config/topology.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/default/mso-topology-config/topology.properties b/templates/default/mso-topology-config/topology.properties
new file mode 100644
index 0000000..46fbc92
--- /dev/null
+++ b/templates/default/mso-topology-config/topology.properties
@@ -0,0 +1,17 @@
+# This is the topology used by the global healthcheck
+apih-load-balancer=<%= @var["apih-load-balancer"] %>
+jra-load-balancer=<%= @var["jra-load-balancer"] %>
+camunda-load-balancer=<%= @var["camunda-load-balancer"] %>
+
+# will be used as entry in DB to say SITE OFF/ON for healthcheck
+site-name=<%= @var["site-name"] %>
+
+server-port=<%= @var["server-port"] %>
+ssl-enable=<%= @var["ssl-enable"] %>
+
+apih-healthcheck-urn=<%= @var["apih-healthcheck-urn"] %>
+jra-healthcheck-urn=<%= @var["jra-healthcheck-urn"] %>
+camunda-healthcheck-urn=<%= @var["camunda-healthcheck-urn"] %>
+
+apih-nodehealthcheck-urn=<%= @var["apih-nodehealthcheck-urn"] %>
+jra-nodehealthcheck-urn=<%= @var["jra-nodehealthcheck-urn"] %>