salt-ext-modules-vmware icon indicating copy to clipboard operation
salt-ext-modules-vmware copied to clipboard

Updates host get method to provide more info on the networking

Open abhi1693 opened this issue 2 years ago • 2 comments

The current implementation only returned basic nics information. However, in most cases this is not enough to run automation as we need to know how the VM is connected to the physical port of the host. If it uses DVS or standard switch, and what device the host is connected etc.

This PR solves such problems and provides a much detailed information about the following

  • vnics
  • pnics
  • vswitches
  • dvs
  • portgroups
  • cdp info

abhi1693 avatar Oct 20 '22 13:10 abhi1693