mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1714/CLOUDSTACK-1715 - updates to install guide sections to fix section title, add information on host global config parameter, and include reference to management lb in admin guide~
This commit is contained in:
parent
4f09138364
commit
eb934e4ac8
|
|
@ -65,8 +65,7 @@ linkend="sect-source-buildrpm"/> or <xref linkend="sect-source-builddebs"/> as
|
|||
<para>Repeat these steps on each additional Management Server. </para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Be sure to configure a load balancer for the Management Servers. See Management Server
|
||||
Load Balancing.</para>
|
||||
<para>Be sure to configure a load balancer for the Management Servers. See <xref linkend="management-server-lb"/>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
under the License.
|
||||
-->
|
||||
<section id="management-server-lb">
|
||||
<title>Setting Zone VLAN and Running VM Maximums</title>
|
||||
<title>Management Server Load Balancing</title>
|
||||
<para>&PRODUCT; can use a load balancer to provide a virtual IP for multiple Management
|
||||
Servers. The administrator is responsible for creating the load balancer rules for the
|
||||
Management Servers. The application requires persistence or stickiness across multiple sessions.
|
||||
|
|
@ -58,4 +58,9 @@
|
|||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
<para>In addition to above settings, the adminstrator is responsible for setting the 'host' global
|
||||
config value from the management server IP to load balancer virtual IP address.
|
||||
If the 'host' value is not set to the VIP for Port 8250 and one of your management servers crashes,
|
||||
the UI is still available but the system VMs will not be able to contact the management server.
|
||||
</para>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
<chapter id="sys-reliability-and-ha">
|
||||
<title>System Reliability and High Availability</title>
|
||||
<xi:include href="ha-management-server.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="management-server-lb.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||
<xi:include href="ha-enabled-vm.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="ha-for-hosts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="primary-storage-outage-and-data-loss.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue