From e77d2ba7942c833c7705ef9a879ce85a62879e93 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 12 Aug 2025 07:17:30 +0000 Subject: [PATCH] Revert "mariadb: pin to 10.11.13" This reverts commit e478adcbe63d81faa44bc09f72461fd6a7fcdf94. Reason for revert: mariabackup fixed Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/957087 Change-Id: Ib694d3be0d2a199469690a01ba17a3349f3802b1 Signed-off-by: Michal Nasiadka --- docker/base/mariadb.repo | 2 +- kolla/template/repos.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/base/mariadb.repo b/docker/base/mariadb.repo index 4e5f1f1071..07d97ef205 100644 --- a/docker/base/mariadb.repo +++ b/docker/base/mariadb.repo @@ -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 diff --git a/kolla/template/repos.yaml b/kolla/template/repos.yaml index 570ce95ba6..a72e734ce7 100644 --- a/kolla/template/repos.yaml +++ b/kolla/template/repos.yaml @@ -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"