From a9ae363f8f3bc590434acb8aed2cde1d58243c80 Mon Sep 17 00:00:00 2001 From: Vitaly Gridnev Date: Mon, 11 Aug 2014 17:59:52 +0400 Subject: [PATCH] Update docs with Sahara notifications configuration Partially implement: blueprint ceilometer-integration Change-Id: Ic062baade93c9b31a7d57c05f96de7b28e1c0ab8 --- doc/source/install/development.rst | 3 +++ doc/source/install/manual.rst | 16 ++++++++++++++++ doc/source/measurements.rst | 13 +++++++++++++ 3 files changed, 32 insertions(+) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index 53cedbecd..1d45bcead 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -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. diff --git a/doc/source/install/manual.rst b/doc/source/install/manual.rst index 114603cf3..3aa18c152 100644 --- a/doc/source/install/manual.rst +++ b/doc/source/install/manual.rst @@ -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 ======================== diff --git a/doc/source/measurements.rst b/doc/source/measurements.rst index b030e079c..1b5eb7dad 100644 --- a/doc/source/measurements.rst +++ b/doc/source/measurements.rst @@ -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) ==============