-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block Storage: Correct deployment steps
To deploy block storage service i.e. cinder, we should first remove the service entries from old deployments to avoid any issues in the new RHOSO deployment. For that we need to rewrite the steps to: 1. Deploy cinder-api pod 2. List all scheduler and backup services from old deployment 3. Remove the old scheduler and backup services 4. Deploy scheduler, volume and backup services 5. Perform DB migration This will ensure that our RHOSO deployment is fresh and does not contain traces of errors from services of old deployment.
- Loading branch information
Showing
2 changed files
with
87 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters