Add Dashboard Listener 75/39775/2
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 21 Aug 2017 13:34:01 +0000 (09:34 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Thu, 31 Aug 2017 17:28:58 +0000 (13:28 -0400)
commit4dcfbc15841367c963a8dd23f75f45f3c1bcb0e3
treec2701a08830a63d7fbb278622c1e00331b1bef49
parent0a783da920b78ddac25bde796e0f9e165c4a7597
Add Dashboard Listener

JIRA: N/A

Adds source/pharos.py, which will periodically poll the paros
dashboard api to see if any new bookings have started on and of your
dev pods. If a new booking is starting, a deployment will be
started for that pod.

source/listen.py starts the pharos listener in a background
process, so that it will not eat your terminal.

Change-Id: Icbce4453c772f04215f25534606456caa1012f5a
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
tools/laas-fog/source/listen.py [new file with mode: 0755]
tools/laas-fog/source/pharos.py [new file with mode: 0755]