diff options
author | agileone <serge@agilitae.com> | 2019-04-15 13:06:45 -0700 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-04-16 10:20:30 +0000 |
commit | 821ddb419fb27d73bd00ef802a9c0fd1bf824bd6 (patch) | |
tree | 4f0539448321f08dabe671d3c6067e2caca0dc08 /asdctool/src/main/resources/config | |
parent | b99e5e9473e4a3abdc5980abf6a9132249e913b8 (diff) |
Adds a new artifact for controller blueprint
Defines CONTROLLER_BLUEPRINT_ARCHIVE artifact type
for PNF and VF.
Issue-ID: SDC-2139
Change-Id: Ib28bb25a6751b053ffe50323bb7c16576bc181f4
Signed-off-by: agileone <serge@agilitae.com>
Diffstat (limited to 'asdctool/src/main/resources/config')
-rw-r--r-- | asdctool/src/main/resources/config/configuration.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/asdctool/src/main/resources/config/configuration.yaml b/asdctool/src/main/resources/config/configuration.yaml index c570344475..bdc6a43e12 100644 --- a/asdctool/src/main/resources/config/configuration.yaml +++ b/asdctool/src/main/resources/config/configuration.yaml @@ -153,6 +153,7 @@ artifactTypes: - SNMP_POLL - SNMP_TRAP - GUIDE + - CONTROLLER_BLUEPRINT_ARCHIVE licenseTypes: - User @@ -174,6 +175,11 @@ resourceTypes: &allResourceTypes # - VF # - VL deploymentResourceArtifacts: + cdsBlueprint: + displayName: "CDS Blueprint" + type: CONTROLLER_BLUEPRINT_ARCHIVE + description: "CDS deployment artifact" + fileExtension: "zip" # heat: # displayName: "Base HEAT Template" # type: HEAT @@ -314,6 +320,9 @@ systemMonitoring: defaultHeatArtifactTimeoutMinutes: 60 serviceDeploymentArtifacts: + CONTROLLER_BLUEPRINT_ARCHIVE: + acceptedTypes: + - zip YANG_XML: acceptedTypes: - xml @@ -499,6 +508,12 @@ resourceDeploymentArtifacts: validForResourceTypes: - VF - PNF + CONTROLLER_BLUEPRINT_ARCHIVE: + acceptedTypes: + - zip + validForResourceTypes: + - VF + - PNF resourceInstanceDeploymentArtifacts: HEAT_ENV: |