From d83268a4cb465fa79f8b57483517226d588fb427 Mon Sep 17 00:00:00 2001 From: dermot123 Date: Wed, 13 Mar 2019 12:37:35 +0000 Subject: Add Deployment Artifacts to PNF Add support for PM_Dictionary and VES Events Deployment Artifacts to PNF Change-Id: Ief85d40bd180aae0662cfb58f794f5b0d7e5ec9c Issue-ID: SDC-2109 Issue-ID: SDC-2155 Signed-off-by: dermot123 --- .../src/main/resources/config/configuration.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'catalog-be/src') diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index 610fd72eb3..12815b1415 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -411,7 +411,16 @@ resourceDeploymentArtifacts: acceptedTypes: - yaml - yml - validForResourceTypes: *allResourceTypes + validForResourceTypes: + - VFC + - CP + - VL + - VF + - CR + - VFCMT + - Abstract + - CVFC + - PNF PERFORMANCE_COUNTER: acceptedTypes: - csv @@ -468,6 +477,13 @@ resourceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + PM_DICTIONARY: + acceptedTypes: + - yaml + - yml + validForResourceTypes: + - VF + - PNF resourceInstanceDeploymentArtifacts: HEAT_ENV: -- cgit 1.2.3-korg