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~
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eb934e4a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/eb934e4a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/eb934e4a Branch: refs/heads/scaleupvm Commit: eb934e4ac8b682bf0c77e22649257765b69b7c54 Parents: 4f09138 Author: David Grizzanti <[email protected]> Authored: Wed Mar 20 11:43:19 2013 -0400 Committer: radhikap <[email protected]> Committed: Mon Mar 25 12:03:17 2013 +0530 ---------------------------------------------------------------------- .../en-US/management-server-install-multi-node.xml | 3 +-- docs/en-US/management-server-lb.xml | 7 ++++++- docs/en-US/sys-reliability-and-ha.xml | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/eb934e4a/docs/en-US/management-server-install-multi-node.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/management-server-install-multi-node.xml b/docs/en-US/management-server-install-multi-node.xml index 3f011b8..21cf28f 100644 --- a/docs/en-US/management-server-install-multi-node.xml +++ b/docs/en-US/management-server-install-multi-node.xml @@ -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> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/eb934e4a/docs/en-US/management-server-lb.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/management-server-lb.xml b/docs/en-US/management-server-lb.xml index 85a8622..9aee154 100644 --- a/docs/en-US/management-server-lb.xml +++ b/docs/en-US/management-server-lb.xml @@ -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> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/eb934e4a/docs/en-US/sys-reliability-and-ha.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/sys-reliability-and-ha.xml b/docs/en-US/sys-reliability-and-ha.xml index 3d6ebe1..e3c1cd9 100644 --- a/docs/en-US/sys-reliability-and-ha.xml +++ b/docs/en-US/sys-reliability-and-ha.xml @@ -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" />
