Skip to content

OCPBUGS-32981: baremetal: use ControlPlane.Replicas#8322

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
honza:replicas
Apr 30, 2024
Merged

OCPBUGS-32981: baremetal: use ControlPlane.Replicas#8322
openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
honza:replicas

Conversation

@honza
Copy link
Member

@honza honza commented Apr 26, 2024

*installConfig.ControlPlane.Replicas is the canonical source of this information and we don't want to rely on the IsMaster() function.

We also change how that number gets to the master-bmh-update.sh script. We template the number into the systemd service instead of the shell script. This gives us shellcheck.

This is a follow-up to #8316

`*installConfig.ControlPlane.Replicas` is the canonical source of this
information and we don't want to rely on the `IsMaster()` function.

We also change how that number gets to the master-bmh-update.sh script.
We template the number into the systemd service instead of the shell
script.  This gives us shellcheck.
@honza
Copy link
Member Author

honza commented Apr 26, 2024

/jira refresh

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 26, 2024
@openshift-ci-robot
Copy link
Contributor

@honza: This pull request references Jira Issue OCPBUGS-32981, which is invalid:

  • expected the bug to be in one of the following states: NEW, ASSIGNED, POST, but it is MODIFIED instead

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

Details

In response to this:

/jira 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Apr 26, 2024
@honza
Copy link
Member Author

honza commented Apr 26, 2024

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Apr 26, 2024
@openshift-ci-robot
Copy link
Contributor

@honza: This pull request references Jira Issue OCPBUGS-32981, which is valid. The bug has been moved to the POST state.

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

Requesting review from QA contact:
/cc @jadhaj

Details

In response to this:

/jira 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci bot requested a review from jadhaj April 26, 2024 18:00
@zaneb
Copy link
Member

zaneb commented Apr 28, 2024

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zaneb

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

The pull request process is described here

Details 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 28, 2024
@dtantsur
Copy link
Member

/lgtm

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

/retest-required

Remaining retests: 0 against base HEAD c2fa2bf and 2 for PR HEAD e46dba4 in total

@sdodson
Copy link
Member

sdodson commented Apr 29, 2024

/retest-required

@sdodson
Copy link
Member

sdodson commented Apr 29, 2024

/override ci/prow/e2e-aws-ovn

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 29, 2024

@sdodson: Overrode contexts on behalf of sdodson: ci/prow/e2e-aws-ovn

Details

In response to this:

/override ci/prow/e2e-aws-ovn

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
Copy link
Contributor

openshift-ci bot commented Apr 29, 2024

@honza: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-metal-single-node-live-iso e46dba4 link false /test e2e-metal-single-node-live-iso
ci/prow/e2e-metal-assisted e46dba4 link false /test e2e-metal-assisted
ci/prow/okd-e2e-aws-ovn-upgrade e46dba4 link false /test okd-e2e-aws-ovn-upgrade

Full PR test history. Your PR dashboard.

Details

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-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 1a3d6c2 and 1 for PR HEAD e46dba4 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 55f8072 and 0 for PR HEAD e46dba4 in total

@openshift-merge-bot openshift-merge-bot bot merged commit e223641 into openshift:master Apr 30, 2024
@openshift-ci-robot
Copy link
Contributor

@honza: Jira Issue OCPBUGS-32981: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-32981 has been moved to the MODIFIED state.

Details

In response to this:

*installConfig.ControlPlane.Replicas is the canonical source of this information and we don't want to rely on the IsMaster() function.

We also change how that number gets to the master-bmh-update.sh script. We template the number into the systemd service instead of the shell script. This gives us shellcheck.

This is a follow-up to #8316

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 openshift-eng/jira-lifecycle-plugin 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. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants