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 tags option to hyperv #3337

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Add tags option to hyperv #3337

merged 1 commit into from
Mar 20, 2019

Conversation

nmuesch
Copy link
Contributor

@nmuesch nmuesch commented Mar 20, 2019

What does this PR do?

HyperV is a sub class of PDHBaseCheck so its supposed to support things like tags OOTB! -

Motivation

Keep the yaml file up to date.

Additional Notes

Anything else we should know when reviewing?

Review checklist (to be filled by reviewers)

  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached
  • Feature or bugfix must have tests
  • Git history must be clean
  • If PR adds a configuration option, it must be added to the configuration file.

@@ -1,4 +1,12 @@
init_config:

instances:
- {}
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure we want to get rid of the {}

Copy link
Contributor

Choose a reason for hiding this comment

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

I thought the same but config validation passes 🤷‍♂️

Copy link
Contributor

Choose a reason for hiding this comment

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

and does it work with an agent ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ofek was able to test this locally with success 🎉

@nmuesch nmuesch merged commit b0afab8 into master Mar 20, 2019
@nmuesch nmuesch deleted the nick/hyperv_conf branch March 20, 2019 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants