Adds SQLite DataBase 73/39773/2
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)
commit0a783da920b78ddac25bde796e0f9e165c4a7597
treeca864fe7ff661a7265de3bfc5f6cdc3c7417d25e
parent136e34eeb584922f6a3fab4ed9e8f5b35d8b0921
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>
tools/laas-fog/source/database.py [new file with mode: 0644]
tools/laas-fog/source/resetDataBase.py [new file with mode: 0755]