You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/02/13 16:50:41 UTC

git commit: fix bullet lists

Updated Branches:
  refs/heads/master 1114d178b -> 3d2a4e997


fix bullet lists


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/3d2a4e99
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/3d2a4e99
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/3d2a4e99

Branch: refs/heads/master
Commit: 3d2a4e997bee4f0486ed44fecedcc18cd0b89dac
Parents: 1114d17
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Thu Feb 13 16:50:38 2014 +0100
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Thu Feb 13 16:50:38 2014 +0100

----------------------------------------------------------------------
 source/concepts.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/3d2a4e99/source/concepts.rst
----------------------------------------------------------------------
diff --git a/source/concepts.rst b/source/concepts.rst
index a031806..34e9b8d 100644
--- a/source/concepts.rst
+++ b/source/concepts.rst
@@ -23,7 +23,8 @@ Apache CloudStack is an open source Infrastructure-as-a-Service platform that
 manages and orchestrates pools of storage, network, and computer resources to 
 build a public or private IaaS compute cloud. 
 
-With CloudStack you can: 
+With CloudStack you can:
+
 * Set up an on-demand elastic cloud computing service. 
 * Allow end-users to provision resources
 
@@ -36,6 +37,7 @@ Multiple Hypervisor Support
 CloudStack works with a variety of hypervisors and hypervisor-like technologies. A single 
 cloud can contain multiple hypervisor implementations. As of the current release CloudStack 
 supports: 
+
 * vSphere (via vCenter)
 * KVM
 * Xenserver
@@ -112,6 +114,7 @@ virtual machines to hosts and assigns storage and IP addresses to the virtual ma
 Server runs in an Apache Tomcat container and requires a MySQL database for persistence.
 
 The management server:
+
 * Provides the web interface for both the adminstrator and end user. 
 * Provides the API interfaces for both the CloudStack API as well as the EC2 interface. 
 * Manages the assignment of guest VMs to a specific compute resource
@@ -176,6 +179,7 @@ infrastructure into zones is to provide physical isolation and redundancy. For e
 own power supply and network uplink, and the zones can be widely separated geographically (though this is not required).
 
 A zone consists of:
+
 * One or more pods. Each pod contains one or more clusters of hosts and one or more primary storage servers.
 * A zone may contain one or more primary storage servers, which are shared by all the pods in the zone.
 * Secondary storage, which is shared by all the pods in the zone.
@@ -194,6 +198,7 @@ Hosts in the same zone are directly accessible to each other without having to g
 in different zones can access each other through statically configured VPN tunnels.
 
 For each zone, the administrator must decide the following.
+
 * How many pods to place in each zone.
 * How many clusters to place in each pod.
 * How many hosts to place in each cluster.
@@ -267,6 +272,7 @@ Secondary Storage
 ~~~~~~~~~~~~~~~~~
 
 Secondary storage stores the following:
+
 * Templates — OS images that can be used to boot VMs and can include additional configuration information, such as installed applications
 * ISO images — disc images containing data or bootable media for operating systems
 * Disk volume snapshots — saved copies of VM data which can be used for data recovery or to create new templates
@@ -382,6 +388,7 @@ shared by physical machines, the guest virtual router, and other entities, it is
 scaling up a pod whose nodes are running ESXi.
 
 To ensure adequate headroom to scale private IP space in an ESXi pod that uses advanced networking, use one or both of the following techniques:
+
 * Specify a larger CIDR block for the subnet. A subnet mask with a /20 suffix will provide more than 4,000 IP addresses.
 * Create multiple pods, each with its own subnet. In example, if you create 10 pods and each pod has 255 IPs, this will provide 2,550 IP addresses.