Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Check if the account/domain has dedicated resources:
    1. If Yes, Place the VM in dedicated resource
    2. If No, Place the VM in new free empty host, make that host dedicated to that account. 

API Changes:

Following APIs need to be updated.

Root Admin APIs

  1. Dedication will be achieved using APIs by providing additional request parameters : domainid and accountid while creating pod, clusters or hosts.
  2. Dedication can also be achieved by updating the above parameters for updatePod, updateCluster or updateHost APIs
  • createPod

          Request parameter addition:

   Parameter Name

Description

Required

domainId domainid

Create a pod dedicated to a domain

false

 accountId accountid

Create a pod dedicated to an account

false

...