@@ -96,7 +96,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"
96
96
97
97
# Kolla OpenStack release version. This should be a Docker image tag.
98
98
# Default is {{ openstack_release }}.
99
- kolla_openstack_release : TODO
99
+ kolla_openstack_release : xena-20220728T100435
100
100
101
101
# Docker tag applied to built container images. Default is
102
102
# {{ kolla_openstack_release }}.
@@ -111,10 +111,6 @@ kolla_openstack_release: TODO
111
111
# location: https://github.com/openstack/ironic
112
112
# reference: master
113
113
kolla_sources :
114
- barbican-base :
115
- type : git
116
- location : " https://github.com/stackhpc/barbican.git"
117
- reference : stackhpc/xena
118
114
bifrost-base :
119
115
type : git
120
116
location : " {{ kolla_bifrost_source_url }}"
@@ -198,7 +194,7 @@ stackhpc_ubuntu_focal_repos:
198
194
- " deb {{ stackhpc_repo_ubuntu_focal_url }} focal-updates main universe"
199
195
- " deb {{ stackhpc_repo_ubuntu_focal_url }} focal-backports main universe"
200
196
- " deb {{ stackhpc_repo_ubuntu_focal_security_url }} focal-security main universe"
201
- - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} focal-updates/wallaby main"
197
+ - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} focal-updates/{{ openstack_release }} main"
202
198
203
199
# Dict mapping Jinja2 block names in kolla's Docker images to their contents.
204
200
kolla_build_blocks :
@@ -231,23 +227,6 @@ kolla_build_blocks:
231
227
RUN grafana-cli plugins install vonage-status-panel
232
228
ironic_inspector_header : |
233
229
ADD additions-archive /
234
- prometheus_v2_server_repository_version : |
235
- ARG prometheus_version='2.35.0'
236
- prometheus_alertmanager_repository_version : |
237
- ARG prometheus_alertmanager_version='0.24.0'
238
- prometheus_cadvisor_repository_version : |
239
- ARG prometheus_cadvisor_version='0.40.0'
240
- ARG prometheus_cadvisor_sha256sum='8e3df91eee70c72ac3f3184b9fab1229b037c2e850ff1593103b2bd9028c57c0'
241
- node_exporter_repository_version : |
242
- ARG node_exporter_version='1.3.1'
243
- prometheus_memcached_exporter_repository_version : |
244
- ARG memcached_exporter_version='0.9.0'
245
- haproxy_exporter_repository_version : |
246
- ARG haproxy_exporter_version='0.13.0'
247
- mysqld_exporter_repository_version : |
248
- ARG mysqld_exporter_version='0.13.0'
249
- prometheus_blackbox_exporter_repository_version : |
250
- ARG blackbox_exporter_version='0.19.0'
251
230
252
231
# Dict mapping image customization variable names to their values.
253
232
# Each variable takes the form:
@@ -290,6 +269,18 @@ kolla_build_customizations_ubuntu: {}
290
269
# override, append or remove. The value should be a list.
291
270
kolla_build_customizations : " {{ kolla_build_customizations_common | combine(kolla_build_customizations_centos if kolla_base_distro == 'centos' else kolla_build_customizations_ubuntu) }}"
292
271
272
+ # Dict mapping Kolla Dockerfile ARG names to their values.
273
+ kolla_build_args :
274
+ blackbox_exporter_version : " 0.19.0"
275
+ haproxy_exporter_version : " 0.13.0"
276
+ memcached_exporter_version : " 0.9.0"
277
+ mysqld_exporter_version : " 0.13.0"
278
+ node_exporter_version : " 1.3.1"
279
+ prometheus_version : " 2.35.0"
280
+ prometheus_alertmanager_version : " 0.24.0"
281
+ prometheus_cadvisor_sha256sum : " 8e3df91eee70c72ac3f3184b9fab1229b037c2e850ff1593103b2bd9028c57c0"
282
+ prometheus_cadvisor_version : " 0.40.0"
283
+
293
284
# ##############################################################################
294
285
# Kolla-ansible inventory configuration.
295
286
0 commit comments