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:
419419 {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %}
420420 RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
421421 {% 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+
422429# Dict mapping image customization variable names to their values.
423430# Each variable takes the form:
424431# <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
4444neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
4545nova_tag : " {% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
4646opensearch_tag : yoga-20231219T221916
47+ prometheus_tag : yoga-20240510T145442
4748
4849# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
4950glance_tls_proxy_tag : " {% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
You can’t perform that action at this time.
0 commit comments