This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ffwd3] Upgrade ovn_controller ahead
Normally we would use deployment steps to upgrade service but ovn_controller has to be upgraded before ovn_dbs and ovn_dbs gets deployed in step3 same as ovn_controller. Originally we moved ovn_controller from step4 to step3 to resolve the issue but this still creates race. Solution would be to move all steps in ovn_dbs one up or ovn_controller one lower but all in all steps in tripleo don't give us enough flexibility for this. We already have hack dance around ovn_controller during update which forces the ovn_controller as external update run before all other actions during update. We can reuse this code and just trigger it during upgrade. Resolves: rhbz#2229761 Change-Id: I7a04ce318038ea632261726b198ef9b2497446dd
- Loading branch information