InfraBlueprints icon indicating copy to clipboard operation
InfraBlueprints copied to clipboard

[Question] Using PSRemotely for the solution operations validation

Open DexterPOSH opened this issue 7 years ago • 0 comments

Using OVF at the moment has the limitation that it could only validate a single node and for solutions like S2D it would require us to validate multiple nodes. So would be the use of PSRemotely be a more apt approach where multi-node solutions are being shared in the blueprints?

Also, the tests would look a lot simpler using PSRemotely, especially where the configuration data is being referenced e.g. $ConfigurationData.AllNodes.SMB2AdapterName becomes $Node.SMB2AdapterName in the tests.

DexterPOSH avatar Jun 21 '17 17:06 DexterPOSH