Skip to content

Commit 5e43de0

Browse files
committed
Set prometheus kolla source as git repositories
1 parent 859b6d2 commit 5e43de0

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

etc/kayobe/kolla.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ kolla_sources:
138138
type: git
139139
location: https://github.com/stackhpc/networking-generic-switch.git
140140
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
141149

142150
###############################################################################
143151
# Kolla image build configuration.
@@ -329,16 +337,6 @@ kolla_build_blocks:
329337
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
330338
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
331339
{% 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 %}
342340
343341
# Dict mapping image customization variable names to their values.
344342
# Each variable takes the form:

0 commit comments

Comments
 (0)