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/05/19 08:50:26 UTC

[2/8] git commit: api-change, compat matrix, sysvm-urls: cs4.4 updated

api-change, compat matrix,sysvm-urls: cs4.4 updated

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/54cce38e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/54cce38e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/54cce38e

Branch: refs/heads/master
Commit: 54cce38eb933b40999d5ab8f6bb7382d83993e29
Parents: 6482ca1
Author: Pierre-Luc Dion <pd...@cloudops.com>
Authored: Sun May 18 09:44:03 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 19 08:49:38 2014 +0200

----------------------------------------------------------------------
 source/about.rst       | 99 ++++++++++++++++++++++++++++-----------------
 source/api-changes.rst | 23 ++++++++++-
 source/compat.rst      | 85 +++++---------------------------------
 source/global.rst      | 10 +++--
 source/index.rst       |  4 +-
 5 files changed, 103 insertions(+), 118 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/about.rst
----------------------------------------------------------------------
diff --git a/source/about.rst b/source/about.rst
index be9fd99..23d1adc 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -15,64 +15,87 @@
    
 
 What's New in |version|
-=======================
+#######################
 
 CloudStack |version| includes the following new features and improvements.
 
 
- 
-[Storage] Support managed storage for root disks
-------------------------------------------------
-
-Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in <http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/master/configuration.html#configuring-a-storage-plug-in>`_
-
-Supported hypervisors: XenServer, VMware
-
-[Storage] Root disk resize
-------------------------------------------------
+Support managed storage for root disks
+======================================
 
-Allow Root disk resize which remove need to have multiple templates of the same Operating System for different disk size.
+   Use of Primary Storage Plug-in for Root disks. See `Configuring a Storage Plug-in <http://docs.cloudstack.apache.org/projects/cloudstack-    installation/en/master/configuration.html#configuring-a-storage-plug-in>`_
+      
+   ====================== ===========================================================================================================
+   Supported hypervisors: XenServer, VMware
+   ====================== ===========================================================================================================
 
-Supported hypervisor: KVM
 
-`Root resize Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Root+Resize+Support>`_
+Root disk resize
+======================================
 
-[Storage] Per primary Storage OverProvisioning
-------------------------------------------------
-
-Added per Primary Storage ``storage.overprovisioning.factor`` setting to overseed the Global Settings value.
-
-- admin can update an existing primary store by setting ``storage.overprovisioning.factor`` in the per primary setting.
-- This value will override the value at the global level. This leverages the granularity of global parameters introduced in 4.2
-- To fall back to the global value, null value can be passed.
-- To disable overprovision a value of 1 will be passed.
+   Allow Root disk resize which remove need to have multiple templates of the same Operating System for different disk size.
+   
+   ====================== ===========================================================================================================
+   Supported hypervisor:  KVM
+   Link                   `Root resize Functional spec`_
+   ====================== ===========================================================================================================
 
-`Storage Over Prov. Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+OverProvisioning+as+Per+Primary+Basis>`_
 
+Per primary Storage OverProvisioning
+======================================
 
-[Hypervisor] VMWare Support for DRS
-------------------------------------------------
+   Added per Primary Storage ``storage.overprovisioning.factor`` setting to overseed the Global Settings value.
+   
+   - admin can update an existing primary store by setting ``storage.overprovisioning.factor`` in the per primary setting.
+   - This value will override the value at the global level. This leverages the granularity of global parameters introduced in 4.2
+   - To fall back to the global value, null value can be passed.
+   - To disable overprovision a value of 1 will be passed.
+ 
+   ====================== ===========================================================================================================
+   Supported hypervisor:  KVM
+   link                   `Storage Over Prov. Functional spec`_
+   ====================== ===========================================================================================================
 
-VMware DRS(Distributed Resource Scheduler), VM HA(High Availability): Provide highly available resources to your workloads. Balance workloads for optimal performance. Scale and manage computing resources without service disruption.
+   
 
-- **Load Balancing**: distribution and usage of CPU and memory resources for all hosts and VMs in the cluster are continuously monitored and compared to ideal resource utilization given the attributes of the cluster’s resource pools and VMs, the current demand, and the imbalance target. It then performs (or recommends) virtual machine migrations accordingly. Also, when a VM is powered on in the cluster, DRS attempts to maintain proper load balancing by either placing the VM on an appropriate host or making a recommendation.
-- **Power Management**: When the vSphere Distributed Power Management (DPM) feature is enabled, DRS compares cluster- and host-level capacity to the demands of the cluster’s VMs, including recent historical demand. It places (or recommends placing) hosts in standby power mode if sufficient excess capacity is found or powering on hosts if capacity is needed. Depending on the resulting host power state recommendations, VMs might need to be migrated to and from the hosts as well.
-- **Affinity Rules**: control the placement of virtual machines on hosts within a cluster, by assigning affinity rules 
 
-`DRS Functional spec <https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMWare+Enhancements+-+Support+for+DRS+and+VM+HA>`_
 
-[Hypervisor] Zone Wide Primary Store in Hyper-V
-------------------------------------------------
+VMWare Support for DRS
+======================================
 
-SMB share as zone wide primary store.
+   VMware DRS(Distributed Resource Scheduler), VM HA(High Availability): Provide highly available resources to your workloads. Balance    workloads for optimal performance. Scale and manage computing resources without service disruption.
+   
+   - **Load Balancing**: distribution and usage of CPU and memory resources for all hosts and VMs in the cluster are continuously monitored  and compared to ideal resource utilization given the attributes of the cluster’s resource pools and VMs, the current demand, and the    imbalance target. It then performs (or recommends) virtual machine migrations accordingly. Also, when a VM is powered on in the cluster,  DRS attempts to maintain proper load balancing by either placing the VM on an appropriate host or making a recommendation.
+   - **Power Management**: When the vSphere Distributed Power Management (DPM) feature is enabled, DRS compares cluster- and host-level   capacity to the demands of the cluster’s VMs, including recent historical demand. It places (or recommends placing) hosts in standby  power mode if sufficient excess capacity is found or powering on hosts if capacity is needed. Depending on the resulting host power state  recommendations, VMs might need to be migrated to and from the hosts as well.
+   - **Affinity Rules**: control the placement of virtual machines on hosts within a cluster, by assigning affinity rules 
+   
+   ====================== ===========================================================================================================
+   Supported hypervisors: VMware
+   Link                   `DRS Functional spec`_
+   ====================== ===========================================================================================================
 
 
-[Management Server] CloudStack on Windows
-------------------------------------------------
+Zone Wide Primary Store in Hyper-V
+======================================
 
-Windowsfication of CloudStack Management Server, remove dependency on cygwin in order to run CloudStack Management Server on Windows based Operating System.
+   SMB share as zone wide primary storage.
 
-`CLOUDSTACK-6105 <https://issues.apache.org/jira/browse/CLOUDSTACK-6105>`_
+   ====================== ===========================================================================================================
+   Supported hypervisors: Hyper-V
+   Link                   
+   ====================== ===========================================================================================================
 
+CloudStack on Windows
+======================================
 
+   Windowsfication of CloudStack Management Server, remove dependency on cygwin in order to run CloudStack Management Server on Windows   based Operating System.
+   
+   ====================== ===========================================================================================================
+   Supported hypervisors: N/A
+   Link                   `CLOUDSTACK-6105 <https://issues.apache.org/jira/browse/CLOUDSTACK-6105>`_
+   ====================== ===========================================================================================================
+   
 
+.. _Storage Over Prov. Functional spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+OverProvisioning+as+Per+Primary+Basis
+.. _Root resize Functional spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Root+Resize+Support
+.. _DRS Functional spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/VMWare+Enhancements+-+Support+for+DRS+and+VM+HA
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/api-changes.rst
----------------------------------------------------------------------
diff --git a/source/api-changes.rst b/source/api-changes.rst
index 308b521..9d8879f 100644
--- a/source/api-changes.rst
+++ b/source/api-changes.rst
@@ -14,7 +14,28 @@
    under the License.
    
 API Changes Introduced in |version|
-=============================
+===================================
+
+List Instances
+--------------
+
++---------------------+-------------------------------------------------------------------+
+| API                 | Description                                                       |
++=====================+===================================================================+
+| listVirtualMachines | For this existing API, the following request parameters has       |
+|                     | been added                                                        |
+|                     |                                                                   |
+|                     | - ids : comma seperated VM ID's                                   |
++---------------------+-------------------------------------------------------------------+
+
+https://issues.apache.org/jira/browse/CLOUDSTACK-6052
+
+
+API support for retrieving UserData
+-----------------------------------
+
+
+
 
 Hyper-V
 -------

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/compat.rst
----------------------------------------------------------------------
diff --git a/source/compat.rst b/source/compat.rst
index a96886f..c01b0b2 100644
--- a/source/compat.rst
+++ b/source/compat.rst
@@ -30,92 +30,26 @@ issues.
 .. note:: that specific versions of the operating systems are tested, so compatibility with CentOS 6.3 may not
           indicate compatibility with CentOS 6.2, 6.1 and so on.
 
--  
-
-   RHEL versions 5.5, 6.2, 6.3, and 6.4
-
--  
-
-   CentOS versions 6.3, and 6.4
-
--  
+- CentOS versions 6.5 (32 and 64 bit)
+- FreeBSD 10 (32 and 64 bit)
+- Microsoft Winows 8.1 (32 and 64 bit)
+- Windows XP SP3 (32 and 64 bit)
 
-   Ubuntu 12.04 LTS
 
 Supported Hypervisor Versions
 -----------------------------
 
-CloudStack supports three hypervisor families, XenServer with XAPI, KVM,
-and VMware with vSphere.
+No new supported hypervisors in |version|.
 
--  
-
-   Windows Server 2012 R2 (with Hyper-V Role enabled)
-
--  
-
-   Hyper-V 2012 R2
-
--  
-
-   CentOS 6.2 with KVM
-
--  
-
-   Red Hat Enterprise Linux 6.2 with KVM
-
--  
-
-   XenServer 6.0.2 (with Hotfix)
-
--  
-
-   XenServer versions 6.1 and 6.2 SPI with latest hotfixes
-
--  
-
-   VMware versions 5.0, 5.1, and 5.5
-
--  
-
-   Bare metal hosts are supported, which have no hypervisor. These hosts
-   can run the following operating systems:
-
-   -  
-
-      RHEL or CentOS, v6.2 or 6.3
-
-      .. note:: Use libvirt version 0.9.10 for CentOS 6.3
-
-   -  
-
-      Fedora 17
-
-   -  
-
-      Ubuntu 12.04
-
-For more information, see the Hypervisor Compatibility Matrix in the
-CloudStack Installation Guide.
+For more information, see the Hypervisor Compatibility Matrix in the `CloudStack Installation Guide`_.
 
 Supported External Devices
 --------------------------
 
--  
-
-   Netscaler VPX and MPX versions 9.3 and 10.e
-
--  
-
-   Netscaler SDX version 9.3
+No new supported External Devices in |version|.
 
--  
-
-   SRX (Model srx100b) versions 10.3 or higher
-
--  
+For more information, see the `CloudStack Installation Guide`_.
 
-   F5 10.1.0 (Build 3341.1084)
 
 Supported Browsers
 ------------------
@@ -140,3 +74,6 @@ best results, one of the following browsers recommended:
 -  
 
    Safari 5
+
+
+.. include:: global.rst

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/global.rst
----------------------------------------------------------------------
diff --git a/source/global.rst b/source/global.rst
index b094583..b1b1976 100644
--- a/source/global.rst
+++ b/source/global.rst
@@ -18,6 +18,10 @@
 .. _CloudStack Installation Guide: http://docs.cloudstack.apache.org/projects/cloudstack-installation
 .. _CloudStack Administrator's Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration
 
-.. |sysvm-url-xen| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2
-.. |sysvm-url-kvm| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2
-.. |sysvm-url-vmware| replace:: http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-vmware.ova
\ No newline at end of file
+.. |sysvm-url-xen| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-master-xen.vhd.bz2
+.. |sysvm-url-kvm| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-master-kvm.qcow2.bz2
+.. |sysvm-url-vmware| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvmtemplate-master-vmware.ova
+
+.. |sysvm64-url-xen| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-xen.vhd.bz2
+.. |sysvm64-url-kvm| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-kvm.qcow2.bz2
+.. |sysvm64-url-vmware| replace:: http://jenkins.buildacloud.org/view/4.4/job/cloudstack-4.4-systemvm64/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-vmware.ova

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/54cce38e/source/index.rst
----------------------------------------------------------------------
diff --git a/source/index.rst b/source/index.rst
index 02b9638..52991b5 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -33,7 +33,7 @@ This document contains information specific to this release of CloudStack, inclu
 Contents:
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
    about
    fixed_issues
@@ -42,4 +42,4 @@ Contents:
    api-changes
    known_issues   
 
-.. include:: global.rst
\ No newline at end of file
+.. include:: global.rst