zuul/releasenotes/notes/required-sql-7dd38b76d9f4273f.yaml
Jan Kubovy 9ab527971f Required SQL reporters
On the way towards a fully scale out scheduler we need to move the
times database from the local filesystem into the SQL
database. Therefore we need to make at least one SQL connection
mandatory.

SQL reporters are required (an implied sql reporter is added to
every pipeline, explicit sql reporters ignored)

Change-Id: I30723f9b320b9f2937cc1d7ff3267519161bc380
Depends-On: https://review.opendev.org/621479
Story: 2007192
Task: 38329
2021-02-03 13:41:55 -08:00

13 lines
418 B
YAML

---
upgrade:
- |
The components zuul-scheduler and zuul-web now require database
configuration. There is now only one supported database connection. If
multiple sql connections have been configured only the first one will be
used.
deprecations:
- |
Defining database connections using :attr:`<sql connection>` is now
deprecated. Refer to :ref:`database` how to configure the database now.