c71296175f
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I47786e5f70b64e1b14d1015ec5613a538ef8fc52
18 lines
514 B
XML
18 lines
514 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<part 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="ha-using-active-active">
|
|
|
|
<title>HA using active/active</title>
|
|
|
|
|
|
<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>
|