mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-16 23:10:33 +00:00
Revert "mariadb: pin to 10.11.13"
This reverts commit e478adcbe6.
Reason for revert: mariabackup fixed
Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/957087
Change-Id: Ib694d3be0d2a199469690a01ba17a3349f3802b1
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
parent
e478adcbe6
commit
e77d2ba794
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[mariadb]
|
||||
name = MariaDB Server
|
||||
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11.13/yum/rhel/$releasever/$basearch
|
||||
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/$releasever/$basearch
|
||||
gpgcheck = 1
|
||||
enabled = 0
|
||||
module_hotfixes = 1
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ debian:
|
|||
component: "stable"
|
||||
gpg_key: "influxdb.asc"
|
||||
mariadb:
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
|
||||
suite: "bookworm"
|
||||
component: "main"
|
||||
gpg_key: "mariadb.gpg"
|
||||
|
|
@ -121,7 +121,7 @@ debian-aarch64:
|
|||
component: "stable"
|
||||
gpg_key: "influxdb.asc"
|
||||
mariadb:
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
|
||||
suite: "bookworm"
|
||||
component: "main"
|
||||
gpg_key: "mariadb.gpg"
|
||||
|
|
@ -215,7 +215,7 @@ ubuntu:
|
|||
component: "stable"
|
||||
gpg_key: "influxdb.asc"
|
||||
mariadb:
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
|
||||
suite: "noble"
|
||||
component: "main"
|
||||
gpg_key: "mariadb.gpg"
|
||||
|
|
@ -268,7 +268,7 @@ ubuntu-aarch64:
|
|||
component: "stable"
|
||||
gpg_key: "influxdb.asc"
|
||||
mariadb:
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
|
||||
suite: "noble"
|
||||
component: "main"
|
||||
gpg_key: "mariadb.gpg"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue