Versions Compared

Key

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

...

Mermaid
fileNamemermaid_1675759715283
themeneutral
version12
{"diagramDefinition":"flowchart LR\nA(Reseller<br/>enterprise)\nB(Customer1<br/>key node<br/>enterprise)\nB-->C(Standard<br/>enterprise 1)\nB-->D(Standard<br/>enterprise 2)\nC-.-F(Subscription1)\nD-.-E(Subscription2)\nA-.-P(Reseller<br/>Pricing<br/>credential)\nsubgraph ResellerScope\n    A\n    P\nend\nsubgraph Reseller hierarchy\n    direction LR\n        ResellerScope-->Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\n\nsubgraph Customer1Scope\n    direction LR\n        B\n        C\n        D\n        E\n        F\nend\n        style GlobalScope fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style A fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style P fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n        style B fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style C fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style D fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff\n        style F fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5\n        style E fill:#ec9032,stroke:#666,stroke-width:2px,color:#fff,stroke-dasharray: 5 5"}

Prepare

...

a reseller

To prepare the a reseller in Abiquo:

  1. Create public cloud regions for your public cloud providers. See Create a public cloud region

  2. Create a reseller scope:

    1. For the Name, we recommend that you use the Reseller name + Scope, for example, ResellerScope

    2. For the Parent scope select theGlobal scope or no scope

    3. For Entities, select your public cloud regions.

  3. Create a reseller enterprise :

    1. For the Default scope select the reseller scope, for example, ResellerScope

    2. Select the Reseller checkbox

    3. If the reseller will use a different mail server to the cloud platform, enter the details of the Mail server

    4. For Datacenters, select the datacenters and public cloud regions that the reseller will use

...