Import VFC not importing interfaces
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / interface-lifecycle-types / interfaceLifecycleTypes.yml
index f746f88..ae298bf 100644 (file)
@@ -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.