Added seq generator changes for vnf level actions
[appc.git] / appc-sequence-generator / appc-sequence-generator-bundle / src / test / resources / input / MissingDependencyInfo.json
index 667565d..372445f 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "request-info": {
+"request-info": {
     "action": "Start",
     "action-level": "vnf",
     "action-identifier": {
       "vnf-name": "vSCP",
       "vnf-type": "vSCP",
       "vnf-version" : "1.0",
+      "identity-url" : "test_url",
       "vm": [
         {
           "vserver-id" : "be_vserverid1",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "BE",
@@ -25,6 +27,7 @@
         },
         {
           "vserver-id" : "fe_vserverid1",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "FE",
@@ -34,6 +37,7 @@
         },
         {
           "vserver-id" : "fe_vserverid2",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "FE",
@@ -43,6 +47,7 @@
         },
         {
           "vserver-id" : "be_vserverid2",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "BE",
@@ -52,6 +57,7 @@
         },
         {
           "vserver-id" : "be_vserverid3",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "BE",
@@ -61,6 +67,7 @@
         },
         {
           "vserver-id" : "smp_vserverid1",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "SMP",
@@ -70,6 +77,7 @@
         },
         {
           "vserver-id" : "smp_vserverid2",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "SMP",
@@ -79,6 +87,7 @@
         },
         {
           "vserver-id" : "be_vserverid4",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "BE",
@@ -88,6 +97,7 @@
         },
         {
           "vserver-id" : "be_vserverid5",
+          "vm-id" : "vm_id1",
           "vnfc":
           {
             "vnfc-type": "BE",
     "vm" : ["Stop", "Start"],
     "vnfc": ["StopApplication", "StartApplication","HealthCheck"]
   }
-}
\ No newline at end of file
+}