Skip to content

Commit c6607df

Browse files
committed
Pause using python-version element
1 parent 2c005f2 commit c6607df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stackhpc_overcloud_dib_elements:
3232
- "{% if os_distribution == 'ubuntu' %}lvm{% endif %}"
3333
- "openssh-server"
3434
- "{% if os_distribution == 'ubuntu' %}sudoers{% endif %}"
35-
- "{% if os_distribution == 'rocky' %}python-version-rpm{% endif %}"
35+
#- "{% if os_distribution == 'rocky' %}python-version-rpm{% endif %}"
3636

3737
# StackHPC overcloud DIB image environment variables.
3838
stackhpc_overcloud_dib_env_vars:
@@ -59,7 +59,7 @@ stackhpc_overcloud_dib_env_vars:
5959
YUM: dnf
6060
# Workaround for stack user home ownership bug
6161
DIB_IMAGE_CACHE: "/tmp/yum"
62-
DIB_PYTHON_VERSION: "python3.12"
62+
#DIB_PYTHON_VERSION: "python3.12"
6363
DIB_DEBUG_TRACE: "1"
6464

6565
# StackHPC overcloud DIB image packages.

0 commit comments

Comments
 (0)