466cd3902c
Ironic has maintained a CI job for years after postresql support was deprecated in order to prevent unintentional breakage of that support. Now, we have confirmed evidence that other openstack components, such as keystone, required for testing this postgresql support no longer function in this job. As a result, ironic can no longer test postgresql support. Operators utilizing postgresql who have not yet migrated must migrate now. Change-Id: If6e4432b000996789346a1f7449410cfc8497fe1
14 lines
592 B
YAML
14 lines
592 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Deployers using PostgreSQL must migrate to a supported mysql-compatible
|
|
database, such as MySQL or MariaDB.
|
|
deprecations:
|
|
- |
|
|
Use of postgresql has been deprecated for all OpenStack projects,
|
|
including ironic, for several years. However, in an effort to avoid
|
|
breaking existing installs, we had tested database migrations and
|
|
performed a basic functionality test against PostgreSQL. This test has
|
|
now been removed, and operators deployed on PostgreSQL must migrate to
|
|
a MySQL-compatible database, such as MySQL or MariaDB, before upgrade.
|