Versions Compared

Key

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

...

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

To create a reseller scope:

...

In Azure, you can use reseller credentials (CSP credentials) or standard credentials.  Follow

  1. Do the steps

...

  1. at: Obtain Azure ARM pricing credentials for CSP

...

Obtain Azure ARM credentials

  1. Edit In Abiquo, 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 +and above, go to PricingPrice factors and create a price factor for the reseller enterprise. See Manage price factors.

...

5. Create a reseller customer scope

A You can create a tenant hierarchy with a reseller scope is at the top level of a tenant hierarchyand the customers below that. To create customers of your reseller, for each customer, create a customer scope and set the reseller scope as the parent scope.

Mermaid
fileNamemermaid_1675759715283
themeneutral
version68
{"diagramDefinition":"graphflowchart LR\nX(GlobalScope)\nX-->A(nA(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\nsubgraph GlobalScope\nend\nGlobalScope-->ResellerScope\nResellerScope-->Customer1Scope"}

To create a reseller customer scope:

...