Skip to content

Commit 7244e47

Browse files
committed
Use mariadb-server image for mariabackup
The mariadb image is deprecated in Victoria and will be removed in Wallaby. Use the mariadb-server image instead. NOTE(priteau): Release note changed from `fixes` to `other` and wording updated for Victoria. Change-Id: I90986e7521779997df2782767bb95efcbd8ef232 (cherry picked from commit bb56861)
1 parent f74739a commit 7244e47

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ansible/roles/mariadb/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ mariadb_wsrep_extra_provider_options: []
104104
####################
105105
# Backups
106106
####################
107-
mariabackup_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ mariadb_install_type }}-mariadb"
107+
mariabackup_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ mariadb_install_type }}-mariadb-server"
108108
mariabackup_tag: "{{ openstack_tag }}"
109109
mariabackup_image_full: "{{ mariabackup_image }}:{{ mariabackup_tag }}"
110110

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
other:
3+
- |
4+
Updates the container image used by mariabackup. It was using the
5+
``mariadb`` image, which was deprecated in Victoria and will be removed in
6+
Wallaby. The ``mariadb-server`` image is used instead. `LP#1928129
7+
<https://launchpad.net/bugs/1928129>`__

0 commit comments

Comments
 (0)