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

Bug 2079315: Gather ODF config data #614

Merged

Conversation

mulbc
Copy link
Member

@mulbc mulbc commented Apr 26, 2022

This PR adds the collection of the ODF StorageCluster CR. If ODF is installed, there should be exactly one instance of this CR.
This PR follows the existing example of openshift-logging gathering.

Categories

  • Bugfix
  • Enhancement
  • Backporting
  • Others (CI, Infrastructure, Documentation)

Sample Archive

YES

Documentation

YES

Unit Tests

openshift_storage_test.go

Privacy

Yes. There are no sensitive data in the newly collected information.

Changelog

Not yet - need advise on this

Breaking Changes

No breaking changes expected, new feature

References

https://issues.redhat.com/browse/CCXDEV-7908

@openshift-ci openshift-ci bot requested review from natiiix and tremes April 26, 2022 13:05
@mulbc mulbc force-pushed the add-ODF-config-gathering branch from c62ae2d to 35df02a Compare April 26, 2022 13:12
@mulbc
Copy link
Member Author

mulbc commented Apr 26, 2022

/retest lint

@openshift-ci
Copy link

openshift-ci bot commented Apr 26, 2022

@mulbc: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

  • /test e2e
  • /test e2e-agnostic-upgrade
  • /test e2e-metal-ipi-ovn-ipv6
  • /test images
  • /test insights-operator-e2e-tests
  • /test lint
  • /test unit

Use /test all to run the following jobs that were automatically triggered:

  • pull-ci-openshift-insights-operator-master-e2e
  • pull-ci-openshift-insights-operator-master-e2e-agnostic-upgrade
  • pull-ci-openshift-insights-operator-master-images
  • pull-ci-openshift-insights-operator-master-insights-operator-e2e-tests
  • pull-ci-openshift-insights-operator-master-lint
  • pull-ci-openshift-insights-operator-master-unit

In response to this:

/retest lint

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@mulbc
Copy link
Member Author

mulbc commented Apr 26, 2022

/retest-required

@mulbc
Copy link
Member Author

mulbc commented Apr 26, 2022

lint fails because my new files are too similar to the existing openshift_logging files - what do you want to do? Ignore or refactor/merge?

@tremes
Copy link
Contributor

tremes commented Apr 27, 2022

Few nits, but it works as expected and looks good to me. Thanks! I can approve once the linting is fixed.

mulbc added 2 commits April 27, 2022 10:21
it is indeed a storageResourceList
I did copy and pasta this, but it's what we intended here
@tremes
Copy link
Contributor

tremes commented Apr 27, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 27, 2022
@tremes
Copy link
Contributor

tremes commented Apr 27, 2022

/approve

@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mulbc, tremes

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 27, 2022
@mulbc
Copy link
Member Author

mulbc commented Apr 27, 2022

/retest-required

@mulbc
Copy link
Member Author

mulbc commented Apr 27, 2022

@tremes - any idea why the upgrade tests are failing now?

@mulbc mulbc changed the title Gather ODF config data Bug 2079315: Gather ODF config data Apr 27, 2022
@openshift-ci openshift-ci bot added the bugzilla/severity-unspecified Referenced Bugzilla bug's severity is unspecified for the PR. label Apr 27, 2022
@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2022

@mulbc: This pull request references Bugzilla bug 2079315, which is invalid:

  • expected the bug to target the "4.11.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 2079315: Gather ODF config data

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Apr 27, 2022
@mulbc
Copy link
Member Author

mulbc commented Apr 27, 2022

/bugzilla refresh

@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2022

@mulbc: This pull request references Bugzilla bug 2079315, which is invalid:

  • expected the bug to target the "4.11.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@tremes
Copy link
Contributor

tremes commented Apr 27, 2022

/bugzilla refresh

@openshift-ci openshift-ci bot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Apr 27, 2022
@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2022

@tremes: This pull request references Bugzilla bug 2079315, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.11.0) matches configured target release for branch (4.11.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @JoaoFula

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot requested a review from JoaoFula April 27, 2022 12:19
@tremes
Copy link
Contributor

tremes commented Apr 27, 2022

/bugzilla refresh

@openshift-ci openshift-ci bot removed the bugzilla/severity-unspecified Referenced Bugzilla bug's severity is unspecified for the PR. label Apr 27, 2022
@openshift-ci
Copy link

openshift-ci bot commented Apr 27, 2022

@tremes: This pull request references Bugzilla bug 2079315, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.11.0) matches configured target release for branch (4.11.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @JoaoFula

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot added the bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. label Apr 27, 2022
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

6 similar comments
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link

openshift-ci bot commented Apr 28, 2022

@mulbc: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 14d32dc into openshift:master Apr 28, 2022
@openshift-ci
Copy link

openshift-ci bot commented Apr 28, 2022

@mulbc: All pull requests linked via external trackers have merged:

Bugzilla bug 2079315 has been moved to the MODIFIED state.

In response to this:

Bug 2079315: Gather ODF config data

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants