Commit 4b8c9a2 1 parent 05d45fd commit 4b8c9a2 Copy full SHA for 4b8c9a2
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ overcloud_dib_host_packages_extra:
67
67
overcloud_dib_git_elements_extra :
68
68
- repo : " https://github.com/stackhpc/stackhpc-image-elements"
69
69
local : " {{ source_checkout_path }}/stackhpc-image-elements"
70
- version : " v1.6.3 "
70
+ version : " python-version "
71
71
elements_path : " elements"
72
72
73
73
# List of git repositories containing Diskimage Builder (DIB) elements. See
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ stackhpc_overcloud_dib_elements:
32
32
- " {% if os_distribution == 'ubuntu' %}lvm{% endif %}"
33
33
- " openssh-server"
34
34
- " {% if os_distribution == 'ubuntu' %}sudoers{% endif %}"
35
+ - " {% if os_distribution == 'rocky' %}python-version-rpm{% endif %}"
35
36
36
37
# StackHPC overcloud DIB image environment variables.
37
38
stackhpc_overcloud_dib_env_vars :
@@ -58,6 +59,7 @@ stackhpc_overcloud_dib_env_vars:
58
59
YUM : dnf
59
60
# Workaround for stack user home ownership bug
60
61
DIB_IMAGE_CACHE : " /tmp/yum"
62
+ DIB_PYTHON_VERSION : " python3.12"
61
63
62
64
# StackHPC overcloud DIB image packages.
63
65
stackhpc_overcloud_dib_packages :
You can’t perform that action at this time.
0 commit comments