Skip to content

Caracal container images #1312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Nov 4, 2024
17 changes: 7 additions & 10 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,24 @@
kolla_image_tags:
openstack:
rocky-9: 2024.1-rocky-9-20240903T113235
ubuntu-jammy: 2024.1-ubuntu-jammy-20240725T165045
ubuntu-jammy: 2024.1-ubuntu-jammy-20240917T091559
heat:
rocky-9: 2024.1-rocky-9-20240805T142526
ubuntu-jammy: 2024.1-ubuntu-jammy-20240805T142526
nova:
rocky-9: 2024.1-rocky-9-20240918T164436
ubuntu-jammy: 2024.1-ubuntu-jammy-20240918T164436
rocky-9: 2024.1-rocky-9-20241004T094540
ubuntu-jammy: 2024.1-ubuntu-jammy-20241004T094540
neutron:
rocky-9: 2024.1-rocky-9-20240918T164436
ubuntu-jammy: 2024.1-ubuntu-jammy-20240918T164436
rocky-9: 2024.1-rocky-9-20241025T090323
ubuntu-jammy: 2024.1-ubuntu-jammy-20241025T090323
octavia:
rocky-9: 2024.1-rocky-9-20240926T144142
ubuntu-jammy: 2024.1-ubuntu-jammy-20240926T144142
rocky-9: 2024.1-rocky-9-20241004T094540
ubuntu-jammy: 2024.1-ubuntu-jammy-20241004T094540
horizon:
rocky-9: 2024.1-rocky-9-20240909T144917
ubuntu-jammy: 2024.1-ubuntu-jammy-20240909T144917
bifrost_deploy:
rocky-9: 2024.1-rocky-9-20240725T165045
prometheus:
rocky-9: 2024.1-rocky-9-20240910T072617
ubuntu-jammy: 2024.1-ubuntu-jammy-20240910T072617
rabbitmq:
rocky-9: 2024.1-rocky-9-20240927T152945
ironic:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla/kolla-build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{# snapshots, so pin to a specific tag. #}
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
{% if kolla_base_distro == 'ubuntu' %}
base_tag = jammy-20231004
base_tag = jammy-20240808
{# Similarly pinning to Rocky 9 minor version used in our repos #}
{% elif kolla_base_distro == 'rocky' %}
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
features:
- |
Bumped the base image for Ubuntu 22.04 containers.
- |
Additionally bumped Nova, Neutron and Octavia images for
both Rocky and Ubuntu.
Loading