diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-11 13:54:30 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-11 13:54:30 +0300 |
commit | c4c4e2869573534bbf8154ff4b5aad3a87126c33 (patch) | |
tree | d5c6920b1eed38c6bfe19992e8334f5c2b285d17 /catalog-be/src/main/resources/config | |
parent | 2423ebd2fbaa1e0fc4f123feb2ce25f1d118c937 (diff) |
Merged PLAN type changes into master
Merged changes regarding the PLAN artifact type from master branch into release-.1.1.0 branch
Change-Id: If53f06d734ca7ba791e4c578504c890c16755ddf
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 | 19 |
1 files changed, 19 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..2ae2cccb77 100644 --- a/catalog-be/src/main/resources/config/configuration.yaml +++ b/catalog-be/src/main/resources/config/configuration.yaml @@ -133,6 +133,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - PLAN licenseTypes: - User @@ -322,6 +323,14 @@ serviceDeploymentArtifacts: - xml OTHER: acceptedTypes: + +#PLAN + PLAN: + acceptedTypes: + - xml + validForResourceTypes: + - VF + - VFC resourceDeploymentArtifacts: HEAT: @@ -439,6 +448,11 @@ resourceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + +#PLAN + PLAN: + acceptedTypes: + - xml resourceInstanceDeploymentArtifacts: HEAT_ENV: @@ -476,6 +490,11 @@ resourceInstanceDeploymentArtifacts: SNMP_TRAP: acceptedTypes: validForResourceTypes: *allResourceTypes + +#PLAN + PLAN: + acceptedTypes: + - xml resourceInformationalArtifacts: CHEF: |