From 5820f2d352947ed8ed3656d7d7e13560ceb91f96 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Fri, 25 Feb 2022 15:02:09 +0000 Subject: Changed Incorrect Name for Tosca Service Template Participant Type Issue-ID: POLICY-3940 Change-Id: Ia66052c4729d117f542069f0fdad8f74fabfe878 Signed-off-by: brunomilitzer --- .../rest/servicetemplates/tosca-for-smoke-testing.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'runtime-acm') diff --git a/runtime-acm/src/test/resources/rest/servicetemplates/tosca-for-smoke-testing.yaml b/runtime-acm/src/test/resources/rest/servicetemplates/tosca-for-smoke-testing.yaml index f5590a1b5..405aea5cd 100644 --- a/runtime-acm/src/test/resources/rest/servicetemplates/tosca-for-smoke-testing.yaml +++ b/runtime-acm/src/test/resources/rest/servicetemplates/tosca-for-smoke-testing.yaml @@ -647,7 +647,7 @@ topology_template: name: operational.apex.pmcontrol version: 1.0.0 node_templates: - org.onap.policy.acm.PolicyAutomationCompositionParticipant: + org.onap.policy.clamp.acm.PolicyParticipant: version: 2.3.1 type: org.onap.policy.clamp.acm.Participant type_version: 1.0.1 @@ -665,7 +665,7 @@ topology_template: name: org.onap.PM_Policy version: 1.0.0 participantType: - name: org.onap.policy.acm.PolicyAutomationCompositionParticipant + name: org.onap.policy.clamp.acm.PolicyParticipant version: 2.3.1 policy_type_id: name: onap.policies.monitoring.pm-subscription-handler @@ -683,14 +683,14 @@ topology_template: name: org.onap.PM_Policy version: 1.0.0 participantType: - name: org.onap.policy.acm.PolicyAutomationCompositionParticipant + name: org.onap.policy.clamp.acm.PolicyParticipant version: 2.3.1 policy_type_id: name: onap.policies.operational.pm-subscription-handler version: 1.0.0 policy_id: get_input: pmsh_operational_policy - org.onap.k8s.acm.K8SAutomationCompositionParticipant: + org.onap.policy.clamp.acm.KubernetesParticipant: version: 2.3.4 type: org.onap.policy.clamp.acm.Participant type_version: 1.0.1 @@ -709,7 +709,7 @@ topology_template: name: K8sParticipant0 version: 1.0.0 participantType: - name: org.onap.k8s.acm.K8SAutomationCompositionParticipant + name: org.onap.policy.clamp.acm.KubernetesParticipant version: 2.3.4 chart: chartId: @@ -739,7 +739,7 @@ topology_template: name: K8sParticipant0 version: 1.0.0 participantType: - name: org.onap.k8s.acm.K8SAutomationCompositionParticipant + name: org.onap.policy.clamp.acm.KubernetesParticipant version: 2.3.4 chart: chartId: @@ -747,7 +747,7 @@ topology_template: version: 0.9.1 releaseName: nginxms namespace: test - org.onap.acm.HttpAutomationCompositionParticipant: + org.onap.policy.clamp.acm.HttpParticipant: version: 2.3.4 type: org.onap.policy.clamp.acm.Participant type_version: 1.0.1 @@ -766,7 +766,7 @@ topology_template: name: HttpParticipant0 version: 1.0.0 participantType: - name: org.onap.k8s.acm.HttpAutomationCompositionParticipant + name: org.onap.policy.clamp.acm.HttpParticipant version: 2.3.4 uninitializedToPassiveTimeout: 180 startPhase: 1 -- cgit 1.2.3-korg