From 0f30b5b0aad2bfed9f30ff28fb5312b7838825de Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Mon, 28 Feb 2022 15:09:00 +0000 Subject: Rename ControlLoop to AutomationComposition This commit is to keep ControlLoop nomenclature in SDC aligned to changes in https://jira.onap.org/browse/POLICY-3938 where "Control Loop" is renamed as "Automation Composition" Issue-ID: SDC-3891 Signed-off-by: Sirisha_Manchikanti Change-Id: I8be013e564b780e9196c116d31b5c4c4d4b72662 --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'catalog-be/src/main/docker/backend/chef-repo/cookbooks') diff --git a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 0ec99e74c7..325cba022e 100644 --- a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -856,8 +856,8 @@ informationalServiceArtifacts: summaryOfImpactsToECOMPElements: displayName: Summary of impacts to ECOMP elements,OSSs, BSSs type: OTHER - controlLoopFunctions: - displayName: Control Loop Functions + automationCompositionFunctions: + displayName: Automation Composition Functions type: OTHER dimensioningInfo: displayName: Dimensioning Info @@ -1028,7 +1028,7 @@ serviceBaseNodeTypes: required: true baseTypes: - tosca.nodes.nfv.NS - ControlLoop: + AutomationComposition: required: false workloadContext: Production @@ -1257,7 +1257,7 @@ cadiFilterParams: # This configuration entry lists all node type names prefix that shall be allowed on SDC. definedResourceNamespace: - org.openecomp.resource. - - org.onap.policy.clamp.controlloop. + - org.onap.policy.clamp.acm. # This configuration entry lists all Directives values that shall be allowed on SDC. directives: -- cgit 1.2.3-korg