Skip to content

Commit

Permalink
WIP: Change one of the logics that check if cifmw_devscripts_create_l…
Browse files Browse the repository at this point in the history
…ogical_volume is false
  • Loading branch information
frenzyfriday committed Dec 13, 2024
1 parent 93de89d commit ea896c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/reproducer/tasks/ocp_layout_assertions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,12 @@
- _ocp.extra_disks_num > 0
vars:
_cinder_vols: >-
{%- if cifmw_devscripts_create_logical_volume is defined -%}
{{
(cifmw_devscripts_create_logical_volume | bool) |
ternary(cifmw_devscripts_cinder_volume_pvs, [])
}}
{%- endif -%}
_lvms_vols: >-
{{
(cifmw_use_lvms | default(false) | bool) |
Expand Down

0 comments on commit ea896c8

Please sign in to comment.