Versions Compared

Key

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

...

Mermaid
fileNamemermaid_1675759715283
themeneutral
version1011
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->AnA(Reseller<br/>enterprise)\n\nsubgraph ResellerScope\n    A\nend\n\nsubgraph Reseller hierarchy base\n    ResellerScope\n\nendnend\nX-->ResellerScope"}

To create a reseller scope:

...

  1. Edit the reseller enterprise

  2. For Credentials → Pricing, add the Azure CSP pricing credentials.

    1. API keycsp#tenantId#clientId#accessToken#refreshToken

    2. API secret key: the password for the application

  3. For Properties, to use Azure billing, enter the billing enterprise properties in the reseller enterprise. The default values are as follows:

    1. azurecompute-arm_discount = 0

    2. azurecompute-arm_currency_code = USD

    3. billing.azure.country_code = US

    4. azurecompute-arm_price_factor = 1 (deprecated in Abiquo 6.1)

  4. For Abiquo 6.1+, go to PricingPrice factors and create a price factor for the reseller enterprise. See Manage price factors.

...

Mermaid
fileNamemermaid_1675759715283
themeneutral
version68
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->AnA(Reseller<br/>enterprise)\nA-->BnB(Customer1<br/>key node<br/>enterprise)\nsubgraph ResellerScope\n    A\nend\nsubgraph Customer1Scope\n    B\nend\n\nsubgraph Reseller hierarchy\n    ResellerScope\n    Customer1Scope\nend-->Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope"}

To create a customer enterprise:

...

Mermaid
fileNamemermaid_1675759715283
themeneutral
version78
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->AnA(Reseller<br/>enterprise)\nA-->BnB(Customer1<br/>key node<br/>enterprise)\nB-->C(Subtenant1<br/>enterprise)\nB-->D(Subtenant2<br/>enterprise)\n\nsubgraph ResellerScope\n    A\nend\n\nsubgraph Customer1Scope\n    B\nend\nnsubgraph Reseller   Chierarchy\n    DResellerScope-->Customer1Scope\nend\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\n\nsubgraph Reseller hierarchy\n Customer1Scope\n    direction LR\n        B\n        ResellerScopeC\n        Customer1ScopeD\nend"}

To create a subtenant enterprise:

  1. Create a standard enterprise (not a key node)

  2. For the Default scope, select the Customer1Scope

  3. To give the customer compute features, create an app in the customer’s Active Directory. In the standard enterprise, on the CredentialsPublic tab, add the credentials for the Azure plan.

  4. OR for the customer to use billing only (including dashboard display, and billing of Office 365), add the following credentials on the Credentials → Pricing tab:

    1. For the Access key ID use the format: Subscription##TenantID

    2. For the Secret access key, enter any value

    3. Select Only for billing

...