Planning and initial preparation
Decide on endpoint names. Prepare your OpenShift environments for 2DCDR API Connect.
Procedure
-
Decide on naming. Both data centers must use the same names for:
- Management subsystem endpoints
cloudManagerEndpointapiManagerEndpointplatformAPIEndpointconsumerAPIEndpointconsumerCatalogEndpoint
- Portal subsystem endpoints
portalAdminEndpointportalUIEndpoint
Each data center must have a different
siteName. For example,dallasin data center 1, andraleighin data center 2. The site name can contain onlya-zand0-9characters. You setsiteNamein theManagementClusterandPortalClusterCRs when the subsystems are first deployed. You cannot change the name after deployment. If you don't specifysiteNameat first deployment, a randomsiteNameis created for you.Important: Each data center must use a different backup path for your Management backups. For portal backups each data center must use the same backup path. For more information, see Backup and restore requirements for a 2DCDR deployment. - Management subsystem endpoints
- Install the API Connect operators in both your data centers. See Installing operators for a single namespace API Connect installation or Installing operators for a multi namespace API Connect installation, depending on whether all your API Connect subsystems are to be in the same namespace or not. Return here when the operators are installed.
- If not already done, create namespaces for your API Connect subsystems in both data
centers.
the data centers do not have to use the same namespace name.oc create ns <namespace> - Decide which data center will start as the active and which will start as the warm-standby.
- On the CLI of the active data center, where you run
occommands, create a directory called2dcdr-active-yamls. On the CLI of the warm-standby data center, create a directory called2dcdr-ws-yamls.