Adds SQLite DataBase
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 13:31:16 +0000 (09:31 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:58 +0000 (13:28 -0400)
commitef14e0cd8fb37931ef5160da96e4a7a36378e2d2
tree781341d7b0698b80e2ec467872ee0d4cf20605a5
parent70b8bf0d33bc031f21327e41e6bb607be21c7c2b
Adds SQLite DataBase

JIRA: N/A

Adds a database handler in source/database.py to store all
hosts and to store any bookings coming from the dashboard.
source/resetDataBase will clean the db and try to repopulate it
with information from the FOG server.

Change-Id: I14537452d8566db17787f116018f45bb1ddd75ba
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
laas-fog/source/database.py [new file with mode: 0644]
laas-fog/source/resetDataBase.py [new file with mode: 0755]