diff options
author | dermot123 <dermot.melia@est.tech> | 2019-03-13 12:37:35 +0000 |
---|---|---|
committer | dermot123 <dermot.melia@est.tech> | 2019-03-13 12:37:35 +0000 |
commit | d83268a4cb465fa79f8b57483517226d588fb427 (patch) | |
tree | c8f32b63d00954987829918af2da2947d5d9f186 /catalog-be/src/main/resources/config/configuration.yaml | |
parent | 56e535b98ea753d7b64dfbdb9d64d380457eaba5 (diff) |
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 <dermot.melia@est.tech>
Diffstat (limited to 'catalog-be/src/main/resources/config/configuration.yaml')
-rw-r--r-- | catalog-be/src/main/resources/config/configuration.yaml | 18 |
1 files changed, 17 insertions, 1 deletions
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: |