Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 4.6.4 - 12603 - Rename enterprise properties

...

  1. Create a CSP billing configuration file at the following location:

    Code Block
    /opt/abiquo-billing-arm/lib/app/config/csp.yml


  2. Add the billing credentials for the CSP subscription used by each tenant. Create a unique random string to use as a tenant key for each entry, which in this example is "4caba317".

    Code Block
     4caba317:
      tenantId:
      clientId:
      clientSecret: ''
      accessToken: ''
      refreshToken: ''
      resource: 'https://api.partnercenter.microsoft.com' 


  3. In Abiquo, edit the enterprise and create the following enterprise properties:
    1. "OfferDurableID" with the value of tenant key in the format "CSP_ID_[UUID_key_from_csp.yml_file]". So from the above example, for the tenant with ID 4caba317, this would be CSP_ID_4caba317.
    2. "CSPazurecompute-arm_discount" with the value of the discount applied by Azure to partner providers. To find the PVP, the values on the bills must be divided by (1- CSP_discount). The default is 0.15.
    3. "Currency", the default is "USD"
    4. "Locale", the default is "en-US"
    5. "RegionInfo", the default is "US", which is a two digit ISO code representing the country where you purchased the subscription
  4. For the customers of the reseller, edit the enterprise and create the following properties:
    1. "CSP_PriceFactorazurecompute-arm_price_factor" with the value of the discount applied by the partner to the end user. The default value is 1.

...