File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 284
284
external_services:
285
285
description:
286
286
- The persistent Service IPs/Pools to be provided.
287
- - For ND versions between 3.1.1 and 3.2.2, This can only be used when O(deployment_mode)
287
+ - For ND versions between 3.1.1 and 3.2.2, this can only be used when O(deployment_mode)
288
288
includes V(ndi) or V(ndo) otherwise it will be ignored.
289
289
- This option is only applicable for ND versions 3.1.1 and later.
290
290
type: dict
@@ -588,7 +588,7 @@ def main():
588
588
],
589
589
}
590
590
591
- # Deployment mode options available from ND version 3.1.1 to 3.2.2
591
+ # Deployment mode options available in ND from version 3.1.1 to 3.2.2
592
592
if isinstance (deployment_mode , list ) and "3.1.1" <= nd_version < "4.1.0" :
593
593
payload ["clusterConfig" ]["deploymentMode" ] = deployment_mode if len (deployment_mode ) > 1 else deployment_mode [0 ]
594
594
if external_services is not None and any (service in {"ndi-virtual" , "ndi-physical" , "ndfc" } for service in deployment_mode ):
You can’t perform that action at this time.
0 commit comments