From 425040c807f03eaae14b3c02708533f4f546d9c6 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 16 Mar 2021 14:12:46 +0100 Subject: Remove unused dcae-be healthcheck Remove DCAE-DS backend Healthchecks that are noisy in the logs DCAE-DS was sunset in G release Issue-ID: SDC-3514 Signed-off-by: ChrisC Change-Id: Iad9d6738ec813be9b87766ed189deda34e711ab1 --- docs/configuration.rst | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs') diff --git a/docs/configuration.rst b/docs/configuration.rst index 807839e5fb..f839a1f314 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -38,8 +38,6 @@ environment.json "FE_VIP": "yyy", "ES_VIP": "yyy", "KB_VIP": "yyy", - "DCAE_BE_VIP": "yyy", - "DCAE_FE_VIP": "yyy", "interfaces": { "application": "eth0", "private": "eth1" @@ -804,17 +802,6 @@ BE-configuration.yaml # Url for onboarding health check healthCheckUri: "/onboarding-api/v1.0/healthcheck" - dcae: - # The ip of the onboarding docker - host: <%= @dcae_be_vip %> - # The protocol to use - protocol: - # The port the docker is listening on - port: - # The url of the health check to use - healthCheckUri: "/dcae/healthCheck" - - #GSS IDNS # Switchover configuration is used for Geo redundancy to provide automatic failovers switchoverDetector: -- cgit 1.2.3-korg