aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default/mso-topology-config
diff options
context:
space:
mode:
authorpiclose <pc457b@intl.att.com>2017-02-01 16:18:30 +0100
committerpiclose <pc457b@intl.att.com>2017-02-01 16:19:06 +0100
commit03f2362649b5bcf83d7e6e5359abf18b6810f16b (patch)
tree2107611be86508add699e6ed33e912221795f25f /templates/default/mso-topology-config
parentdd8e6f97fe382311d40487749b8706f4f3ae9f94 (diff)
Initial OpenECOMP MSO mso-config cookbook commit
Change-Id: I57dfeb7fb8fceea14e1d1394f51009af141dd6a1 Signed-off-by: piclose <pc457b@intl.att.com>
Diffstat (limited to 'templates/default/mso-topology-config')
-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"] %>