From 1c9383bf85ce17e541fc1498a41a69568292b004 Mon Sep 17 00:00:00 2001 From: sarada prasad sahoo Date: Fri, 5 Apr 2019 16:11:50 +0530 Subject: updating the VNFD (SOL001) type based on SOL001 v2.5.1 updated VNFD types (tosca*.*nfv.) based on latest v2.5.1 version, not supported backward compatibility of SOL draft version, will be documented as limitation while upgrading from SOL draft version, updated importscript for new nodes, Also fixed java files for policyType having groupType reference Change-Id: I8b8175ec908809608e6bdac990052d909792a2ba Issue-ID: SDC-2170 Signed-off-by: sarada prasad sahoo --- .../main/resources/import/tosca/artifact-types/artifactTypes.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources/import/tosca/artifact-types') diff --git a/catalog-be/src/main/resources/import/tosca/artifact-types/artifactTypes.yml b/catalog-be/src/main/resources/import/tosca/artifact-types/artifactTypes.yml index df5cf0ab75..bfd078923b 100644 --- a/catalog-be/src/main/resources/import/tosca/artifact-types/artifactTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/artifact-types/artifactTypes.yml @@ -30,4 +30,10 @@ tosca.artifacts.Implementation: description: This artifact type represents the parent type for all implementation artifacts in TOSCA. These artifacts are used to implement operations of TOSCA interfaces either directly (e.g., scripts) or indirectly (e.g., config. files). tosca.artifacts.nfv.SwImage: - derived_from: tosca.artifacts.Deployment.Image \ No newline at end of file + derived_from: tosca.artifacts.Deployment.Image + description: describes the software image which is directly loaded on the virtualisation container realizing of the VDU or is to be loaded on a virtual +tosca.artifacts.Implementation.nfv.Mistral: + derived_from: tosca.artifacts.Implementation + description: artifacts for Mistral workflows + mime_type: application/x-yaml + file_ext: [ yaml ] -- cgit 1.2.3-korg