diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-02-02 19:47:39 +0000 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-02-25 08:27:11 +0000 |
commit | 0c274e9356fc77c53340828b0ec18869dad71631 (patch) | |
tree | 667e9f83ab3bb4bb56f261244b88ebb90bd0b497 /catalog-be/sdc-backend/chef-repo | |
parent | c5ef980bb5c9af65e1f190c0352329134d6a7459 (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')
-rw-r--r-- | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 3 |
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 |