Comment 3 for bug 1947959

Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote (last edit ):

Given that we are now diverging from the standard component upgrade model to a 'fast forward upgrade' model, we will need to change how our upgrade jobs execute the upgrade procedure. The upgrade will now need to be offline (from the control plane standpoint), not online.

In other words, we need to change it to:

1. Take all OpenStack services down
2. Upgrade the OpenStack containers
3. Run the OpenStack service database migrations
4. Bring up the OpenStack services