openstack-manuals/doc/high-availability-guide/pacemaker/section_install_packages.xml
Christian Berendt c71296175f Unified the syntax of the XML root element (high-availability-guide)
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
2014-07-09 21:28:04 +02:00

44 lines
1.4 KiB
XML

<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="_install_packages">
<title>Install packages</title>
<para>On any host that is meant to be part of a Pacemaker cluster, you must
first establish cluster communications through the Corosync messaging
layer. This involves Install the following packages (and their
dependencies, which your package manager will normally install
automatically):</para>
<itemizedlist>
<listitem>
<para><literal>pacemaker</literal> Note that the crm shell should be downloaded separately.
</para>
</listitem>
<listitem>
<para>
<literal>crmsh</literal>
</para>
</listitem>
<listitem>
<para>
<literal>corosync</literal>
</para>
</listitem>
<listitem>
<para>
<literal>cluster-glue</literal>
</para>
</listitem>
<listitem>
<para><literal>fence-agents</literal> (Fedora only; all other distributions use fencing
agents from <literal>cluster-glue</literal>)
</para>
</listitem>
<listitem>
<para>
<literal>resource-agents</literal>
</para>
</listitem>
</itemizedlist>
</section>