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 --- .../src/test/resources/config/catalog-model/configuration.yaml | 7 +++++++ catalog-model/src/test/resources/config/configuration.yaml | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'catalog-model') diff --git a/catalog-model/src/test/resources/config/catalog-model/configuration.yaml b/catalog-model/src/test/resources/config/catalog-model/configuration.yaml index 96fb28b2f5..ebe8f2ebe0 100644 --- a/catalog-model/src/test/resources/config/catalog-model/configuration.yaml +++ b/catalog-model/src/test/resources/config/catalog-model/configuration.yaml @@ -133,6 +133,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PNF_SW_INFORMATION licenseTypes: - User @@ -524,6 +525,12 @@ resourceInformationalArtifacts: - VFCMT - Abstract - PNF + PNF_SW_INFORMATION: + acceptedTypes: + - yml + - yaml + validForResourceTypes: + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes diff --git a/catalog-model/src/test/resources/config/configuration.yaml b/catalog-model/src/test/resources/config/configuration.yaml index 3dc326e8a0..90d2b880f2 100644 --- a/catalog-model/src/test/resources/config/configuration.yaml +++ b/catalog-model/src/test/resources/config/configuration.yaml @@ -133,6 +133,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PNF_SW_INFORMATION licenseTypes: - User @@ -516,6 +517,12 @@ resourceInformationalArtifacts: - VFCMT - Abstract - PNF + PNF_SW_INFORMATION: + acceptedTypes: + - yml + - yaml + validForResourceTypes: + - PNF SNMP_POLL: acceptedTypes: validForResourceTypes: *allResourceTypes -- cgit 1.2.3-korg