Skip to content

Commit 241cd5c

Browse files
author
PaulAngus
committed
Merge branch 'master' of https://github.com/shapeblue/cloudstack-documentation into 4.13releasenotes
2 parents dbfdd97 + 6cb9af4 commit 241cd5c

4 files changed

Lines changed: 37 additions & 4 deletions

File tree

source/adminguide/service_offerings.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,33 @@ present users with choices when creating a new instance:
5757
creating a new instance. For example, CloudStack includes CentOS as a
5858
template. See Working with Templates.
5959

60-
In addition to these choices that are provided for users, there is
60+
In addition to these choices that are provided for users, there is
6161
another type of service offering which is available only to the CloudStack
62-
root administrator, and is used for configuring virtual infrastructure
63-
resources. For more information, see Upgrading a Virtual Router with
62+
root administrator, and is used for configuring virtual infrastructure
63+
resources. For more information, see Upgrading a Virtual Router with
6464
System Service Offerings.
6565

66+
Scope
67+
~~~~~~
68+
69+
Since version 4.13; compute offerings, disk offerings, network offerings and VPC offerings can be
70+
scoped to (made available in) combinations of specific domain(s) and zone(s) or to all domains and zones.
71+
72+
Existing offerings can be updated via the UI or via the updateServiceOffering, updateDiskOffering,
73+
updateNetworkOffering and updateVpcOffering API calls, by passing "domainid" and
74+
"zoneid" parameters.
75+
76+
A root admin can change a domain-specific offering to a public one via the UI, or
77+
by passing “domainid=public” in the updateServiceOffering API call. To make a
78+
zone-specific offering available for all zones, a root admin should include
79+
“zoneid=all” in the API call or carry out the operation via the UI.
80+
81+
Domain-admins have a limited scope to update service or compute offerings. They cannot
82+
change the zone(s) in which the offerings are available, and they cannot change
83+
the name, display text or sort-key for offerings. They can change the domain(s)
84+
which an offering is available in, if the offering's scope is limited to only
85+
domains and/or subdomains for which the domain admin is the admin.
86+
6687

6788
Compute and Disk Service Offerings
6889
----------------------------------

source/adminguide/templates.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ To upload a template:
275275

276276
Note that uploading multi-disk templates is also supported.
277277

278+
.. note::
279+
Templates corresponding to appliances with 'static properties' in the OVF (such as virtual appliances) are also supported. CloudStack stores any template properties in the OVF in the database after successful template installation. Once the template is ready, these properties are viewed by selecting the template and clicking on the 'OVF Properties' tab.
280+
281+
282+
278283
.. include:: templates/_bypass-secondary-storage-kvm.rst
279284

280285

source/adminguide/virtual_machines.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ To create a VM from a template:
194194
#. Be sure that the hardware you have allows starting the selected
195195
service offering.
196196

197+
.. note::
198+
VMware only: If the selected template OVF contains static properties, the wizard will display these properties. Static
199+
properties do not have the concept of required and optional fields . Therefore CloudStack is not able
200+
to enforce the population of 'important fields'.
201+
197202
#. Click Submit and your VM will be created and started.
198203

199204
.. note::

source/releasenotes/compat.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ and VMware with vSphere.
4848

4949
.. note:: It is now required to enable HA on the XenServer pool in order to recover from a pool-master failure. Please refer to the `XenServer documentation <http://docs.vmd.citrix.com/XenServer/6.5.0/1.0/en_gb/>`_.
5050

51-
- VMware versions 5.0 Update 3, 5.1 Update 3, 5.5 Update 3b, 6.0 Update 2, and 6.5 GA
51+
- VMware versions 5.0, 5.1, 5.5, 6.0, 6.5 and 6.7
52+
.. note:: There is a known issue in 6.7u1 (https://kb.vmware.com/s/article/67315) which blocks some
53+
CloudStack cloning operations. The use of linked clones is known to be effected.
5254
- LXC Host Containers on RHEL 7
5355
- Windows Server 2012 R2 (with Hyper-V Role enabled)
5456
- Hyper-V 2012 R2

0 commit comments

Comments
 (0)