stackhpc / a-universe-from-nothing

Kayobe configuration for the Kayobe workshop "A Universe from Nothing: Containerised OpenStack deployment using Kolla, Ansible and Kayobe"
https://docs.openstack.org/kayobe/latest/
Apache License 2.0
79 stars 26 forks source link

Fix image tags use in pull-retag-push playbook #152

Closed priteau closed 7 months ago

priteau commented 7 months ago

The variables docker_pull_tag and kolla_tag already include kolla_base_distro and kolla_base_distro_version [1], so the playbook was trying to pull images with tags like 2023.2-ubuntu-jammy-ubuntu-jammy, which obviously failed.

[1] https://review.opendev.org/c/openstack/kayobe/+/869444

(cherry picked from commit c57a77788a31e3bb4e0fe4d85bb8053de65e3335)