From 4c8aba7c50d684cf123549b6bd387f51b57c435d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Tue, 26 Feb 2019 11:39:41 -0500 Subject: [PATCH] Add CDS client properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I0f8b1cbd049d8a01527666f07e974f89d26e3a22 Issue-ID: SO-1483 Signed-off-by: Alexis de Talhouët --- volumes/so/config/bpmn-infra/onapheat/override.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/volumes/so/config/bpmn-infra/onapheat/override.yaml b/volumes/so/config/bpmn-infra/onapheat/override.yaml index 0a28061..03bb8d2 100644 --- a/volumes/so/config/bpmn-infra/onapheat/override.yaml +++ b/volumes/so/config/bpmn-infra/onapheat/override.yaml @@ -14,6 +14,9 @@ camunda: job-execution: max-pool-size: 30 core-pool-size: 3 +cds: + endpoint: blueprints-processor + port: 9111 entitymanager: packagesToScan: com pnf: -- 2.16.6