We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675c5bb commit 84ec309Copy full SHA for 84ec309
etc/kayobe/kolla/kolla-build.conf
@@ -7,11 +7,15 @@ base_tag = noble-20241118.1
7
{# Similarly pinning to Rocky 9 minor version used in our repos #}
8
{% elif kolla_base_distro == 'rocky' %}
9
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10
-rpm_setup_config =
+rpm_setup_config =
11
{% endif %}
12
build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | join(',') }}
13
14
[openstack-base]
15
type = git
16
location = https://github.com/stackhpc/requirements
17
reference = stackhpc/{{ openstack_release }}
18
+
19
+[etcd]
20
+version = 3.5.21
21
+sha256 = amd64:adddda4b06718e68671ffabff2f8cee48488ba61ad82900e639d108f2148501c,arm64:95bf6918623a097c0385b96f139d90248614485e781ec9bee4768dbb6c79c53f
0 commit comments