Skip to content

Commit 64dd993

Browse files
committed
Define version in kolla-build.conf instead
1 parent 12ecca4 commit 64dd993

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

etc/kayobe/kolla.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,6 @@ 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: v2.54.1
145-
# prometheus-memcached-exporter:
146-
# type: git
147-
# location: https://github.com/prometheus/memcached_exporter.git
148-
# reference: v0.14.4
149141

150142
###############################################################################
151143
# Kolla image build configuration.

etc/kayobe/kolla/kolla-build.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | jo
1414
type = git
1515
location = https://github.com/stackhpc/requirements
1616
reference = stackhpc/{{ openstack_release }}
17+
18+
[prometheus-v2-server]
19+
version = 2.54.1
20+
sha256 = amd64:31715ef65e8a898d0f97c8c08c03b6b9afe485ac84e1698bcfec90fc6e62924f,arm64:3d9946ca730f2679bbd63e9d40e559a0ba227a638d237e723af1a99bd7098263
21+
22+
[prometheus-memcached-exporter]
23+
version = 0.14.4
24+
sha256 = amd64:60b0fb90e55937869e2a7aa1310d148d56a28639ca3373e0c50548ff8eebaaa1,arm64:053c6020bb2321d301bb1d43fbfc5aec64c3104a45a94338b4ca9351fc9ee014

0 commit comments

Comments
 (0)