This is a known issue affecting VMware NSX-T Data Center 3.1.0.
Currently, there is no resolution.
Workaround:
To work around this issue, run this command
before the NSX tools are installed:
sed -i '/driver:/d' /etc/netplan/50-cloud-init.yamlNote: If this issue is seen
after NSX tools are installed.
- SSH into the VM using port 8888. Ensure that inbound port 8888 is open for the VM.
- Run this command:
/opt/vmware/nsx-agent/bin/nsx_container_pipe_client.py "sed -i '/driver:/d' /etc/netplan/50-cloud-init.yaml"
- Restart the nsx-agent using the command:
service nsx-agent restart