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
20 lines
985 B
XML
20 lines
985 B
XML
<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-network">
|
|
<info>
|
|
<title>Network controller cluster stack</title>
|
|
</info>
|
|
<simpara>The network controller sits on the management and data network, and needs to be connected to the Internet if a VM needs access to it.</simpara>
|
|
<note>
|
|
<simpara>Both nodes should have the same hostname since the Networking scheduler will be
|
|
aware of one node, for example a virtual router attached to a single L3 node.</simpara>
|
|
</note>
|
|
|
|
<xi:include href="./network/section_highly_available_neutron_l3_agent.xml"/>
|
|
<xi:include href="./network/section_highly_available_neutron_dhcp_agent.xml"/>
|
|
<xi:include href="./network/section_highly_available_neutron_metadata_agent.xml"/>
|
|
<xi:include href="./network/section_manage_network_resources.xml"/>
|
|
|
|
</chapter>
|