From 0c274e9356fc77c53340828b0ec18869dad71631 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Sun, 2 Feb 2020 19:47:39 +0000 Subject: Support import of custom node type name Issue-ID: SDC-2760 Signed-off-by: aribeiro Change-Id: I3645c737ba367a3576d58afb581c8118eb0f6011 --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 3 +++ 1 file changed, 3 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 932d6122fe..754bdf34a5 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 @@ -950,3 +950,6 @@ cadiFilterParams: cadi_truststore: <%= node['access_restriction']['cadi_truststore'] %> cadi_truststore_password: <%= node['access_restriction']['cadi_truststore_password'] %> +# This configuration entry lists all node type names prefix that shall be allowed on SDC. +definedResourceNamespace: + - org.openecomp.resource. \ No newline at end of file -- cgit 1.2.3-korg