diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-01-29 17:25:21 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-19 16:35:32 +0000 |
commit | cd6f933375c412c2f79a12e909821322d58a8499 (patch) | |
tree | 758ff2e742b514169bbc84a8433d68fe221ef5c9 /openecomp-be/tools/zusammen-tools/src/test/resources | |
parent | dc56692a4a307f378c827f017d2efbf754c223e0 (diff) |
Configure a new Artifact Type
Centralizes artifact configuration in one yaml entry.
Allow the configuration of a new artifact type without
the need of code changes.
The configuration file now is used as a source of
artifacts types instead the artifact type enum.
The enum will be used as a source of base artifact types
and also in hard coded business rules.
Change-Id: Id0383d9fca9bce0519a4d52a4ecb3a68c8713f0f
Issue-ID: SDC-2754
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-be/tools/zusammen-tools/src/test/resources')
-rw-r--r-- | openecomp-be/tools/zusammen-tools/src/test/resources/configuration.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/openecomp-be/tools/zusammen-tools/src/test/resources/configuration.yaml b/openecomp-be/tools/zusammen-tools/src/test/resources/configuration.yaml index 44b2759940..22aac102b6 100644 --- a/openecomp-be/tools/zusammen-tools/src/test/resources/configuration.yaml +++ b/openecomp-be/tools/zusammen-tools/src/test/resources/configuration.yaml @@ -84,18 +84,6 @@ elasticSearch: - indexPrefix: monitoring_events creationPeriod: month -artifactTypes: - - CHEF - - PUPPET - - SHELL - - YANG - - YANG_XML - - HEAT - - BPEL - - DG_XML - - MURANO_PKG - - OTHER - licenseTypes: - User - Installation @@ -213,14 +201,6 @@ systemMonitoring: defaultHeatArtifactTimeoutMinutes: 60 -serviceDeploymentArtifacts: - -resourceDeploymentArtifacts: - HEAT: - acceptedTypes: - - yaml - - yml - unLoggedUrls: - /sdc2/rest/healthCheck |