ironic/devstack/upgrade
Julia Kreger 7b097f016b Fix upgrade logic to allow for bundled changes
The upgrade path logic was built to force a developer pattern to break
things such as new tables and features across multiple patches, and
the status check *can* explicitly fail if we don't explicitly go
hint to it that we've added table. Yes, we have a hard coded list...

Anyway, a better pattern is allow the db sync process to do the
appropriate needful. Run the status check, if it fails, fallback
and update the schema.

Also handles the explicit failure error and tries to return a human
friendly error message for when the table is not present.

In the end this allows us to merge schema changes such as additional
tables with their underlying objects and properly handle things as
long as the schema update works as expected. This allows us to
leverage an operational model of performing upgrades.

Change-Id: Id5f2a8068bc064e1ed1e376524850e4739f79ef2
2021-08-07 22:16:09 +00:00
..
from-queens Remove the ipmitool classic drivers 2018-06-27 13:08:42 +02:00
resources.sh [devstack] stop setting or relying on standard properties 2017-11-07 14:54:37 +01:00
settings Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 16:13:58 +08:00
shutdown.sh Fix shutdown.sh & upgrade.sh for grenade 2016-05-17 10:37:26 -07:00
upgrade.sh Fix upgrade logic to allow for bundled changes 2021-08-07 22:16:09 +00:00