Add alarm API module ricxappframe.alarm.alarm 43/3943/7
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 2 Jun 2020 00:53:12 +0000 (20:53 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Fri, 5 Jun 2020 15:07:17 +0000 (11:07 -0400)
commit81084bc31ea1d5cde6616dd2267ea01f49a1d6d1
tree1cca356fd0588f091ff10ac49aec26245b33357d
parent884192bf7ab8d637e8007760fbe50dbcdccd4671
Add alarm API module ricxappframe.alarm.alarm

New python module provides data types like AlarmDetail and
an AlarmManager class to create, raise and clear alarms by
sending messages via RMR, which should route to Alarm Adapter.
Builds JSON messages to match implementation in ric-plt/alarm-go.
Add JSON schema for alarm message as documentation.
Bump xappframepy version to 1.2.0.

Issue-ID: RIC-380
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I746bca0c0982314b6837c042b60747398a92f456
docs/alarm_api.rst [new file with mode: 0644]
docs/index.rst
docs/release-notes.rst
ricxappframe/alarm/__init__.py [new file with mode: 0644]
ricxappframe/alarm/alarm-schema.json [new file with mode: 0644]
ricxappframe/alarm/alarm.py [new file with mode: 0644]
tests/fixtures/test_local.rt
tests/test_alarm.py [new file with mode: 0644]
tox.ini