Remove the cyclic dependencies in vRNC definition
[parser.git] / tosca2heat / tosca-parser / toscaparser / extensions / nfv / tests / data / vRNC / Definitions / vRNC.yaml
index 21f79e2..a134e3c 100644 (file)
@@ -71,6 +71,18 @@ topology_template:
       description: mm additional block storage size
       constraints:
         - in_range: [ 1, 200 ]
+    id:
+      type: string
+      description: ID of this VNF
+      default: UMTS
+    vendor:
+      type: string
+      description: name of the vendor who generate this VNF
+      default: ZTE
+    version:
+      type: version
+      description: version of the software for this VNF
+      default: 1.0
 
   substitution_mappings:
     node_type: rnc.nodes.VNF
@@ -108,7 +120,6 @@ topology_template:
         - local_storage:
             node: MM_BlockStorage
             relationship: Storage_attachesto
-        - high_availability: MM_Passive
       artifacts:
         #the VM image of MM
         vm_image: mm.image
@@ -172,8 +183,6 @@ topology_template:
             min_instances: 1
             max_instances: 12
             default_instances: 1
-      requirements:
-        - high_availability: CM_Passive
       artifacts:
         #the VM image of CM
         vm_image: cm.image