You can restore your VMware Integrated OpenStack deployment from a backup.
Important:
- The temporary configuration file created in this procedure contains the vCenter Server credentials in plaintext. For security purposes, delete this file after the backup is finished.
- Do not perform multiple restore operations concurrently. If restore operation is incorrectly configured, wait until the operation fails or times out before trying again.
- Unless the current database is corrupted, or there exists other paramount reasons that requires an earlier version, the current database should be backed up and used for restoration for the control plane. Restoration from an earlier version of backup could cause potential data loss.
Prerequisites
- Verify that you have a backup available. See Back Up Your Deployment or Scheduled Backup.
- If you are not performing an upgrade, verify that the VMware Integrated OpenStack versions are identical for restore and backup operations.
Procedure
Results
The OpenStack deployment is restored to the state of the backup.
Note: Because you use restoration function for deployment upgrade, you cannot restore the
VMware Integrated OpenStack license and CA-signed certificate in the new deployment from the old deployment.
- For restoring a certificate, you must resign and reapply for a certificate after restoration. Or you must perform the following steps:
- Save the certs secret from the original deployment.
osctl get secret certs -oyaml > certs.yaml
- After restoration, in the new VMware Integrated OpenStack deployment, replace the private_key and the vio_certificate value in certs secret with the data from the previous step.
- Stop and start services with
viocli
.
- Save the certs secret from the original deployment.
-
For restoring license, see Assign the VMware Integrated OpenStack License Key.