Break HA Guide into chapters and sections

This patch breaks the monolithic bk-ha-guide.xml file into chapters
and sections. Section files are placed in subdirectories, with the
subdirectories named after the chapters (and parts) to which they
belong.

This patch just does structural fixes. Once it's in, we can begin to
do content cleanup in manageable chunks.

Change-Id: I27397834141a3e6c305f60e71350ce869ab7c8a1
Implements: blueprint convert-ha-guide-to-docbook
This commit is contained in:
Nicholas Chase
2014-05-30 00:39:47 -04:00
parent 8415a039af
commit d6af412fa7
42 changed files with 2398 additions and 2194 deletions

View File

@@ -0,0 +1,13 @@
<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-controller">
<info>
<title>Cloud controller cluster stack</title>
</info>
<simpara>The cloud controller runs on the management network and must talk to all other services.</simpara>
<xi:include href="./controller/section_mysql.xml"/>
<xi:include href="./controller/section_rabbitmq.xml"/>
</chapter>