Implement notification framework 95/21395/1
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)
commit24fc0008d2ffcfa2dc9d2d7c74e8f0b3a5345d84
treec9c21b6afdb139789e8ab96cf3bed1ab9dfa5d59
parent3f96bdbe6542c2600def600514d577aea351ff3d
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>
tools/pharos-dashboard/notification_framework/__init__.py [new file with mode: 0644]
tools/pharos-dashboard/notification_framework/notification.py [new file with mode: 0644]