Add Dashboard Listener
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)
commit8cf39da713ef6921d8513ac9c777a312cf2dc324
tree49a34a3ab89fa5f48656bc341c40c980e75c4a2e
parentef14e0cd8fb37931ef5160da96e4a7a36378e2d2
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>
laas-fog/source/listen.py [new file with mode: 0755]
laas-fog/source/pharos.py [new file with mode: 0755]