Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates host get method to provide more info on the networking #313

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

abhi1693
Copy link
Contributor

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

Copy link
Contributor

@waynew waynew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abhi1693 am I missing something? I don't see any changes here except what looks to be just formatting changes 🤔

@abhi1693
Copy link
Contributor Author

The PR adds the missing information that may be useful as mentioned in the description

@abhi1693
Copy link
Contributor Author

@joechainz Hi Joe, is it possible to help merge this PR? I'm not good with pytest and currently dont have an environment to write integration tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants