
MariaDB in Ubuntu packages is backlevel (10.1). Devstack gates are tested on MySQL 5.7 which is not compatible with MariaDB 10.1. Neutron recently introduced a db migration that breaks on MariaDB 10.1, but works on MariaDB 10.3 [0]. Bumping up version to 10.3 on Ubuntu to match CentOS (RDO) version. [0]: https://review.opendev.org/#/c/677221/ Closes-Bug: #1841907 Change-Id: I16e4c40208912691e3015bfe2065ea0ce2358edb
18 lines
718 B
Plaintext
18 lines
718 B
Plaintext
# Default repos
|
|
deb http://ports.ubuntu.com/ bionic main universe
|
|
deb http://ports.ubuntu.com/ bionic-updates main universe
|
|
deb http://ports.ubuntu.com/ bionic-security main universe
|
|
|
|
# Backports have a lower priority and must be explicitly installed to be used
|
|
deb http://ports.ubuntu.com/ bionic-backports main universe
|
|
|
|
# We need to add the repo for the updated packages they provide. The main ones
|
|
# are qemu, libvirt, and openvswitch.
|
|
deb http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train main
|
|
|
|
# rabbitmq repo
|
|
deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ bionic main
|
|
|
|
# MariaDB repo
|
|
deb [arch=ppc64el] http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main
|