Skip to content

Commit 05403af

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Use mariadb-server image for mariabackup" into stable/victoria
2 parents cece519 + 7244e47 commit 05403af

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)