Bug 1318397

Summary: [Docs][Director] Documentation needed to explain how to enable Ceilometer to store events in the undercloud and overcloud
Product: Red Hat OpenStack Reporter: Tzu-Mainn Chen <tzumainn>
Component: documentationAssignee: RHOS Documentation Team <rhos-docs>
Status: CLOSED EOL QA Contact: RHOS Documentation Team <rhos-docs>
Severity: unspecified Docs Contact:
Priority: urgent    
Version: 8.0 (Liberty)CC: augol, dcadzow, ealcaniz, gfidente, hbrock, jcoufal, jslagle, mbultel, mburns, mcornea, ohochman, rhel-osp-director-maint, rhos-docs, srevivo, whayutin, zbitter
Target Milestone: gaKeywords: Automation, Documentation, Triaged
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1269285 Environment:
Last Closed: 2019-04-02 13:33:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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