Implement notification framework
authormaxbr <maxbr@mi.fu-berlin.de>
Mon, 19 Sep 2016 08:11:55 +0000 (10:11 +0200)
committermaxbr <maxbr@mi.fu-berlin.de>
Mon, 19 Sep 2016 08:11:55 +0000 (10:11 +0200)
commit3666bf8b35db7a4fb22e8f795185c599f510443f
treefa342283fd1e0c43346ec97fcb4b01e3ca6ffe60
parent176188d16eab0a8c56537c2c6d119a6807f47999
Implement notification framework

JIRA: PHAROS-265

The framework can be used by the dashboard and the labs to exchange
notifications about booking events and pod status.

Change-Id: Ibd7cd353c4933f7662d5368182faef8298b85efc
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
pharos-dashboard/notification_framework/__init__.py [new file with mode: 0644]
pharos-dashboard/notification_framework/notification.py [new file with mode: 0644]