diff options
Diffstat (limited to 'runtime-acm')
-rw-r--r-- | runtime-acm/src/test/resources/rest/servicetemplates/tosca-for-smoke-testing.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
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 |