Skip to content

Commit

Permalink
Merge "Fix condition for enabling disable-selinux element" into stabl…
Browse files Browse the repository at this point in the history
…e/yoga
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 6, 2023
2 parents 9ce4a49 + d2f8444 commit 074e06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/overcloud-dib
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ overcloud_dib_os_release: "{{ os_release }}"
overcloud_dib_elements_default:
- "{{ overcloud_dib_os_element }}"
- "cloud-init-datasources"
- "{% if overcloud_dib_os_element in ['centos', 'rocky'] %}disable-selinux{% endif %}"
- "{% if os_distribution in ['centos', 'rocky'] %}disable-selinux{% endif %}"
- "enable-serial-console"
- "vm"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Adds missing ``disable-selinux`` element when building Rocky Linux
overcloud host disk images.

0 comments on commit 074e06e

Please sign in to comment.