Skip to content

Update Kolla config #1243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
16d4f26
Remove stackhpc/neutron source for 2024.1
seunghun1ee Jul 12, 2024
2a4afb0
Add downstream upper-constraints ENV variable
seunghun1ee Jul 12, 2024
3736256
Update pulp repo version for Caracal
seunghun1ee Jul 12, 2024
2923ece
Update Openstack RPM repo to Caracal
seunghun1ee Jul 19, 2024
b956cde
Set koll_build_args as empty dict to avoid build error
seunghun1ee Jul 19, 2024
f64e278
Update StackHPC Openstack rpm repo target to Caracal
seunghun1ee Jul 19, 2024
a25beee
Re-add omitted rhel9 influxdb repo
seunghun1ee Jul 19, 2024
9dc167e
Update centos9 caracal repo version
seunghun1ee Jul 22, 2024
d62feb1
define openstack-base from kolla_sources
seunghun1ee Jul 22, 2024
0bf6a15
Use upstream requirements for testing
seunghun1ee Jul 23, 2024
fdc5d78
bring back stackhpc requirements
seunghun1ee Jul 23, 2024
17aee98
Remove antelope prometheus version override
seunghun1ee Jul 25, 2024
adfec56
Bump Ceph to Reef
seunghun1ee Jul 25, 2024
dc9200b
Remove horizon stackhpc fork source
seunghun1ee Jul 25, 2024
f42d42c
Merge branch 'stackhpc/2024.1' into kolla-config-alex
Alex-Welsh Aug 22, 2024
662ad24
Merge branch 'stackhpc/2024.1' into kolla-config-alex
Alex-Welsh Aug 22, 2024
52a9a78
Fix broken package repo versions
Alex-Welsh Aug 22, 2024
271e328
Update version of RL9 third-party repos
seunghun1ee Aug 28, 2024
901f67f
Explicitly set version of prometheus version
seunghun1ee Aug 28, 2024
ecf1659
Add missing requirements option
seunghun1ee Aug 29, 2024
e8aec31
Update rpm repos to match Caracal
seunghun1ee Aug 30, 2024
92f04a7
Fix RabbitMQ repo naming
Alex-Welsh Sep 2, 2024
9311875
Fixup Caracal Kolla config
Alex-Welsh Sep 2, 2024
9c34f56
Bump pulp repo versions
Alex-Welsh Sep 2, 2024
98dde41
Build OVN Octavia provider from upstream
Alex-Welsh Sep 3, 2024
20f63d3
Revert "Explicitly set version of prometheus version"
Alex-Welsh Sep 9, 2024
3327476
Pulp repo versions eof newline
Alex-Welsh Sep 9, 2024
8c89be5
Merge branch 'stackhpc/2024.1' into kolla-config-alex
Alex-Welsh Sep 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions etc/kayobe/environments/ci-aio/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ stackhpc_repo_mirror_password: !vault |

# Build against released Pulp repository versions.
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
stackhpc_repo_rhel9_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version }}"
stackhpc_repo_rhel9_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version: ""
stackhpc_repo_ubuntu_cloud_archive_version: "{{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
stackhpc_repo_docker_ce_ubuntu_jammy_version: "{{ stackhpc_pulp_repo_docker_ce_ubuntu_jammy_version }}"
stackhpc_repo_centos_stream_9_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
stackhpc_repo_centos_stream_9_openstack_antelope_version: "{{ stackhpc_pulp_repo_centos_stream_9_openstack_antelope_version }}"
stackhpc_repo_centos_stream_9_openstack_caracal_version: "{{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
stackhpc_repo_centos_stream_9_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
stackhpc_repo_centos_stream_9_storage_ceph_quincy_version: "{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version }}"
stackhpc_repo_centos_stream_9_storage_ceph_reef_version: "{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
stackhpc_repo_centos_stream_9_docker_version: "{{ stackhpc_pulp_repo_centos_stream_9_docker_version }}"
stackhpc_repo_rhel_9_treasuredata_4_version: "{{ stackhpc_pulp_repo_rhel_9_treasuredata_4_version }}"
stackhpc_repo_rhel_9_mariadb_10_6_version: "{{ stackhpc_pulp_repo_rhel_9_mariadb_10_6_version }}"
stackhpc_repo_rhel_9_treasuredata_5_version: "{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
stackhpc_repo_rhel_9_mariadb_10_11_version: "{{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_version }}"
stackhpc_repo_epel_9_version: "{{ stackhpc_pulp_repo_epel_9_version }}"
stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
Expand Down
12 changes: 6 additions & 6 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@ stackhpc_repo_mirror_password: !vault |

# Build against released Pulp repository versions.
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
stackhpc_repo_rhel9_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version }}"
stackhpc_repo_rhel9_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version: ""
stackhpc_repo_ubuntu_cloud_archive_version: "{{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
stackhpc_repo_docker_ce_ubuntu_jammy_version: "{{ stackhpc_pulp_repo_docker_ce_ubuntu_jammy_version }}"
stackhpc_repo_centos_stream_9_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
stackhpc_repo_centos_stream_9_openstack_antelope_version: "{{ stackhpc_pulp_repo_centos_stream_9_openstack_antelope_version }}"
stackhpc_repo_centos_stream_9_openstack_caracal_version: "{{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
stackhpc_repo_centos_stream_9_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
stackhpc_repo_centos_stream_9_storage_ceph_quincy_version: "{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version }}"
stackhpc_repo_centos_stream_9_storage_ceph_reef_version: "{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
stackhpc_repo_centos_stream_9_docker_version: "{{ stackhpc_pulp_repo_centos_stream_9_docker_version }}"
stackhpc_repo_rhel_9_treasuredata_4_version: "{{ stackhpc_pulp_repo_rhel_9_treasuredata_4_version }}"
stackhpc_repo_rhel_9_mariadb_10_6_version: "{{ stackhpc_pulp_repo_rhel_9_mariadb_10_6_version }}"
stackhpc_repo_rhel_9_treasuredata_5_version: "{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
stackhpc_repo_rhel_9_mariadb_10_11_version: "{{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_version }}"
stackhpc_repo_epel_9_version: "{{ stackhpc_pulp_repo_epel_9_version }}"
stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
Expand Down
12 changes: 6 additions & 6 deletions etc/kayobe/environments/ci-multinode/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ stackhpc_repo_mirror_password: !vault |

# Build and deploy released Pulp repository versions.
stackhpc_repo_grafana_version: "{{ stackhpc_pulp_repo_grafana_version }}"
stackhpc_repo_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
stackhpc_repo_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
stackhpc_repo_rhel9_rabbitmq_erlang_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_erlang_version }}"
stackhpc_repo_rhel9_rabbitmq_server_version: "{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version: ""
stackhpc_repo_ubuntu_cloud_archive_version: "{{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
stackhpc_repo_docker_ce_ubuntu_jammy_version: "{{ stackhpc_pulp_repo_docker_ce_ubuntu_jammy_version }}"
stackhpc_repo_centos_stream_9_nfv_openvswitch_version: "{{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
stackhpc_repo_centos_stream_9_openstack_antelope_version: "{{ stackhpc_pulp_repo_centos_stream_9_openstack_antelope_version }}"
stackhpc_repo_centos_stream_9_openstack_caracal_version: "{{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
stackhpc_repo_centos_stream_9_opstools_version: "{{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
stackhpc_repo_centos_stream_9_storage_ceph_quincy_version: "{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_quincy_version }}"
stackhpc_repo_centos_stream_9_storage_ceph_reef_version: "{{ stackhpc_pulp_repo_centos_stream_9_storage_ceph_reef_version }}"
stackhpc_repo_centos_stream_9_docker_version: "{{ stackhpc_pulp_repo_centos_stream_9_docker_version }}"
stackhpc_repo_rhel_9_treasuredata_4_version: "{{ stackhpc_pulp_repo_rhel_9_treasuredata_4_version }}"
stackhpc_repo_rhel_9_mariadb_10_6_version: "{{ stackhpc_pulp_repo_rhel_9_mariadb_10_6_version }}"
stackhpc_repo_rhel_9_treasuredata_5_version: "{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
stackhpc_repo_rhel_9_mariadb_10_11_version: "{{ stackhpc_pulp_repo_rhel_9_mariadb_10_11_version }}"
stackhpc_repo_rhel_9_influxdb_version: "{{ stackhpc_pulp_repo_rhel_9_influxdb_version }}"
stackhpc_repo_epel_9_version: "{{ stackhpc_pulp_repo_epel_9_version }}"
stackhpc_repo_opensearch_2_x_version: "{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
Expand Down
112 changes: 11 additions & 101 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/cloudkitty.git
reference: stackhpc/{{ openstack_release }}
horizon:
type: git
location: https://github.com/stackhpc/horizon.git
reference: stackhpc/{{ openstack_release }}
horizon-plugin-cloudkitty-dashboard:
type: git
location: https://github.com/stackhpc/cloudkitty-dashboard.git
Expand All @@ -134,15 +130,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/stackhpc-inspector-plugins.git
reference: 1.3.0
# Not yet merged: https://github.com/stackhpc/magnum/pull/139
magnum-base:
type: git
location: https://github.com/stackhpc/magnum.git
reference: stackhpc/{{ openstack_release }}
neutron-base:
type: git
location: https://github.com/stackhpc/neutron.git
reference: stackhpc/{{ openstack_release }}
neutron-base-plugin-networking-generic-switch:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
Expand All @@ -168,9 +159,9 @@ stackhpc_rocky_9_additional_repos:
- url: "{{ stackhpc_repo_centos_stream_9_nfv_openvswitch_url }}"
file: "CentOS-NFV-OpenvSwitch.repo"
tag: "centos-nfv-openvswitch"
- url: "{{ stackhpc_repo_centos_stream_9_openstack_antelope_url }}"
file: "CentOS-OpenStack-antelope.repo"
tag: "centos-openstack-antelope"
- url: "{{ stackhpc_repo_centos_stream_9_openstack_caracal_url }}"
file: "CentOS-OpenStack-caracal.repo"
tag: "centos-openstack-caracal"
- url: "{{ stackhpc_repo_centos_stream_9_opstools_url }}"
file: "CentOS-OpsTools.repo"
tag: "centos-opstools"
Expand All @@ -186,22 +177,22 @@ stackhpc_rocky_9_third_party_repos:
- url: "{{ stackhpc_repo_grafana_url }}"
file: "grafana.repo"
tag: "grafana"
- url: "{{ stackhpc_repo_rhel_9_treasuredata_4_url }}"
- url: "{{ stackhpc_repo_rhel_9_treasuredata_5_url }}"
file: "td.repo"
tag: "treasuredata"
- url: "{{ stackhpc_repo_rhel_9_mariadb_10_6_url }}"
- url: "{{ stackhpc_repo_rhel_9_mariadb_10_11_url }}"
file: "mariadb.repo"
tag: "mariadb"
- url: "{{ stackhpc_repo_rhel_9_influxdb_url }}"
file: "influxdb.repo"
tag: "influxdb"
- url: "{{ stackhpc_repo_centos_stream_9_storage_ceph_quincy_url }}"
file: "CentOS-Ceph-Quincy.repo"
tag: "centos-ceph-quincy"
- url: "{{ stackhpc_repo_rabbitmq_erlang_url }}"
- url: "{{ stackhpc_repo_centos_stream_9_storage_ceph_reef_url }}"
file: "CentOS-Ceph-Reef.repo"
tag: "centos-ceph-reef"
- url: "{{ stackhpc_repo_rhel9_rabbitmq_erlang_url }}"
file: "rabbitmq_rabbitmq-erlang.repo"
tag: "rabbitmq_rabbitmq-erlang"
- url: "{{ stackhpc_repo_rabbitmq_server_url }}"
- url: "{{ stackhpc_repo_rhel9_rabbitmq_server_url }}"
file: "rabbitmq_rabbitmq-server.repo"
tag: "rabbitmq_rabbitmq-server"
- url: "{{ stackhpc_repo_opensearch_2_x_url }}"
Expand Down Expand Up @@ -324,7 +315,6 @@ kolla_build_blocks:
ENV UPPER_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/stackhpc/{{ openstack_release }}/upper-constraints.txt
bifrost_base_header: |
ADD additions-archive /
ENV ANSIBLE_PIP_VERSION='>=8,<9'
ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
grafana_plugins_install: |
RUN grafana-cli plugins install vonage-status-panel \
Expand All @@ -339,86 +329,6 @@ kolla_build_blocks:
{% set magnum_capi_packages = ['magnum-capi-helm==1.1.0'] %}
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
{% endraw %}
prometheus_alertmanager_repository_version: | # 2023.1 kolla has 0.24.0
{% raw %}
ARG prometheus_alertmanager_version=0.26.0
ARG prometheus_alertmanager_archive=alertmanager-${prometheus_alertmanager_version}.linux-{{debian_arch}}.tar.gz
ARG prometheus_alertmanager_sha256sums_url=https://github.com/prometheus/alertmanager/releases/download/v${prometheus_alertmanager_version}/sha256sums.txt
ARG prometheus_alertmanager_download_url=https://github.com/prometheus/alertmanager/releases/download/v${prometheus_alertmanager_version}/${prometheus_alertmanager_archive}
{% endraw %}
prometheus_blackbox_exporter_repository_version: | # 2023.1 kolla has 0.23.0
{% raw %}
ARG blackbox_exporter_version=0.25.0
ARG blackbox_exporter_url=https://github.com/prometheus/blackbox_exporter/releases/download/v${blackbox_exporter_version}/blackbox_exporter-${blackbox_exporter_version}.linux-{{debian_arch}}.tar.gz
{% endraw %}
prometheus_cadvisor_repository_version: | # 2023.1 kolla has 0.48.0
{% raw %}
ARG prometheus_cadvisor_version=0.49.1
{% if debian_arch == 'arm64' %}
ARG prometheus_cadvisor_sha256sum=c535f46d789599f25c7c680af193d4402da27a98d9828eb2ec916af6256e0c0c
{% else %}
ARG prometheus_cadvisor_sha256sum=1d5cc701a3fcdf1e8ed1c86da5304b896a6997d9e6673139e78a6f87812495b0
{% endif %}
ARG prometheus_cadvisor_url=https://github.com/google/cadvisor/releases/download/v${prometheus_cadvisor_version}/cadvisor-v${prometheus_cadvisor_version}-linux-{{debian_arch}}
{% endraw %}
haproxy_exporter_repository_version: | # 2023.1 kolla has 0.13.0
{% raw %}
ARG haproxy_exporter_version=0.15.0
ARG haproxy_exporter_url=https://github.com/prometheus/haproxy_exporter/releases/download/v${haproxy_exporter_version}/haproxy_exporter-${haproxy_exporter_version}.linux-{{debian_arch}}.tar.gz
{% endraw %}
prometheus_memcached_exporter_repository_version: | # 2023.1 kolla has 0.10.0
{% raw %}
ARG memcached_exporter_version=0.14.3
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
{% endraw %}
prometheus_msteams_repository_version: | # 2023.1 kolla has 1.5.1
{% raw %}
ARG prometheus_msteams_version=1.5.2
ARG prometheus_msteams_sha256sum=0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c
ARG prometheus_msteams_url=https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v${prometheus_msteams_version}/prometheus-msteams-linux-{{debian_arch}}
{% endraw %}
prometheus_mtail_version: | # 2023.1 kolla has 3.0.0-rc50
{% raw %}
ARG prometheus_mtail_version=3.0.0-rc53
ARG prometheus_mtail_url=https://github.com/google/mtail/releases/download/v${prometheus_mtail_version}/mtail_${prometheus_mtail_version}_linux_{{debian_arch}}.tar.gz
{% endraw %}
mysqld_exporter_repository_version: | # 2023.1 kolla has 0.15.0
{% raw %}
ARG mysqld_exporter_version=0.15.1
ARG mysqld_exporter_url=https://github.com/prometheus/mysqld_exporter/releases/download/v${mysqld_exporter_version}/mysqld_exporter-${mysqld_exporter_version}.linux-{{debian_arch}}.tar.gz
{% endraw %}
node_exporter_repository_version: | # 2023.1 kolla has 1.4.0
{% raw %}
ARG node_exporter_version=1.7.0
{% if debian_arch == 'arm64' %}
ARG node_exporter_sha256sum=e386c7b53bc130eaf5e74da28efc6b444857b77df8070537be52678aefd34d96
{% else %}
ARG node_exporter_sha256sum=a550cd5c05f760b7934a2d0afad66d2e92e681482f5f57a917465b1fba3b02a6
{% endif %}
ARG node_exporter_url=https://github.com/prometheus/node_exporter/releases/download/v{$node_exporter_version}/node_exporter-${node_exporter_version}.linux-{{debian_arch}}.tar.gz
{% endraw %}
prometheus_openstack_exporter_repository_version: | # 2023.1 kolla has 1.6.0
{% raw %}
ARG prometheus_openstack_exporter_version=1.7.0
ARG prometheus_openstack_exporter_url=https://github.com/openstack-exporter/openstack-exporter/releases/download/v${prometheus_openstack_exporter_version}/openstack-exporter_${prometheus_openstack_exporter_version}_linux_{{debian_arch}}.tar.gz
{% endraw %}
prometheus_ovn_exporter_repository_version: | # 2023.1 kolla has 1.0.6
{% raw %}
{% if base_arch == 'x86_64' %}
ARG ovn_arch=amd64
{% elif base_arch == 'aarch64' %}
ARG ovn_arch=arm64
{% endif %}
ARG prometheus_ovn_version=1.0.7
ARG prometheus_ovn_cksum_url=https://github.com/greenpau/ovn_exporter/releases/download/v${prometheus_ovn_version}/checksums.txt
ARG ovn_exporter_tgz=ovn-exporter_${prometheus_ovn_version}_linux_${ovn_arch}.tar.gz
ARG prometheus_ovn_url=https://github.com/greenpau/ovn_exporter/releases/download/v${prometheus_ovn_version}/${ovn_exporter_tgz}
{% endraw %}
prometheus_v2_server_repository_version: | # 2023.1 kolla has 2.38.0
{% raw %}
ARG prometheus_version=2.51.1
ARG prometheus_url=https://github.com/prometheus/prometheus/releases/download/v${prometheus_version}/prometheus-${prometheus_version}.linux-{{debian_arch}}.tar.gz
{% endraw %}

# Dict mapping image customization variable names to their values.
# Each variable takes the form:
Expand Down Expand Up @@ -483,7 +393,7 @@ kolla_build_customizations_ubuntu: {}
kolla_build_customizations: "{{ kolla_build_customizations_common | combine(kolla_build_customizations_rocky if kolla_base_distro == 'rocky' else kolla_build_customizations_ubuntu) }}"

# Dict mapping Kolla Dockerfile ARG names to their values.
#kolla_build_args:
kolla_build_args: {}

###############################################################################
# Kolla-ansible inventory configuration.
Expand Down
Loading
Loading