openstack-manuals/doc/high-availability-guide/ch_ha_aa_network.xml
Nicholas Chase d6af412fa7 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
2014-05-31 20:55:29 -04:00

49 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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="ha-aa-network">
<info>
<title>OpenStack network nodes</title>
</info>
<simpara>OpenStack network nodes contain:</simpara>
<itemizedlist>
<listitem>
<simpara>
neutron DHCP agent
</simpara>
</listitem>
<listitem>
<simpara>
neutron L2 agent
</simpara>
</listitem>
<listitem>
<simpara>
Neutron L3 agent
</simpara>
</listitem>
<listitem>
<simpara>
neutron metadata agent
</simpara>
</listitem>
<listitem>
<simpara>
neutron lbaas agent
</simpara>
</listitem>
</itemizedlist>
<note>
<simpara>The neutron L2 agent does not need to be highly available. It has to be
installed on each Data Forwarding Node and controls the virtual networking
drivers as Open vSwitch or Linux Bridge. One L2 agent runs per node
and controls its virtual interfaces. Thats why it cannot be distributed and
highly available.</simpara>
</note>
<xi:include href="./ha_aa_network/section_run_neutron_dhcp_agent.xml"/>
<xi:include href="./ha_aa_network/section_run_neutron_l3_agent.xml"/>
<xi:include href="./ha_aa_network/section_run_neutron_metadata_agent.xml"/>
</chapter>