d6af412fa7
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
16 lines
510 B
XML
16 lines
510 B
XML
<part 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="ha-using-active-active">
|
|
<info>
|
|
<title>HA using active/active</title>
|
|
</info>
|
|
|
|
<xi:include href="./ch_ha_aa_db.xml"/>
|
|
<xi:include href="./ch_ha_aa_rabbitmq.xml"/>
|
|
<xi:include href="./ch_ha_aa_haproxy.xml"/>
|
|
<xi:include href="./ch_ha_aa_controllers.xml"/>
|
|
<xi:include href="./ch_ha_aa_network.xml"/>
|
|
|
|
</part>
|