diff options
author | waynedunican <wayne.dunican@est.tech> | 2023-06-27 13:30:17 +0100 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-06-28 10:26:25 +0000 |
commit | f87a61ea4dd1a62bf1049fdfd9b8089d5b2923c3 (patch) | |
tree | e970629e16e0ac31a2839b69d0745b537d4d792b /compose/config/clamp | |
parent | 1ac39d72b2a02ac56d8bbf0b65ee7c51eb3996bb (diff) |
Fix clamp CSIT failure
- Disable SSL and Https in participant simulator
Issue-ID: POLICY-4738
Change-Id: Ic33e54020ead216410770c4f1cbe5204def02c59
Signed-off-by: waynedunican <wayne.dunican@est.tech>
(cherry picked from commit 50f836bb0c266ffa20ffeef6720c81aa8133091c)
Diffstat (limited to 'compose/config/clamp')
-rw-r--r-- | compose/config/clamp/SimulatorParticipantParameters.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compose/config/clamp/SimulatorParticipantParameters.yaml b/compose/config/clamp/SimulatorParticipantParameters.yaml index 3959eb78..0a7e9efd 100644 --- a/compose/config/clamp/SimulatorParticipantParameters.yaml +++ b/compose/config/clamp/SimulatorParticipantParameters.yaml @@ -24,13 +24,13 @@ participant: - ${topicServer:message-router} topicCommInfrastructure: dmaap fetchTimeout: 15000 - useHttps: ${useHttps:true} + useHttps: false topicSinks: - topic: POLICY-ACRUNTIME-PARTICIPANT servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap - useHttps: ${useHttps:true} + useHttps: false participantSupportedElementTypes: - typeName: ${supportedElementTypeName:org.onap.policy.clamp.acm.SimAutomationCompositionElement} @@ -44,5 +44,7 @@ management: include: health, metrics, prometheus server: port: 8087 + ssl: + enabled: false servlet: context-path: /onap/policy/clamp/acm/simparticipant |