From 7e83d0876ddb84a45e130eeba28bc40ef53c074b Mon Sep 17 00:00:00 2001 From: Yaron Yogev Date: Thu, 27 Jul 2017 09:02:54 +0300 Subject: Calipso initial release for OPNFV Change-Id: I7210c244b0c10fa80bfa8c77cb86c9d6ddf8bc88 Signed-off-by: Yaron Yogev --- app/install/db/scans.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/install/db/scans.json (limited to 'app/install/db/scans.json') diff --git a/app/install/db/scans.json b/app/install/db/scans.json new file mode 100644 index 0000000..cb480d2 --- /dev/null +++ b/app/install/db/scans.json @@ -0,0 +1,24 @@ +[ +{ + "status" : "completed", + "inventory" : "inventory", + "start_timestamp" : "2017-05-17T11:00:17.939+0000", + "scan_only_inventory" : false, + "scan_only_links" : false, + "submit_timestamp" : "2017-05-17T07:53:09.194+0000", + "log_level" : "warning", + "scan_only_cliques" : false, + "clear" : true, + "environment" : "Mirantis-Liberty" +}, +{ + "status" : "failed", + "scan_only_inventory" : false, + "scan_only_links" : false, + "submit_timestamp" : "2017-06-14T13:42:32.710+0000", + "log_level" : "info", + "scan_only_cliques" : false, + "clear" : true, + "environment" : "staging" +} +] -- cgit 1.2.3-korg