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

Take more screenshot and add logs for BM LSO deployment #10232

Conversation

petr-balogh
Copy link
Member

@petr-balogh petr-balogh commented Aug 1, 2024

Fixes: #10236

@petr-balogh petr-balogh requested a review from a team as a code owner August 1, 2024 21:31
@pull-request-size pull-request-size bot added the size/S PR that changes 10-29 lines label Aug 1, 2024
@vavuthu vavuthu added the team/ecosystem Ecosystem team related issues/PRs label Aug 2, 2024
DanielOsypenko
DanielOsypenko previously approved these changes Aug 2, 2024
vavuthu
vavuthu previously approved these changes Aug 2, 2024
prsurve
prsurve previously approved these changes Aug 2, 2024
This PR: red-hat-storage#10120

Broke original condition:
if config.ENV_DATA.get("platform") != constants.BAREMETAL_PLATFORM:

and changed to:
if config.ENV_DATA.get("platform") in [
            constants.BAREMETAL_PLATFORM,
            constants.HCI_BAREMETAL,
        ]:

There should be `not in`. Which is fixed in this commit.

Signed-off-by: Petr Balogh <[email protected]>
@petr-balogh petr-balogh dismissed stale reviews from prsurve, vavuthu, and DanielOsypenko via c091bfb August 2, 2024 08:07
@petr-balogh petr-balogh force-pushed the add-more-screenshot-and-logs-for-bm-lso-deployment branch from 879391d to c091bfb Compare August 2, 2024 08:07
@openshift-ci openshift-ci bot removed the lgtm label Aug 2, 2024
@openshift-ci openshift-ci bot added the lgtm label Aug 2, 2024
Copy link

openshift-ci bot commented Aug 2, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: DanielOsypenko, petr-balogh, prsurve, vavuthu

The full list of commands accepted by this bot can be found 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

@petr-balogh
Copy link
Member Author

Verification:
https://url.corp.redhat.com/980d5c3

@petr-balogh petr-balogh merged commit 88e95f6 into red-hat-storage:master Aug 2, 2024
5 of 6 checks passed
@petr-balogh
Copy link
Member Author

/cherry-pick release-4.16

@openshift-cherrypick-robot
Copy link
Collaborator

@petr-balogh: new pull request created: #10237

In response to this:

/cherry-pick release-4.16

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-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/S PR that changes 10-29 lines team/ecosystem Ecosystem team related issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.16 BM deployment via UI is broken
5 participants