Add booking communication reference implementation
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)
commit6a821ea00a481bd77a8522f8b7145b8d7ce35d7f
treef0be8509e8488e3a687078078d0948f13c2522b4
parent29a4b8697e4a7960931528142d7778383810b91e
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:
pharos-dashboard/__init__.py [new file with mode: 0644]
pharos-dashboard/booking_communication_agent.py [new file with mode: 0644]
pharos-dashboard/src/account/migrations/0001_initial.py
pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py [deleted file]
pharos-dashboard/src/booking/migrations/0001_initial.py
pharos-dashboard/src/booking/migrations/0002_auto_20161005_1202.py [deleted file]
pharos-dashboard/src/dashboard/admin.py
pharos-dashboard/src/dashboard/migrations/0001_initial.py
pharos-dashboard/src/dashboard/migrations/0002_auto_20161005_1202.py [deleted file]
pharos-dashboard/src/dashboard/models.py
pharos-dashboard/src/jenkins/migrations/0001_initial.py
pharos-dashboard/src/templates/dashboard/resource_detail.html