From 18526e9a01fc0b0e085d2a6e3457957e6392ce27 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Tue, 1 Jun 2021 16:48:25 +0100 Subject: Prepare controlloop docker images Generate runtime, policy-participant and dcae-participant docker images. Issue-ID: POLICY-3320 Signed-off-by: Sirisha_Manchikanti Change-Id: I310fd2a098aa48a6a50a9bf6bd2bcb55328f4973 --- .../test/resources/demo/config/RuntimeConfig.json | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'common/src/test/resources/demo/config') diff --git a/common/src/test/resources/demo/config/RuntimeConfig.json b/common/src/test/resources/demo/config/RuntimeConfig.json index 2c0127b16..529557eab 100644 --- a/common/src/test/resources/demo/config/RuntimeConfig.json +++ b/common/src/test/resources/demo/config/RuntimeConfig.json @@ -55,25 +55,5 @@ "topicCommInfrastructure": "dmaap" } ] - }, - "healthCheckRestClientParameters": [ - { - "clientName": "api", - "hostname": "policy-api", - "port": 6969, - "userName": "healthcheck", - "password": "zb!XztG34", - "useHttps": true, - "basePath": "policy/api/v1/healthcheck" - }, - { - "clientName": "distribution", - "hostname": "policy-distribution", - "port": 6969, - "userName": "healthcheck", - "password": "zb!XztG34", - "useHttps": true, - "basePath": "healthcheck" - } - ] + } } -- cgit 1.2.3-korg