Bug 1318397 - [Docs][Director] Documentation needed to explain how to enable Ceilometer to store events in the undercloud and overcloud
Summary: [Docs][Director] Documentation needed to explain how to enable Ceilometer to ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
urgent
unspecified
Target Milestone: ga
: 8.0 (Liberty)
Assignee: RHOS Documentation Team
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-16 18:20 UTC by Tzu-Mainn Chen
Modified: 2019-04-02 13:33 UTC (History)
16 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1269285
Environment:
Last Closed: 2019-04-02 13:33:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Tzu-Mainn Chen 2016-03-16 18:20:07 UTC
A new feature in OSP8 enables Ceilometer to store events in both the undercloud and overcloud.  This feature needs to be documented so users know how to enable it.  The gist of the documentation needed is as follows:

Undercloud
----------

Before running 'openstack undercloud install', edit 'undercloud.conf' by setting 'store_events' to 'true'.

Overcloud
---------

Create an additional environment file called 'ceilometer.yaml' that has the following contents:

parameter_defaults:
  CeilometerStoreEvents: true

Add this environment file to the overcloud deploy command.  For example:

openstack overcloud deploy --templates -e ~/ceilometer.yaml


Note You need to log in before you can comment on or make changes to this bug.