vMode should also allow to add hosts and clusters without it changing or configuring Network Intent. I just want to add my existing clusters and hosts and enjoy a vcenter like expirience.
I now have to trick it by first creating a dummy intent on my hosts so that it does no modify my network settings.
( Add-NetIntent -ClusterName $using:Clustermgr -AdapterName dummy -Name dummy -Compute -Management -Storage -SkipNetworkInterfaceValidation)
Other important things missing:
- When adding nodes to a cluster, it does not install the agent on the new node.
- when live migrations happened, it seems to loose track of where the vm's are.
- be able to give a user finegrained permissions on 1 or more vm's. (checkpoint, open console, start/stop,...)
These are the things missing the most to make our migration from vmware more succesfull.
Keep up the good work!