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