summaryrefslogtreecommitdiffstats
path: root/tools/laas-fog/source/database.py
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Remove 'tools' DirectoryTrevor Bramwell1-296/+0
All tools (and history) have been moved to the pharos-tools repository: https://git.opnfv.org/pharos-tools/ Change-Id: I84fa9b6ebd9b27f42d41f2722eb1221ec39a8c94 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-31Adds SQLite DataBaseParker Berberian1-0/+296
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>