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

Add VMware to agent cloud discovery #4748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mkennedy85
Copy link

Committer: Michael Kennedy michael_l_kennedy@me.com

Signed-off-by: Michael Kennedy michael_l_kennedy@me.com

Adding support for VMware as a Cloud Provider returned by GetCloudProvider(ctx).

What is this change?

Add VMware as a Cloud Provider applied to entity metadata through agent discovery.

Why is this change necessary?

The agent is capable of platform discovery and supports AWS and GCP. This same approach is capable and should detect VMware as a platform cloud provider.

Does your change need a Changelog entry?

Yes and the Changelog entry has been added as specified in the contribution guidelines.

Do you need clarification on anything?

Were there any complications while making this change?

The change is rather trivial and does not introduce error conditions, but rather simply detects a possible output returned from an existing exec command.

Have you reviewed and updated the documentation for this change? Is new documentation required?

There did not appear to be documentation pertaining to this agent behavior, so no updates have been made.

How did you verify this change?

This change was verified on a Linux host running on a VMware vSphere 6.7 hypervisor, and the output was verified from the exec command and then validated using the existing function.

Is this change a patch?

No it is not.

Committer: Michael Kennedy <michael_l_kennedy@me.com>

Signed-off-by: Michael Kennedy <michael_l_kennedy@me.com>

  Adding support for VMware as a Cloud Provider returned by GetCloudProvider(ctx).
@mkennedy85
Copy link
Author

This PR correlates with #4747.

@ccressent ccressent changed the title Author: Michael Kennedy <michael_l_kennedy@me.com> Add VMware to agent cloud discovery Jun 3, 2022
@echlebek
Copy link
Contributor

@mkennedy85 thanks for the PR! We do require that contributers sign commits with DCO, which is a promise that you are authorized to make the commits under our MIT license. Can you please sign DCO and force push? Thanks!

@asachs01
Copy link

asachs01 commented Feb 3, 2023

cc @portertech to take a gander.

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.

None yet

3 participants