0cd5218f50
Closes-Bug: #1352053 Minor ormatting, capitalization and verb tense corrections Corrections to IP addresses in some examples and replacing "VIP" with "virtual IP" for simplicity. Calling out split-brain possibility in 2-node cluster with required quorum override Amended with feedback from Andreas Jaeger and Christian Berendt on patch set 1 and 2 Change-Id: I1cc532d73483ad82d1ceaec92a8caf11071a7d0e
22 lines
996 B
XML
22 lines
996 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter 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="ch-network">
|
|
|
|
<title>Network controller cluster stack</title>
|
|
|
|
<para>The network controller sits on the management and data network, and needs to be connected to the Internet if an instance will need access to the Internet.</para>
|
|
<note>
|
|
<para>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.</para>
|
|
</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>
|