aboutsummaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties
diff options
context:
space:
mode:
authorSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-09-07 11:14:32 +0100
committerSirisha_Manchikanti <sirisha.manchikanti@est.tech>2021-09-08 14:17:10 +0100
commit2ef334e5fa431755c7c2c90c147edd101f2b8aaa (patch)
tree300697f4190f68ced7cc94122eea0504bd6af720 /participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties
parent22b02a0536c4cad7fb6d1a838df197415682fef2 (diff)
Remove DCAE participant and its references
DCAE interactions are handled by k8s-participant from Istanbul due to the helm migration of DCAE services. Cloudify manager is no longer used in DCAE. Issue-ID: POLICY-3630 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Ifc4cb2491d10cbb57c2e886480f4df7a691f2166
Diffstat (limited to 'participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties')
-rw-r--r--participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties38
1 files changed, 0 insertions, 38 deletions
diff --git a/participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties b/participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties
deleted file mode 100644
index 2c775c28d..000000000
--- a/participant/participant-impl/participant-impl-dcae/src/test/resources/application_test.properties
+++ /dev/null
@@ -1,38 +0,0 @@
-spring.security.user.name=healthcheck
-spring.security.user.password=zb!XztG34
-
-server.servlet.context-path=/onap/participantsim
-server.error.path=/error
-
-participant.name=ControlLoopParticipant Dcae Test
-participant.clampClientParameters.clientName=Clamp
-participant.clampClientParameters.hostname=0.0.0.0
-participant.clampClientParameters.port=8443
-participant.clampClientParameters.userName=admin
-participant.clampClientParameters.password=password
-participant.clampClientParameters.https=true
-participant.clampClientParameters.aaf=false
-participant.consulClientParameters.clientName=Consul
-participant.consulClientParameters.hostname=consul
-participant.consulClientParameters.port=31321
-participant.consulClientParameters.userName=admin
-participant.consulClientParameters.password=password
-participant.consulClientParameters.https=false
-participant.consulClientParameters.aaf=false
-participant.intermediaryParameters.name=Participant parameters
-participant.intermediaryParameters.reportingTimeInterval=120000
-participant.intermediaryParameters.description=Participant Description
-participant.intermediaryParameters.participantId.name=DCAEParticipant0
-participant.intermediaryParameters.participantId.version=1.0.0
-participant.intermediaryParameters.participantType.name=org.onap.dcae.controlloop.DCAEMicroserviceControlLoopParticipant
-participant.intermediaryParameters.participantType.version=2.3.4
-participant.intermediaryParameters.clampControlLoopTopics.name=ControlLoop Topics
-participant.intermediaryParameters.clampControlLoopTopics.topicSources[0].topic=POLICY-CLRUNTIME-PARTICIPANT
-participant.intermediaryParameters.clampControlLoopTopics.topicSources[0].servers[0]=localhost
-participant.intermediaryParameters.clampControlLoopTopics.topicSources[0].topicCommInfrastructure=dmaap
-participant.intermediaryParameters.clampControlLoopTopics.topicSources[0].fetchTimeout=15000
-participant.intermediaryParameters.clampControlLoopTopics.topicSinks[0].topic=POLICY-CLRUNTIME-PARTICIPANT
-participant.intermediaryParameters.clampControlLoopTopics.topicSinks[0].servers[0]=localhost
-participant.intermediaryParameters.clampControlLoopTopics.topicSinks[0].topicCommInfrastructure=dmaap
-
-participant.checkCount=10