Skip to content
Snippets Groups Projects
Commit 8640fbd5 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Sync kolla_tag with kolla-ansible

Without this change, Kayobe was tagging container images with `zed` when
kolla-ansible was expecting something like `zed-ubuntu-jammy`.

Change-Id: I23c409900db2c37105e7b218bbaedcfacb235787
parent ee25470b
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,10 @@ kolla_docker_registry_password:
# Default is {{ openstack_release }}.
kolla_openstack_release: "{{ openstack_release }}"
# Docker tag applied to built container images. Default is
# {{ kolla_openstack_release }}.
kolla_tag: "{{ kolla_openstack_release }}"
# Docker tag applied to built container images. Default is {{
# kolla_openstack_release }}-{{ kolla_base_distro }}-{{
# kolla_base_distro_version }}.
kolla_tag: "{{ kolla_openstack_release }}-{{ kolla_base_distro }}-{{ kolla_base_distro_version }}"
# Dict mapping names of sources to their definitions.
# See kolla.common.config for details.
......
......@@ -102,8 +102,9 @@
# Default is {{ openstack_release }}.
#kolla_openstack_release:
# Docker tag applied to built container images. Default is
# {{ kolla_openstack_release }}.
# Docker tag applied to built container images. Default is {{
# kolla_openstack_release }}-{{ kolla_base_distro }}-{{
# kolla_base_distro_version }}.
#kolla_tag:
# Dict mapping names of sources to their definitions.
......
---
fixes:
- |
Synchronises the default value ``kolla_tag`` with the container image
tagging scheme expected by Kolla Ansible. This ensures images are built
with tags such as ``zed-ubuntu-jammy`` instead of ``zed``.
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