From 8d6562cd8f1fdbd50cdb2e32a334c072e6ab8186 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 22 Mar 2014 12:05:41 +0100 Subject: [PATCH] config-reference: add a Telemetry section Add a basic Telemetry section providing configuration tables and configuration files for ceilometer. Closes-Bug: #1284472 Change-Id: I7483c7c66d00dd198e6f7265b6c65e54ab9fcb96 --- doc/config-reference/bk-config-ref.xml | 2 + .../ch_telemetryconfigure.xml | 42 +++++++++++++++++++ ...n_telemetry-sample-configuration-files.xml | 38 +++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 doc/config-reference/ch_telemetryconfigure.xml create mode 100644 doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml diff --git a/doc/config-reference/bk-config-ref.xml b/doc/config-reference/bk-config-ref.xml index 70c1762553..9c0f1f800c 100644 --- a/doc/config-reference/bk-config-ref.xml +++ b/doc/config-reference/bk-config-ref.xml @@ -117,6 +117,8 @@ + + diff --git a/doc/config-reference/ch_telemetryconfigure.xml b/doc/config-reference/ch_telemetryconfigure.xml new file mode 100644 index 0000000000..27cd70292c --- /dev/null +++ b/doc/config-reference/ch_telemetryconfigure.xml @@ -0,0 +1,42 @@ + + + Telemetry + The Telemetry service collects measurements within OpenStack. Its + various agents and services are configured in the + /etc/ceilometer/ceilometer.conf file. + To install Telemetry, see the OpenStack Installation + Guide for your distribution (docs.openstack.org). + + The following tables provide a comprehensive list of the Telemetry + configuration options. + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml b/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml new file mode 100644 index 0000000000..cb6d5e3042 --- /dev/null +++ b/doc/config-reference/telemetry/section_telemetry-sample-configuration-files.xml @@ -0,0 +1,38 @@ +
+ Telemetry sample configuration files + All the files in this section can be found in the /etc/ceilometer/ directory. +
+ ceilometer.conf + The configuration for the Telemetry services and agents is + found in the ceilometer.conf file. + This file must be modified after installation. + +
+
+ event_definitions.yaml + The event_definitions.yaml file defines how + events received from other OpenStack components should be translated + to Telemetry samples. + You should not need to modify this file. + +
+
+ pipeline.yaml + Pipelines describe a coupling between sources of samples and the + corresponding sinks for transformation and publication of these + data. They are defined in the pipeline.yaml + file. + You should not need to modify this file. + +
+
+ policy.json + The policy.json file defines additional + access controls that apply to the Telemetry service. + +
+ +