You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2019/08/07 15:44:11 UTC

[cloudstack-documentation] 01/01: service-offerings-linked-to-zones-doc-update

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch service-offerings-linked-to-zones-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit c3aa1b43ab7b2e0c1a8a09128e147dbedabdd033
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Wed Aug 7 17:44:04 2019 +0200

    service-offerings-linked-to-zones-doc-update
    
    Added explanation that service offerings can be linked to specific zones
---
 source/adminguide/service_offerings.rst | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/source/adminguide/service_offerings.rst b/source/adminguide/service_offerings.rst
index 29975c7..a02ad34 100644
--- a/source/adminguide/service_offerings.rst
+++ b/source/adminguide/service_offerings.rst
@@ -57,12 +57,27 @@ present users with choices when creating a new instance:
    creating a new instance. For example, CloudStack includes CentOS as a
    template. See Working with Templates.
 
-In addition to these choices that are provided for users, there is
+In addition to these choices that are provided for users, there is 
 another type of service offering which is available only to the CloudStack
-root administrator, and is used for configuring virtual infrastructure
-resources. For more information, see Upgrading a Virtual Router with
+root administrator, and is used for configuring virtual infrastructure 
+resources. For more information, see Upgrading a Virtual Router with 
 System Service Offerings.
 
+Compute offering, disk offering, network offering and VPC offering cab be
+linked (made available to) specific domain(s) and zone(s) or to all domains/zones.
+Existing offerings can be updated with updateServiceOffering, updateDiskOffering, 
+updateNetworkOffering and updateVpcOffering API calls, by passing "domainid" and
+"zoneid" parameters. To make a domain-specific offering public with root admin access,
+“domainid=public” can be passed in the API call. To make a zone-specific offering available
+for all zones with root admin access, “zoneid=all” can be passed in the API call.
+Domain-admins can update service or compute offerings. However, they cannot change zones
+for the offerings specified for their domain or subdomains. They cannot change the name, display text,
+sort-key for offerings specified for their domains/subdomains and for other 
+domains which are not child domain for them. They can change domains (within 
+their subdomains) for the offerings specified for their domains/subdomains, 
+even if the offering is also specified for other domains which are not child 
+domain for them as such domains will not be affected by the update operation
+
 
 Compute and Disk Service Offerings
 ----------------------------------