MOBB Docs and Guides - oadp
MOBB Docs and Guides for OADP
Deploying OpenShift API for Data Protection on an ARO cluster
Prerequisites
Getting Started
- Create the following environment variables, substituting appropriate values for your environment:
Prepare Azure Account
- Create an Azure Storage Account as a backup target:
- Create an Azure Blob storage container:
- Create a role definition that will allow the operator minimal permissions to access the storage account where the backups are stored:
- Create a service principal for interacting with the Azure API, being sure to
take note of the
appIDandpasswordfrom the output. In this command, we will store these asAZR_CLIENT_IDandAZR_CLIENT_SECRETand use them in a subsequent command:
IMPORTANT be sure to store the client id and client secret for your service principal, as they will be needed later in this walkthrough. You will see the below output from the above command: