diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-02-24 16:53:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-24 16:53:24 +0000 |
commit | ee63df590a12202f429c9c382bc2f7eeca34b706 (patch) | |
tree | 2b1e94a700ee4e220eda7883eb3675d1e9337d1d /csit/config/clamp/HttpParticipantParameters.yaml | |
parent | 56d9fe34a7753ed24a4c6a0dc44c604044dc4c06 (diff) | |
parent | b71490f1ecea5903a9d566d2413288f915ecb007 (diff) |
Merge "Fix CLAMP controlloop CSIT testcases"
Diffstat (limited to 'csit/config/clamp/HttpParticipantParameters.yaml')
-rw-r--r-- | csit/config/clamp/HttpParticipantParameters.yaml | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/csit/config/clamp/HttpParticipantParameters.yaml b/csit/config/clamp/HttpParticipantParameters.yaml index be421fca..529b095a 100644 --- a/csit/config/clamp/HttpParticipantParameters.yaml +++ b/csit/config/clamp/HttpParticipantParameters.yaml @@ -1,3 +1,10 @@ +spring: + security: + user: + name: participantUser + password: zb!XztG34 +security: + enable-csrf: false participant: intermediaryParameters: reportingTimeIntervalMs: 120000 @@ -6,19 +13,28 @@ participant: name: HttpParticipant0 version: 1.0.0 participantType: - name: org.onap.k8s.controlloop.HttpControlLoopParticipant + name: org.onap.policy.clamp.acm.HttpParticipant version: 2.3.4 - clampControlLoopTopics: + clampAutomationCompositionTopics: topicSources: - - topic: POLICY-CLRUNTIME-PARTICIPANT + - topic: POLICY-ACRUNTIME-PARTICIPANT servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap fetchTimeout: 15000 useHttps: true topicSinks: - - topic: POLICY-CLRUNTIME-PARTICIPANT + - topic: POLICY-ACRUNTIME-PARTICIPANT servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap useHttps: true +management: + endpoints: + web: + exposure: + include: health, metrics, prometheus +server: + port: 8084 + servlet: + context-path: /onap/policy/clamp/acm/httpparticipant |