From 608be265c8491686f269ed12d5d48654ddb090b5 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Thu, 3 Oct 2019 15:44:48 +0100 Subject: Create new non-mano Artifact Type entry for pnf software information Issue-ID: SDC-2615 Change-Id: I4dd879d50b1dec58aceeaf0c265901c62d038071 Signed-off-by: aribeiro --- .../sdc-catalog-be/templates/default/BE-configuration.yaml.erb | 7 +++++++ catalog-be/src/main/resources/config/configuration.yaml | 7 +++++++ catalog-be/src/test/resources/config/catalog-be/configuration.yaml | 7 +++++++ 3 files changed, 21 insertions(+) (limited to 'catalog-be') 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 7ec0376a0c..605a831e0e 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 @@ -137,6 +137,7 @@ artifactTypes: - GUIDE - PLAN - CONTROLLER_BLUEPRINT_ARCHIVE + - PNF_SW_INFORMATION licenseTypes: - User @@ -607,6 +608,12 @@ resourceInformationalArtifacts: - VFCMT - Abstract - PNF + PNF_SW_INFORMATION: + acceptedTypes: + - yaml + - yml + validForResourceTypes: + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index a013b78bb1..2df1fc45cb 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -155,6 +155,7 @@ artifactTypes: - SNMP_TRAP - GUIDE - CONTROLLER_BLUEPRINT_ARCHIVE + - PNF_SW_INFORMATION licenseTypes: - User @@ -609,6 +610,12 @@ resourceInformationalArtifacts: - VFCMT - Abstract - PNF + PNF_SW_INFORMATION: + acceptedTypes: + - yml + - yaml + validForResourceTypes: + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes diff --git a/catalog-be/src/test/resources/config/catalog-be/configuration.yaml b/catalog-be/src/test/resources/config/catalog-be/configuration.yaml index 803805edf1..ad31f5d4a3 100644 --- a/catalog-be/src/test/resources/config/catalog-be/configuration.yaml +++ b/catalog-be/src/test/resources/config/catalog-be/configuration.yaml @@ -134,6 +134,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PNF_SW_INFORMATION licenseTypes: - User @@ -529,6 +530,12 @@ resourceInformationalArtifacts: - VF - VFC - CVFC + PNF_SW_INFORMATION: + acceptedTypes: + - yaml + - yml + validForResourceTypes: + - PNF resourceInformationalDeployedArtifacts: -- cgit 1.2.3-korg