From 4f251edb14a4f525475df18f4f651696152b3b42 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Fri, 4 Sep 2020 10:29:18 +0100 Subject: Make directives options configurable Issue-ID: SDC-3275 Signed-off-by: aribeiro Change-Id: Ia91655f02c45d033ebae45bd6d9f252c2f6d6f47 --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb') diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb index 9ad535d32a..20f00954e3 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb @@ -1250,3 +1250,10 @@ cadiFilterParams: # This configuration entry lists all node type names prefix that shall be allowed on SDC. definedResourceNamespace: - org.openecomp.resource. + +# This configuration entry lists all Directives values that shall be allowed on SDC. +directives: + - select + - selectable + - substitute + - substitutable -- cgit 1.2.3-korg