File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ kolla_image_tags:
24
24
neutron :
25
25
rocky-9 : zed-rocky-9-20240202T141530
26
26
ubuntu-jammy : zed-ubuntu-jammy-20240202T143208
27
+ prometheus :
28
+ rocky-9 : zed-rocky-9-20240514T095142
29
+ ubuntu-jammy : zed-ubuntu-jammy-20240514T092357
Original file line number Diff line number Diff line change @@ -333,6 +333,12 @@ kolla_build_blocks:
333
333
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/[email protected] '] %}
334
334
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
335
335
{% endraw %}
336
+ prometheus_msteams_repository_version : | # Zed kolla has 1.5.1
337
+ {% raw %}
338
+ ARG prometheus_msteams_version=1.5.2
339
+ ARG prometheus_msteams_sha256sum=0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c
340
+ ARG prometheus_msteams_url=https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v${prometheus_msteams_version}/prometheus-msteams-linux-{{debian_arch}}
341
+ {% endraw %}
336
342
# Dict mapping image customization variable names to their values.
337
343
# Each variable takes the form:
338
344
# <image name>_<customization>_<operation>
You can’t perform that action at this time.
0 commit comments