Add booking communication reference implementation 27/26727/1
authormaxbr <maxbr@mi.fu-berlin.de>
Thu, 5 Jan 2017 11:38:00 +0000 (12:38 +0100)
committermaxbr <maxbr@mi.fu-berlin.de>
Thu, 5 Jan 2017 11:38:00 +0000 (12:38 +0100)
commit9a7cf0a9a0f22f0ed7de720e69d560d35b8f0998
tree20eda1152c316875894e1d51306ac0726523770b
parent85623f2e6a4e4bee61ac5c28ce04bf9532980094
Add booking communication reference implementation

JIRA: PHAROS-265

This adds an implementation of a booking communication agent that
listens for booking notifications from the dashboard and updates the pod
status in the dashboard.

Change-Id: I1ea22390a46182a185df9c5e1771c9312d462092
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
12 files changed:
tools/pharos-dashboard/__init__.py [new file with mode: 0644]
tools/pharos-dashboard/booking_communication_agent.py [new file with mode: 0644]
tools/pharos-dashboard/src/account/migrations/0001_initial.py
tools/pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py [deleted file]
tools/pharos-dashboard/src/booking/migrations/0001_initial.py
tools/pharos-dashboard/src/booking/migrations/0002_auto_20161005_1202.py [deleted file]
tools/pharos-dashboard/src/dashboard/admin.py
tools/pharos-dashboard/src/dashboard/migrations/0001_initial.py
tools/pharos-dashboard/src/dashboard/migrations/0002_auto_20161005_1202.py [deleted file]
tools/pharos-dashboard/src/dashboard/models.py
tools/pharos-dashboard/src/jenkins/migrations/0001_initial.py
tools/pharos-dashboard/src/templates/dashboard/resource_detail.html