From a178851e9f2e148c17d81c29a9310644e0330b9a Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Mon, 30 Jan 2023 08:39:34 +0000 Subject: Remove ParticipantType in all yaml files Issue-ID: POLICY-4538 Change-Id: I9f6d8830f64ef1178d3e20c7d00374156a84b59e Signed-off-by: FrancescoFioraEst --- .../src/main/resources/config/application.yaml | 4 +--- .../src/test/resources/application-test.yaml | 3 --- .../src/test/resources/parameters/TestACParams.yaml | 15 --------------- 3 files changed, 1 insertion(+), 21 deletions(-) (limited to 'participant/participant-impl/participant-impl-policy') diff --git a/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml index e7b59bef4..37391f116 100644 --- a/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml @@ -33,9 +33,6 @@ participant: reportingTimeIntervalMs: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 - participantType: - name: org.onap.policy.clamp.acm.PolicyParticipant - version: 2.3.1 clampAutomationCompositionTopics: topicSources: - @@ -57,6 +54,7 @@ participant: - typeName: org.onap.policy.clamp.acm.AutomationCompositionElement typeVersion: 1.0.0 + management: endpoints: web: diff --git a/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml index 7a366f611..d9051c2cf 100644 --- a/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml +++ b/participant/participant-impl/participant-impl-policy/src/test/resources/application-test.yaml @@ -3,9 +3,6 @@ participant: reportingTimeInterval: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 - participantType: - version: 1.0.0 - name: org.onap.PM_CDS_Blueprint clampAutomationCompositionTopics: topicSources: - diff --git a/participant/participant-impl/participant-impl-policy/src/test/resources/parameters/TestACParams.yaml b/participant/participant-impl/participant-impl-policy/src/test/resources/parameters/TestACParams.yaml index ef0e67c44..f568b9cd4 100644 --- a/participant/participant-impl/participant-impl-policy/src/test/resources/parameters/TestACParams.yaml +++ b/participant/participant-impl/participant-impl-policy/src/test/resources/parameters/TestACParams.yaml @@ -24,9 +24,6 @@ node_types: provider: type: string required: false - participantType: - type: onap.datatypes.ToscaConceptIdentifier - required: true startPhase: type: integer required: false @@ -108,9 +105,6 @@ topology_template: description: Automation composition element, DCAE microservice for Performance Management Subscription Handling properties: provider: Ericsson - participantType: - name: org.onap.dcae.acm.DCAEMicroserviceAutomationCompositionParticipant - version: 2.3.4 dcae_blueprint_id: name: org.onap.dcae.blueprints.PMSHBlueprint version: 1.0.0 @@ -121,9 +115,6 @@ topology_template: description: Automation composition element, monitoring policy for Performance Management Subscription Handling properties: provider: Ericsson - participantType: - name: org.onap.policy.acm.MonitoringPolicyAutomationCompositionParticipant - version: 2.3.1 policy_type_id: name: onap.policies.monitoring.pm-subscription-handler version: 1.0.0 @@ -134,9 +125,6 @@ topology_template: description: Automation composition element, operational policy for Performance Management Subscription Handling properties: provider: Ericsson - participantType: - name: org.onap.policy.acm.OperationalPolicyAutomationCompositionParticipant - version: 2.2.1 policy_type_id: name: onap.policies.operational.pm-subscription-handler version: 1.0.0 @@ -147,9 +135,6 @@ topology_template: description: Automation composition element for CDS for Performance Management Subscription Handling properties: provider: Ericsson - participantType: - name: org.onap.ccsdk.cds.acm.CdsAutomationCompositionParticipant - version: 3.2.1 cds_blueprint_id: name: org.onap.ccsdk.cds.PMSHCdsBlueprint version: 1.0.0 -- cgit 1.2.3-korg