Versions Compared

Key

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

...

(Using external provisioning system)

  1. Create Account1. Create Account in the external provisioning system with unique Id.

    2. Using CS API create account in all regions using the unique Id created in step1 as UUID. CreateAccount API takes UUID as an optional parameter. When UUID is provided, CloudStack does not generate a UUID and instead will use external ID.

    43. External Id(UUID) for the Account should be same in all Regions. Account DB Ids could be different for each Region. 

...

  1. 4. Publish account creation event.  
  1. Update Account (update/disable/enable Account)

    1. Update account in external provisioning system
    2. Update account in all region via API.
    3. Publish account update event
  2. Delete Account

    1. Delete account in external provisioning system
    2. Delete account in all regions via API
    3. Publish account delete event
  3. Login to Region A and move to Region B without providing credentials

...