Fix OSDF input to HAS to use num_solution 52/87152/3
authorChayal, Avteet (ac229e) <ac229e@att.com>
Tue, 7 May 2019 13:35:03 +0000 (13:35 +0000)
committerChayal, Avteet (ac229e) <ac229e@att.com>
Tue, 7 May 2019 14:02:08 +0000 (14:02 +0000)
Fix OSDF input to HAS to use num_solution

Issue-ID: OPTFRA-497
Change-Id: I339a9e09aac766ce918ce6fa6d4dffc9d7ae741b
Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
osdf/templates/conductor_interface.json
osdf/templates/plc_opt_request.jsont
test/placement-tests/request_placement_vfmod.json

index 0b8e6a1..04ed29f 100755 (executable)
@@ -2,7 +2,7 @@
   "name": "{{ name }}",
   "files": {},
   "timeout": {{ timeout }},
-  "limit": {{ limit }},
+  "num_solution": {{ limit }},
   "template": {
     "homing_template_version": "2017-10-10",
     "parameters": {
index cd78b3e..a218b8a 100755 (executable)
@@ -2,7 +2,7 @@
   "name": "{{ name }}",\r
   "files": "{{ files }}",\r
   "timeout": "{{ timeout }}",\r
-  "limit": "{{ limit }}",\r
+  "num_solution": "{{ limit }}",\r
   "template": {\r
     "CUST_ID": "{{ cust_id }}",\r
     "E2EVPNKEY": "{{ e2evpnkey }}",\r
       {% endfor %}\r
     }\r
   }\r
-}
\ No newline at end of file
+}\r
index 9e85e74..d9f620f 100644 (file)
@@ -82,7 +82,7 @@
         },
         "homing_template_version": "2017-10-10"
     },
-    "limit": 100,
+    "num_solution": 100,
     "files": {},
     "timeout": 1200
-}
\ No newline at end of file
+}