Adds the Free and Open-source Ghost (FOG) 61/39761/3
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 13:03:53 +0000 (09:03 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:57 +0000 (13:28 -0400)
commitb5227199c1155f5c16f7635da96a6617337a3e87
tree3d2fad5f9b3e872f28405d1c8543e5f0582b1534
parentb87b17570e9e44b8c3cacaef32b2871d177d59d5
Adds the Free and Open-source Ghost (FOG)

JIRA: N/A

Adds a handler which will talk with the REST api
running on the FOG server.
This allows the pod_manager to ghost images onto hosts
in order to prep them for deployment and clean them afterwards.

Change-Id: Ic00e992874ca3371b6d6e8ac2450a1ef0c765e67
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
tools/laas-fog/source/api/__init__.py [new file with mode: 0644]
tools/laas-fog/source/api/fog.py [new file with mode: 0644]