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:
13
doc/high-availability-guide/ch_controller.xml
Normal file
13
doc/high-availability-guide/ch_controller.xml
Normal 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>
|
||||
Reference in New Issue
Block a user