aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2020-02-02 19:47:39 +0000
committerYuli Shlosberg <ys9693@att.com>2020-02-25 08:27:11 +0000
commit0c274e9356fc77c53340828b0ec18869dad71631 (patch)
tree667e9f83ab3bb4bb56f261244b88ebb90bd0b497 /catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb
parentc5ef980bb5c9af65e1f190c0352329134d6a7459 (diff)
Support import of custom node type name
Issue-ID: SDC-2760 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I3645c737ba367a3576d58afb581c8118eb0f6011
Diffstat (limited to 'catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb')
-rw-r--r--catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb3
1 files changed, 3 insertions, 0 deletions
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