Delete High availability section.

Now We have HA guide,delete high availability section in the admin guide.

Closes-Bug: #1363350

Change-Id: I2e7aec55e97f300f80411672d6d2d415a4852993
This commit is contained in:
Hidekazu Nakamura 2014-08-30 06:05:23 +00:00
parent 661e9a981e
commit 016e9b14ff
2 changed files with 0 additions and 52 deletions

View File

@ -20,6 +20,5 @@
<xi:include href="networking/section_networking_adv_features.xml"/>
<xi:include href="networking/section_networking_adv_operational_features.xml"/>
<xi:include href="networking/section_networking_auth.xml"/>
<xi:include href="networking/section_networking_high_avail.xml"/>
<xi:include href="networking/section_networking_pagination_and_sorting_support.xml"/>
</chapter>

View File

@ -1,51 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<section 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="section_high_avail">
<title>High availability</title>
<para>The use of high availability in a Networking deployment
helps mitigate the impact of individual node failures. In general, you
can run <systemitem class="service"
>neutron-server</systemitem> and <systemitem
class="service">neutron-dhcp-agent</systemitem> in an
<glossterm baseform="active/active configuration">active/active</glossterm>
fashion.
You can run the <systemitem
class="service">neutron-l3-agent</systemitem> service
as <glossterm baseform="active/passive configuration">active/passive</glossterm>,
which avoids IP
conflicts with respect
to gateway IP addresses.</para>
<section xml:id="ha_pacemaker">
<title>Networking high availability with Pacemaker</title>
<para>You can run some Networking services in a cluster
configuration (active/passive or active/active for
Networking server only) with Pacemaker.</para>
<para>Download the latest resources agents:</para>
<itemizedlist>
<listitem>
<para>neutron-server: <link
xlink:href="https://github.com/madkiss/openstack-resource-agents/blob/master/ocf/neutron-server"
>https://github.com/madkiss/openstack-resource-agents</link></para>
</listitem>
<listitem>
<para>neutron-dhcp-agent: <link
xlink:href="https://github.com/madkiss/openstack-resource-agents/blob/master/ocf/neutron-agent-dhcp"
>https://github.com/madkiss/openstack-resource-agents</link></para>
</listitem>
<listitem>
<para>neutron-l3-agent: <link
xlink:href="https://github.com/madkiss/openstack-resource-agents/blob/master/ocf/neutron-agent-l3"
>https://github.com/madkiss/openstack-resource-agents</link></para>
</listitem>
</itemizedlist>
<note>
<para>For information about how to build a cluster,
see <link
xlink:href="http://www.clusterlabs.org/wiki/Documentation"
>Pacemaker documentation</link>.</para>
</note>
</section>
</section>