DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Templates, Snapshots, EIP and ELP work is not part of this spec. There are being tracked separately as per JIRA tickets mentioned above.
Any failure to sync API calls will be logged in region_sync table. It is the responsibility if the cloud operator to propagate these changes offline.
Usage records will be generated by each Region separately. Portal layer above CS should combine usage across Regions into a consolidated invoice.
...
1. Since all update/delete operations are forwarded to the source region (i.e the region where the resource was initially created), if the source region is down, these operations will fail
2. Any failure to sync API calls will be logged in region_sync table. It will be the responsibility of the cloud operator to propagate these changes offline.
During upgrade, flexibility will be provided to move existing zones into any Region.
...
Offline scripts will be provided to move data across regions to ease upgrade and adding new Regions.
If an environment has only 1 region, functionality will be same as the current CS installation. Id of this region will be 1. All accounts/users/domains will have region_is as 1
1. Install a 2nd CS instance.
2. Before staring the mgmt server for the 1st time, set region id in db.properties(for all mgmt servers in region 2) by adding below line
region.id=2
3. Start mgmt server
4. Using addRegion API, add region 1 to region 2 and also region 2 to region 1.
5. copy account/user/domain tables from Region1 DB to Region2 DB
1. Install CS in all new regions
2. Before staring the mgmt server for the 1st time, set region id in db.properties(for all mgmt servers in region N) by adding below line
region.id=<n>
3. Start mgmt server
4. Using addRegion API, add existing regions to region n and also region n to all existing regions
5. copy account/user/domain tables from any existing Region DB to RegionN DB
1. Ownership of all the resource created in the region being removed(say Region 3) should change to another region. Set region_id =1 (or one of the other regions) for account/user/doman tables where region_id = 3
2. Remove region from all other regions using removeRegion API
Appendix A:
Appendix B: