I did not say one vNIC but I have a problem with one.
How VM is structured I have no control of so I have to do what its description says is required and this is one vNIC facing a cluster of VMs with
- untagged vlan for bootstrapping
- tagged vlan configuration of machines after bootstrap
Bootstrap is not going to work on a tagged vlan.
The design of this machine is tightly coupled with the cluster it starts and controls. The tagged VLANs are used to allow it to be part of control networks.
As I have no control of the way this is done inside the application. I can either provide required services to the vNIC or I guess I could also try to use 2 vNICs and bridge them in the VM. Not sure if that is a good option I try to do if all other fails. I am just a bit surprised. I had no trouble doing it on VBox and other hypervisors. I am sure it works here too, need just to find out how.
Regards