diff options
Diffstat (limited to 'participant/participant-impl/participant-impl-a1pms/src')
2 files changed, 9 insertions, 9 deletions
diff --git a/participant/participant-impl/participant-impl-a1pms/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-a1pms/src/main/resources/config/application.yaml index 9c4e4370a..417159671 100755 --- a/participant/participant-impl/participant-impl-a1pms/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-a1pms/src/main/resources/config/application.yaml @@ -26,9 +26,6 @@ participant: reportingTimeIntervalMs: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00 - participantType: - name: org.onap.policy.clamp.acm.A1PMSParticipant - version: 2.3.4 clampAutomationCompositionTopics: topicSources: - topic: POLICY-ACRUNTIME-PARTICIPANT @@ -41,7 +38,13 @@ participant: servers: - ${topicServer:localhost} topicCommInfrastructure: dmaap - + participantSupportedElementTypes: + - + typeName: org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement + typeVersion: 1.0.1 + - + typeName: org.onap.policy.clamp.acm.AutomationCompositionElement + typeVersion: 1.0.0 management: endpoints: diff --git a/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml index ced319cfc..cd3a54e78 100755 --- a/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml +++ b/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml @@ -3,9 +3,6 @@ participant: reportingTimeInterval: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00 - participantType: - name: org.onap.policy.clamp.acm.A1PMSParticipant - version: 2.3.4 clampAutomationCompositionTopics: topicSources: - @@ -22,8 +19,8 @@ participant: topic: POLICY-ACRUNTIME-PARTICIPANT participantSupportedElementTypes: - - typeName: org.onap.policy.clamp.acm.HttpAutomationCompositionElement - typeVersion: 1.0.0 + typeName: org.onap.policy.clamp.acm.A1PMSAutomationCompositionElement + typeVersion: 1.0.1 - typeName: org.onap.policy.clamp.acm.AutomationCompositionElement typeVersion: 1.0.0 |