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:
@@ -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>
|
||||
|
||||
18
doc/admin-guide-cloud/ch_telemetry.xml
Normal file
18
doc/admin-guide-cloud/ch_telemetry.xml
Normal 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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user