From 17862485d3475a81aa836f84609ec1a2b69b1d64 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Mon, 10 Jan 2022 16:32:40 +0000 Subject: Add controlloop components to SDC design This commit will add controlloop components like Participant, ControlLoopElement and ControlLoop to SDC. Addition of these components in SDC will enable to build a CSAR with controloop components and establish a controlloop by distributing the CSAR to policy-distribution and thereby to CLAMP. Issue-ID: SDC-3842 Signed-off-by: Sirisha_Manchikanti Change-Id: I6f417f7a635f6f0dec3ce6163c5b41ada374567a --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/templates') 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 974fc009ed..5a025548f7 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 @@ -1028,6 +1028,8 @@ serviceBaseNodeTypes: required: true baseTypes: - tosca.nodes.nfv.NS + ControlLoop: + required: false workloadContext: Production @@ -1255,6 +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. # This configuration entry lists all Directives values that shall be allowed on SDC. directives: -- cgit 1.2.3-korg