diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-01 14:53:27 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-01 14:53:27 +0300 |
commit | 219e6397500f951bdee70b926ab49fc65a7c86cd (patch) | |
tree | 7db82432959bd6df06f9c7b142e13b2b20b4b311 /catalog-be/src/main/resources/config | |
parent | d3f06f1f2d9ee5824b7271e33330ee1223f087fe (diff) |
Add PLAN artifact type to configuration
Added the PLAN artifact type to the configuration and to the enum
Change-Id: I1a0b075bf4132b92859cbb3705facec2b319de05
Issue-Id: SDC-420
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/resources/config')
-rw-r--r-- | catalog-be/src/main/resources/config/configuration.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/config/configuration.yaml b/catalog-be/src/main/resources/config/configuration.yaml index 5242652188..d3f513fd74 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -322,6 +322,12 @@ serviceDeploymentArtifacts: - xml OTHER: acceptedTypes: + +#PLAN + PLAN: + acceptedTypes: + - xml + resourceDeploymentArtifacts: HEAT: @@ -439,6 +445,11 @@ resourceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + +#PLAN + PLAN: + acceptedTypes: + - xml resourceInstanceDeploymentArtifacts: HEAT_ENV: @@ -476,6 +487,11 @@ resourceInstanceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + +#PLAN + PLAN: + acceptedTypes: + - xml resourceInformationalArtifacts: CHEF: |