Associate Two Sites
A system administrator whose authority extends to more than one vCloud Director server group can configure those server groups as an association of vCloud Director sites.
To create an association between two sites (we'll call them Site-A and Site-B here), you must be a system administrator at both sites so that you can log in to each site to retrieve the information required to associate the site with another site, then make a POST request to each site supplying the other site's association information.
The process of associating
two sites can be logically decomposed into two complementary pairing
operations. The first operation (in this example) pairs Site-A with Site-B. You
must then go on to pair Site-B with Site-A. Until both pairings are complete,
the heartbeat process reports that the association is incomplete (showing a
Status
value of
ASYMMETRIC
) , and even if you include
multisite=global
in the
Accept header of a
login request, the returned
x-vcloud-authorization
header contains only a single
value, valid for the current site.
Prerequisites
-
This operation is restricted to system administrators.
- You must be a system administrator at both sites.
Procedure
What to do next
Repeat this procedure,
modified as needed to retrieve the
SiteAssociationMember
content from Site-B and POST it to Site-A. The multisite heartbeat process
confirms the network connection between the sites and then sets the
Status
value of each
SiteAssociationMember
to
ACTIVE
.