Table of Contents | ||||
---|---|---|---|---|
|
Info |
---|
This page is a guide for cloud administrators to provision tenants (enterprises) in private cloud. |
Flow chart
This flow chart describes the basic process for provisioning enterprise tenants.
...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"graph TD\r\n\r\nZ(( ))\r\n\r\nstyle Z fill:#g1g,stroke:#100,stroke-width:20px\r\n\r\nZ-->A(Provision infrastructure)\r\nA-->B(Create roles)\r\nB-->C(Create scopes)\r\nC-->D(Create enterprise tenants)\r\nD-->E(Create tenant admins)\r\nE-->H(Provision networks)\r\nH-->J(Create virtual datacenters)\r\nJ-->K(Capture VMs)\r\nK-->L(Configure backups)\r\nL-->Q((<fontcolour=f3efe6> * ))\r\n\tstyle Q fill:#f3efe6,stroke:#030300,stroke-width:7px,color:#f3efe6\r\n\r\nsubgraph Provision tenants\r\n B\r\n C\r\n D\r\n E\r\nend"} |
...
Before you begin
Before you provision tenants:
...
Configure the platform in Configuration View, including password security
Configure SAML integration
Configure LDAP and Active Directory Integration
Configure Abiquo OpenID Connect Integration.
Prepare themes for white-labelling at Themes management
Create pricing models, see Create a new pricing model
...
Provision tenants
These are the basic steps to provision tenants in Abiquo.
Create user roles
Create user roles from the default roles. You may need a standard user, a tenant administrator, and optionally, a reseller administrator. Reference: Manage roles#Introduction to user roles.
...
Provision cloud infrastructure networks. See Network provisioning guide
Create virtual datacenters. See Manage virtual datacenters
Import and capture VMs. See Import and capture virtual machines
Configure additional VDC services, such as Backup as a Service - see Abiquo backup plugins and Backup
Create cloud users. This is similar to creating a tenant administrator user, but
For the Role, select a standard cloud USER role
Optionally, go to Limit access to VDCs, select the VDCs that the user can access
API how-tos
...