mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-16 23:10:33 +00:00
mariadb: pin to 10.11.13
Closes-Bug: #2119954 Change-Id: I1e334b47c6ab16eb032458141faae55cf39e3eb4 Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
parent
998f34be85
commit
e478adcbe6
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/yum/rhel/$releasever/$basearch
|
||||
baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11.13/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/repo/debian"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/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/repo/debian"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/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/repo/ubuntu"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/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/repo/ubuntu"
|
||||
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
|
||||
suite: "noble"
|
||||
component: "main"
|
||||
gpg_key: "mariadb.gpg"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue