Enable storage support
This commit is contained in:
parent
553f7c92f9
commit
2ccabb7a2f
|
@ -7,7 +7,7 @@ pvc:
|
|||
functions:
|
||||
enable_hypervisor: True
|
||||
enable_networking: True
|
||||
enable_storage: False
|
||||
enable_storage: True
|
||||
cluster:
|
||||
coordinators:
|
||||
{% for node in pvc_nodes if node.is_coordinator %}
|
||||
|
|
Loading…
Reference in New Issue