diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-05-10 14:23:05 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-05-10 14:24:39 +0000 |
commit | 4cd76a6ee6d441389d486851d01432ea5bd5318b (patch) | |
tree | 062e7cd35d3f9bb6f0ef82ca0e4a604a0391f999 /kubernetes/so/resources/config/mso/topology.properties | |
parent | 449453a416e12f6ccac7375f9f114fa49bc37121 (diff) |
removing obsolete configmaps from SO
The presence of these disrupts the SO boot process resulting in
the misconfiguration found by the defect
Issue-ID: OOM-1052
Change-Id: I527698c6ccbdd42b3435ca33dc97cb09da7afd97
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/so/resources/config/mso/topology.properties')
-rw-r--r-- | kubernetes/so/resources/config/mso/topology.properties | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kubernetes/so/resources/config/mso/topology.properties b/kubernetes/so/resources/config/mso/topology.properties deleted file mode 100644 index 833129e15b..0000000000 --- a/kubernetes/so/resources/config/mso/topology.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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}} |