Monasca Specifications
Go to file
Ashwin Agate f01ecbb9ad Monasca Events Publishing Spec
Monasca Events API was developed to store events
data in Elasticsearch.

There is still a need to collect and publish
Openstack Notifications as Monasca Events.

This commit includes a specification for creating a new Monasca
Events Listener service that would be independent of Ceilometer.
This is being proposed for the Stein cycle.

Monasca Ceilometer project currently publishes ceilometer samples
to Monasca API. An alternate specification proposes to extend Monasca
Ceilometer project and add a new events publisher which would publish
Openstack notifications (or events) to Monasca Events API.
This solution was proposed for Rocky but will not be implemented
as the Ceilometer Events feature has been deprecated on master.

Co-Authored-By: Joseph Davis <joseph.davis@suse.com>
Co-Authored-By: Ashwin Agate <ashwin.agate@suse.com>

Story: 2003023
Task: 23047

Change-Id: I8ed7a19c0565a0cd613866934eb2540ae46c847d
2018-12-14 08:15:49 -08:00
doc/source Monasca Events Publishing Spec 2018-12-14 08:15:49 -08:00
priorities Add Priorities page for Stein 2018-10-10 15:34:52 +01:00
specs Monasca Events Publishing Spec 2018-12-14 08:15:49 -08:00
.gitignore Define repository structure 2017-09-19 18:04:02 +02:00
.gitreview Added .gitreview 2017-09-06 09:18:59 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-22 18:50:31 -04:00
LICENSE Define repository structure 2017-09-19 18:04:02 +02:00
README.rst Monasca Events Publishing Spec 2018-12-14 08:15:49 -08:00
requirements.txt Define repository structure 2017-09-19 18:04:02 +02:00
setup.cfg Define repository structure 2017-09-19 18:04:02 +02:00
setup.py Define repository structure 2017-09-19 18:04:02 +02:00
test-requirements.txt Define repository structure 2017-09-19 18:04:02 +02:00
tox.ini fix tox python3 overrides 2018-09-26 18:56:50 -04:00

README.rst

Team and repository tags

image

README

Monasca Specifications

This git repository is used to hold priorities and approved design specifications for additions to the Monasca project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself.

The layout of this repository is:

priorities/<release>/
specs/<release>/

Where there are three sub-directories in specs:

specs/<release>/approved

Specifications approved, but not yet implemented

specs/<release>/implemented

Implemented specifications

specs/<release>/not-implemented

Specifications that were approved but are not expected to be implemented. These are kept for historical reference.