DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Background: Currently, CloudStack allows cloud admins to dedicate a zone to a tenant. While this is useful in certain scenarios, for several end-users this is a very expensive offering. This feature is to enable more economical options, but still preserve several of the benefits of the private zone offering. This feature allows admins to dedicate resources to a specific tenant that needs private infrastructure for additional security or performance guarantees. This feature also allows admins to dedicate resources to resellers. Re-sellers in turn can ‘resell’ the infrastructure to their customers.
Requirements:-
...
- Alternatively, a host or cluster or pod or zone can be "implicity" dedicated - this flag's description will be clarified below
...
...
...
...
...
- Only VMs that are requested with dedication flag (implicit or explicit) can use those dedicated resources
...
- In general, CloudStack must detect and provide warning of inappropriate location for a VM (such as a dedicated VM on a non-dedicated host)
...
...
VM requesting dedication | VM NOT requesting dedication | |
Explicitly Dedicated Resources | Pick from Explicitly dedicated else fail | Pick from shared resources else fail |
NO Explicitly Dedicated Resources | Fail the request | Pick from shared resources else fail |
|
|
| |
|
|
| |
|
|
| |
| DeployVM requested with dedication ON or OFF | DeployVM requested with dedication ON | DeployVM requested with dedication OFF |
|---|---|---|---|
Account (or sub-domain or domain) has dedicated host/cluster/pod/Zone AND Implicit dedication flag ON on some resources in the zone | Place VM in a dedicated host if space available; if no space in dedicated area, find a new free host from the implicit dedicated set of hosts and place VM and make the host part of the dedicated host for this account for future placement; if no space in implicit resource area, FAIL request | Place VM in a dedicated host if space available; if no space in dedicated area FAIL | Place VM in a non-dedicated area; if no space in non-dedicated area, fail request |
Account (or sub-domain or domain) has NO dedicated host/cluster/pod/Zone AND Implicit dedication flag ON on some resources in the zone | Place VM in a dedicated host if space available; if no space in dedicated area, find a new free host from the implicit dedicated set of hosts and place VM and make the host part of the dedicated host for this account for future placement; if no space in implicit resource area, FAIL request | If no dedicated host available, FAIL | Place VM in a non-dedicated area; if no space in non-dedicated area, fail request |
Account (or sub-domain or domain) has dedicated host/cluster/pod/Zone AND NO Implicit dedication flag on any Host | Place VM in a dedicated host if space is available. if no space available in dedicated area, FAIL request | Place VM in a dedicated host if space is available. if no space available in dedicated area, FAIL request | Place VM in a non-dedicated area; if no space in non-dedicated area, fail request |
Account (or sub-domain or domain) has NO dedicated host/cluster/pod/Zone AND NO Implicit dedication flag on any Host | Fail the request | FAIL the request | Place VM in a non-dedicated area; if no space in non-dedicated area, fail request |