Added seq generator changes for vnf level actions
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / start-singleVmPerVnfc-.json
index 4ec59c2..b9a93cd 100755 (executable)
@@ -1,51 +1,53 @@
 
 
 {
-    "request-info": {
-        "action": "Start",
-        "action-level": "vm",
-        "action-identifier": {
-            "vserver-id": "dbgx0001v"
-        },
-        "payload": "ABC"
-    },
-    "inventory-info": {
-        "vnf-info": {
-            "vnf-id" : "abc",
-            "vnf-name": "vSCP",
-            "vnf-type": "vSCP",
-            "vnf-version" : "1.0",
-            "vm": [
-                    {
-                        "vserver-id" : "be_vserverid1",
-                        "vnfc":
-                                {
-                                    "vnfc-type": "BE",
-                                    "vnfc-name": "BE - Name"
-                                }
-                    },
-                    {
-                        "vserver-id" : "smp_vserverid1",
-                        "vnfc":
-                        {
-                            "vnfc-type": "SMP",
-                            "vnfc-name": "SMP - Name"
-                        }
+       "request-info": {
+               "action": "Start",
+               "action-level": "vm",
+               "action-identifier": {
+                       "vserver-id": "dbgx0001v"
+               },
+               "payload": "ABC"
+       },
+       "inventory-info": {
+               "vnf-info": {
+                       "vnf-id" : "abc",
+                       "vnf-name": "vSCP",
+                       "vnf-type": "vSCP",
+                       "vnf-version" : "1.0",
+                       "identity-url" : "test_url",
+                       "vm": [
+                                       {
+                                               "vserver-id" : "be_vserverid1",
+                                               "vm-id" : "vm-id",
+                                               "vnfc":
+                                                               {
+                                                                       "vnfc-type": "BE",
+                                                                       "vnfc-name": "BE - Name"
+                                                               }
+                                       },
+                                       {
+                                               "vserver-id" : "smp_vserverid1",
+                                               "vm-id" : "vm-id",
+                                               "vnfc":
+                                               {
+                                                       "vnfc-type": "SMP",
+                                                       "vnfc-name": "SMP - Name"
+                                               }
 
-                    }
-                 ]
-        }
-    },
-    "dependency-info": {
+                                       }
+                                ]
+               }
+       },
+       "dependency-info": {
 
-    },
-    "tunable-parameters": {
+       },
+       "tunable-parameters": {
 
-    },
-    "capabilities" : {
-        "vm" : ["Stop", "Start"],
-        "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
-    }
+       },
+       "capabilities" : {
+               "vm" : ["Stop", "Start"],
+               "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
+       }
 }
 
-