File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,13 @@ kolla_build_blocks:
419
419
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/[email protected] '] %}
420
420
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
421
421
{% endraw %}
422
+ prometheus_msteams_repository_version : | # Yoga kolla has 1.5.0
423
+ {% raw %}
424
+ ARG prometheus_msteams_version=1.5.2
425
+ ARG prometheus_msteams_sha256sum=0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c
426
+ ARG prometheus_msteams_url=https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v${prometheus_msteams_version}/prometheus-msteams-linux-{{debian_arch}}
427
+ {% endraw %}
428
+
422
429
# Dict mapping image customization variable names to their values.
423
430
# Each variable takes the form:
424
431
# <image name>_<customization>_<operation>
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% end
44
44
neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
45
45
nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
46
46
opensearch_tag : yoga-20231219T221916
47
+ prometheus_tag : yoga-20240510T145442
47
48
48
49
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
49
50
glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments