File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,14 @@ kolla_sources:
138
138
type : git
139
139
location : https://github.com/stackhpc/networking-generic-switch.git
140
140
reference : stackhpc/{{ openstack_release }}
141
+ prometheus-v2-server :
142
+ type : git
143
+ location : https://github.com/prometheus/prometheus.git
144
+ reference : 2.54.1
145
+ prometheus-memcached-exporter :
146
+ type : git
147
+ location : https://github.com/prometheus/memcached_exporter.git
148
+ reference : 0.14.4
141
149
142
150
# ##############################################################################
143
151
# Kolla image build configuration.
@@ -329,16 +337,6 @@ kolla_build_blocks:
329
337
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
330
338
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
331
339
{% endraw %}
332
- prometheus_memcached_exporter_repository_version : |
333
- {% raw %}
334
- ARG memcached_exporter_version=0.14.4
335
- ARG memcached_exporter_url=https://github.com/prometheus/memcached_exporter/releases/download/v${memcached_exporter_version}/memcached_exporter-${memcached_exporter_version}.linux-{{debian_arch}}.tar.gz
336
- {% endraw %}
337
- prometheus_v2_server_repository_version : |
338
- {% raw %}
339
- ARG prometheus_version=2.54.1
340
- ARG prometheus_url=https://github.com/prometheus/prometheus/releases/download/v${prometheus_version}/prometheus-${prometheus_version}.linux-{{debian_arch}}.tar.gz
341
- {% endraw %}
342
340
343
341
# Dict mapping image customization variable names to their values.
344
342
# Each variable takes the form:
You can’t perform that action at this time.
0 commit comments