From c37bada019850822df28e2d28f10b64241467fdf Mon Sep 17 00:00:00 2001 From: franciscovila Date: Tue, 16 Aug 2022 13:00:48 +0100 Subject: Import VFC not importing interfaces Fix when import VFC with Standard Interfaces to ETSI model Issue-ID: SDC-4134 Signed-off-by: franciscovila Change-Id: Ibf6700b406f4b71dcae9327e14fb3ad04ad5e762 --- .../interface-lifecycle-types/interfaceLifecycleTypes.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'catalog-be/src') diff --git a/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml b/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml index f746f8834d..ae298bfdcc 100644 --- a/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/models/init/etsi-SOL001-v2.5.1/tosca/interface-lifecycle-types/interfaceLifecycleTypes.yml @@ -1,6 +1,19 @@ tosca.interfaces.Root: description: The TOSCA root Interface Type all other TOSCA Interface Types derive from +tosca.interfaces.node.lifecycle.Standard: + derived_from: tosca.interfaces.Root + create: + description: Standard lifecycle create operation. + configure: + description: Standard lifecycle configure operation. + start: + description: Standard lifecycle start operation. + stop: + description: Standard lifecycle stop operation. + delete: + description: Standard lifecycle delete operation. + tosca.interfaces.nfv.Vnflcm: derived_from: tosca.interfaces.Root description: This interface encompasses a set of TOSCA operations corresponding to the VNF LCM operations defined in ETSI GS NFV-IFA 007 as well as to preamble and postamble procedures to the execution of the VNF LCM operations. -- cgit 1.2.3-korg