InfraBlueprints
InfraBlueprints copied to clipboard
[Question] Using PSRemotely for the solution operations validation
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.