You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/02/07 07:25:02 UTC

git commit: refs/heads/master - CLOUDSTACK-1050:Documentation for adding load balancer rule

Updated Branches:
  refs/heads/master 5fe1ef47d -> eea74f5dd


CLOUDSTACK-1050:Documentation for adding load balancer rule


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/eea74f5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/eea74f5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/eea74f5d

Branch: refs/heads/master
Commit: eea74f5ddd1f2e5322c5f4781f747319e31e5c87
Parents: 5fe1ef4
Author: Radhika PC <ra...@citrix.com>
Authored: Thu Feb 7 11:44:33 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Feb 7 11:44:33 2013 +0530

----------------------------------------------------------------------
 docs/en-US/add-load-balancer-rule.xml              |   30 ++++++++------
 docs/en-US/load-balancer-rules.xml                 |   22 +++++++---
 .../en-US/sticky-session-policies-for-lb-rules.xml |   21 ++++++++--
 3 files changed, 48 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/eea74f5d/docs/en-US/add-load-balancer-rule.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/add-load-balancer-rule.xml b/docs/en-US/add-load-balancer-rule.xml
index 8cd0da4..2d911fe 100644
--- a/docs/en-US/add-load-balancer-rule.xml
+++ b/docs/en-US/add-load-balancer-rule.xml
@@ -4,19 +4,19 @@
 %BOOK_ENTITIES;
 ]>
 <!-- Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
-	http://www.apache.org/licenses/LICENSE-2.0
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 <section id="add-load-balancer-rule">
   <title>Adding a Load Balancer Rule</title>
@@ -70,6 +70,10 @@
             the algorithm for the stickiness policy. See Sticky Session Policies for Load Balancer
             Rules.</para>
         </listitem>
+        <listitem>
+          <para><emphasis role="bold">AutoScale</emphasis>: Click Configure and complete the
+            AutoScale configuration as explained in <xref linkend="autoscale"/>.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
     <listitem>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/eea74f5d/docs/en-US/load-balancer-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/load-balancer-rules.xml b/docs/en-US/load-balancer-rules.xml
index 1ce5cd0..7773900 100644
--- a/docs/en-US/load-balancer-rules.xml
+++ b/docs/en-US/load-balancer-rules.xml
@@ -22,11 +22,19 @@
     under the License.
 -->
 <section id="load-balancer-rules">
-    <title>Load Balancer Rules</title>
-    <para>A &PRODUCT; user or administrator may create load balancing rules that balance traffic received at a public IP to one or more VMs. A user creates a rule, specifies an algorithm, and assigns the rule to a set of VMs.</para>
-    <note><para>If you create load balancing rules while using a network service offering that includes an external load balancer device such as NetScaler, and later change the network service offering to one that uses the &PRODUCT; virtual router, you must create a firewall rule on the virtual router for each of your existing load balancing rules so that they continue to function.</para>
-    </note>
-    <para></para>
-    <xi:include href="add-load-balancer-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="sticky-session-policies-for-lb-rules.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <title>Load Balancer Rules</title>
+  <para>A &PRODUCT; user or administrator may create load balancing rules that balance traffic
+    received at a public IP to one or more VMs. A user creates a rule, specifies an algorithm, and
+    assigns the rule to a set of VMs.</para>
+  <note>
+    <para>If you create load balancing rules while using a network service offering that includes an
+      external load balancer device such as NetScaler, and later change the network service offering
+      to one that uses the &PRODUCT; virtual router, you must create a firewall rule on the virtual
+      router for each of your existing load balancing rules so that they continue to
+      function.</para>
+  </note>
+  <para/>
+  <xi:include href="add-load-balancer-rule.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  <xi:include href="sticky-session-policies-for-lb-rules.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude"/>
 </section>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/eea74f5d/docs/en-US/sticky-session-policies-for-lb-rules.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/sticky-session-policies-for-lb-rules.xml b/docs/en-US/sticky-session-policies-for-lb-rules.xml
index a8acfa0..0978085 100644
--- a/docs/en-US/sticky-session-policies-for-lb-rules.xml
+++ b/docs/en-US/sticky-session-policies-for-lb-rules.xml
@@ -21,10 +21,21 @@
  specific language governing permissions and limitations
  under the License.
 -->
-
 <section id="sticky-session-policies-for-lb-rules">
-    <title>Sticky Session Policies for Load Balancer Rules</title>
-    <para>Sticky sessions are used in Web-based applications to ensure continued availability of information across the multiple requests in a user's session. For example, if a shopper is filling a cart, you need to remember what has been purchased so far. The concept of "stickiness" is also referred to as persistence or maintaining state.</para>
-    <para>Any load balancer rule defined in &PRODUCT; can have a stickiness policy. The policy consists of a name, stickiness method, and parameters. The parameters are name-value pairs or flags, which are defined by the load balancer vendor. The stickiness method could be load balancer-generated cookie, application-generated cookie, or source-based. In the source-based method, the source IP address is used to identify the user and locate the user’s stored data. In the other methods, cookies are used. The cookie generated by the load balancer or application is included in request and response URLs to create persistence.  The cookie name can be specified by the administrator or automatically generated. A variety of options are provided to control the exact behavior of cookies, such as how they are generated and whether they are cached.</para>
-    <para>For the most up to date list of available stickiness methods, see the &PRODUCT; UI or call listNetworks and check the SupportedStickinessMethods capability.</para>
+  <title>Sticky Session Policies for Load Balancer Rules</title>
+  <para>Sticky sessions are used in Web-based applications to ensure continued availability of
+    information across the multiple requests in a user's session. For example, if a shopper is
+    filling a cart, you need to remember what has been purchased so far. The concept of "stickiness"
+    is also referred to as persistence or maintaining state.</para>
+  <para>Any load balancer rule defined in &PRODUCT; can have a stickiness policy. The policy
+    consists of a name, stickiness method, and parameters. The parameters are name-value pairs or
+    flags, which are defined by the load balancer vendor. The stickiness method could be load
+    balancer-generated cookie, application-generated cookie, or source-based. In the source-based
+    method, the source IP address is used to identify the user and locate the user’s stored data. In
+    the other methods, cookies are used. The cookie generated by the load balancer or application is
+    included in request and response URLs to create persistence. The cookie name can be specified by
+    the administrator or automatically generated. A variety of options are provided to control the
+    exact behavior of cookies, such as how they are generated and whether they are cached.</para>
+  <para>For the most up to date list of available stickiness methods, see the &PRODUCT; UI or call
+    listNetworks and check the SupportedStickinessMethods capability.</para>
 </section>