Skip to content
Snippets Groups Projects
Commit 90e4795f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Change mariadb image to mariadb-server"

parents 09e667a0 a7941e24
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ external_haproxy_members: "{% for host in groups['mariadb'] %}server {{ host }}
# Docker
####################
mariadb_install_type: "{{ kolla_install_type }}"
mariadb_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ mariadb_install_type }}-mariadb"
mariadb_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ mariadb_install_type }}-mariadb-server"
mariadb_tag: "{{ openstack_tag }}"
mariadb_image_full: "{{ mariadb_image }}:{{ mariadb_tag }}"
......
---
upgrade:
- |
``mariadb`` role uses now mariadb-server image by default (compared to
``mariadb`` previously), since ``mariadb`` image will be deprecated in
the Kolla Victoria release and removed in Wallaby.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment