Update docs with Sahara notifications configuration

Partially implement: blueprint ceilometer-integration

Change-Id: Ic062baade93c9b31a7d57c05f96de7b28e1c0ab8
This commit is contained in:
Vitaly Gridnev 2014-08-11 17:59:52 +04:00
parent 44b7bd3e73
commit a9ae363f8f
3 changed files with 32 additions and 0 deletions

View File

@ -63,3 +63,6 @@ ceilometer::
# Enable the ceilometer api services
enable_service ceilometer-api
6. If you use Data Processing (Sahara) service at your DevStack, it will
generate notifications by default.

View File

@ -583,6 +583,22 @@ Or if migration to oslo.messaging is done for Icehouse:
notification_driver=oslo.messaging.notifier.Notifier
Configuring Sahara to send notifications
========================================
Configure the driver in ``sahara.conf``
::
enable_notifications=true
notification_driver=messaging
Also you need to configure RPC-related options correctly as written above
for other parts of installation guide. Refer to :doc:`/configuration` for
details about any other options you might want to modify before starting
the service.
Notifications queues
========================

View File

@ -230,6 +230,19 @@ stack.suspend Delta stack stack ID notificati
To enable Heat notifications configure Heat as described in :ref:`installing_manually`.
Data Processing (Sahara)
========================
=============================== ========== ========== =========== ============ =================================================
Name Type Unit Resource Origin Note
=============================== ========== ========== =========== ============ =================================================
cluster.create Delta cluster cluster ID notification Creation requests for a cluster successful
cluster.update Delta cluster cluster ID notification Updating status requests for a cluster successful
cluster.delete Delta cluster cluster ID notification Deletion requests for a cluster successful
=============================== ========== ========== =========== ============ =================================================
To enable Sahara notifications configure Sahara as described in :ref:`installing_manually`.
Energy (Kwapi)
==============