File tree 4 files changed +11
-13
lines changed
4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ kolla_image_tags:
6
6
openstack :
7
7
rocky-9 : 2024.1-rocky-9-20241218T141751
8
8
ubuntu-jammy : 2024.1-ubuntu-jammy-20241218T141809
9
+ magnum :
10
+ rocky-9 : 2024.1-rocky-9-20250102T094625
11
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20250102T094625
Original file line number Diff line number Diff line change @@ -342,12 +342,6 @@ kolla_build_blocks:
342
342
&& grafana-cli plugins install grafana-opensearch-datasource
343
343
ironic_inspector_header : |
344
344
ADD additions-archive /
345
- magnum_base_footer : |
346
- RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
347
- {% raw %}
348
- {% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
349
- RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
350
- {% endraw %}
351
345
352
346
# Dict mapping image customization variable names to their values.
353
347
# Each variable takes the form:
@@ -360,6 +354,9 @@ kolla_build_customizations_common:
360
354
- /additions/*
361
355
ironic_inspector_pip_packages_append :
362
356
- /additions/*
357
+ magnum_base_pip_packages_override :
358
+ - /magnum[osprofiler]
359
+ - magnum-capi-helm==1.2.0
363
360
neutron_server_packages_append :
364
361
- python3-libvirt
365
362
- python3-ethtool
Original file line number Diff line number Diff line change @@ -22,13 +22,6 @@ kolla_image_tags:
22
22
# Variables defining which tag to use for each container's image.
23
23
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
24
24
25
- # FIXME: Pin to Antelope Magnum until it is working again upstream
26
- kayobe_image_tags :
27
- magnum :
28
- rocky : 2023.1-rocky-9-20240821T102442
29
- ubuntu : 2023.1-ubuntu-jammy-20240821T102442
30
-
31
- magnum_tag : " {% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
32
25
# ############################################################################
33
26
# Monitoring and alerting related settings
34
27
Original file line number Diff line number Diff line change
1
+ fixes :
2
+ - |
3
+ Updates Magnum to a proper Caracal release version following critical bug
4
+ upstream merged & backported. Also, updates CAPI Helm driver version to the
5
+ latest (1.2.0).
You can’t perform that action at this time.
0 commit comments