Add Ceilometer Admin guide chapter to OS manuals

Add the chapter file and the corresponding entry in
bk_admin_guide_cloud.xml. for initializing the Telemtery chapter.
Also add the skeletons for the main sections. The content will be
added in dependent patch sets.

Implements: blueprint add-ceilometer-admin-guide-to-openstack-manuals
Change-Id: I99bd13faee0f92cd9688a180acbe10bb9d0a8f13
This commit is contained in:
Ildiko Vancsa
2014-07-22 16:47:34 +02:00
parent 41d5472366
commit 2509c15c50
7 changed files with 64 additions and 0 deletions

View File

@@ -134,5 +134,6 @@
<xi:include href="ch_objectstorage.xml"/>
<xi:include href="ch_blockstorage.xml"/>
<xi:include href="ch_networking.xml"/>
<xi:include href="ch_telemetry.xml"/>
<xi:include href="../common/app_support.xml"/>
</book>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="ch_admin-openstack-telemetry">
<title>Telemetry</title>
<para>The Telemetry module is the metering service in OpenStack.</para>
<section xml:id="section_telemetry-introduction">
<title>Introduction</title>
<para>TBD</para>
</section>
<xi:include href="telemetry/section_telemetry-system-architecture.xml"/>
<xi:include href="telemetry/section_telemetry-data-collection.xml"/>
<xi:include href="telemetry/section_telemetry-data-retrieval.xml"/>
<xi:include href="telemetry/section_telemetry-alarms.xml"/>
<xi:include href="telemetry/section_telemetry-troubleshooting-guide.xml"/>
</chapter>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_telemetry-alarms">
<title>Alarms</title>
<para>TBD</para>
</section>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_telemetry-data-collection">
<title>Data collection</title>
<para>TBD</para>
</section>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_telemetry-data-retrieval">
<title>Data retrieval</title>
<para>TBD</para>
</section>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_telemetry-system-architecture">
<title>System architecture</title>
<para>TBD</para>
</section>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="section_telemetry-troubleshooting-guide">
<title>Troubleshoot Telemetry</title>
<para>TBD</para>
</section>