summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/resources/config/mso/topology.properties
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-04-17 22:24:19 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-17 22:24:19 +0000
commitef5004bd2145fdff8d529af84e499b5109fffd93 (patch)
tree51c2da9345dee63950c30caa2289c13a285afb69 /kubernetes/so/resources/config/mso/topology.properties
parent88b15e05a15b70bfbb934111e5572193a45adbb8 (diff)
parentcaf4a50032aba277ec9df4df41115a9e1b631178 (diff)
Merge "Fix SO Healthcheck"
Diffstat (limited to 'kubernetes/so/resources/config/mso/topology.properties')
-rw-r--r--kubernetes/so/resources/config/mso/topology.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/kubernetes/so/resources/config/mso/topology.properties b/kubernetes/so/resources/config/mso/topology.properties
new file mode 100644
index 0000000000..833129e15b
--- /dev/null
+++ b/kubernetes/so/resources/config/mso/topology.properties
@@ -0,0 +1,22 @@
+# This is the topology used by the global healthcheck
+apih-load-balancer=http://{{.Values.service.name}}:{{.Values.service.internalPort}}/
+jra-load-balancer=http://{{.Values.service.name}}:{{.Values.service.internalPort}}/
+camunda-load-balancer=http://{{.Values.service.name}}:{{.Values.service.internalPort}}/
+
+# will be used as entry in DB to say SITE OFF/ON for healthcheck
+site-name=mso-docker
+
+server-port={{.Values.service.internalPort}}
+ssl-enable=false
+
+apih-healthcheck-urn=/ecomp/mso/infra/healthcheck,/asdc/healthcheck,/dbadapters/healthcheck
+jra-healthcheck-urn=/networks/rest/healthcheck,/adapters/rest/healthcheck,/vnfs/rest/healthcheck,/tenants/rest/healthcheck
+camunda-healthcheck-urn=/mso/healthcheck
+
+apih-nodehealthcheck-urn=/ecomp/mso/infra/nodehealthcheck
+jra-nodehealthcheck-urn=/adapters/rest/nodehealthcheck
+camunda-nodehealthcheck-urn=/mso/nodehealthcheck
+msb-ip={{.Values.config.msb.serviceName}}
+msb-port={{.Values.config.msb.port}}
+sdnc-ip={{.Values.config.sdnc.serviceName}}
+sdnc-port={{.Values.config.sdnc.port}}