diff options
author | waynedunican <wayne.dunican@est.tech> | 2023-06-27 13:30:17 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2023-06-27 13:30:36 +0100 |
commit | 50f836bb0c266ffa20ffeef6720c81aa8133091c (patch) | |
tree | b5b75ca570bcaa9b542746d95341ebdeb4158ec9 /compose | |
parent | b3d195d3d3a1db6cacb2a2e10e7d9331fa374b7f (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>
Diffstat (limited to 'compose')
-rw-r--r-- | compose/config/clamp/SimulatorParticipantParameters.yaml | 6 | ||||
-rw-r--r-- | compose/docker-compose.yml | 1 |
2 files changed, 4 insertions, 3 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 diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index f2b04cc3..e42d8b90 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -262,7 +262,6 @@ services: 'policy-clamp-ac-http-ppnt', '6969', 'policy-clamp-ac-k8s-ppnt', '6969', 'policy-clamp-ac-pf-ppnt', '6969', - 'policy-clamp-ac-sim-ppnt', '6969', 'apex-pdp', '6969' ] |