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

[release-ocm-2.10] MGMT-17131: Use all cluster networks to determine IP family for ironic #6057

Conversation

openshift-cherrypick-robot

This is an automated cherry-pick of #6048

/assign gamli75

Before this, when deploying an IPv6 spoke from a dualstack hub only the
machine network was being used to determine the address family of the
spoke cluster.

This was an issue because the machine network is not generally set until
after hosts are discovered.

This change uses all the cluster networks to determine the address
family and should allow the preprovisioning image controller to
correctly determine the IP family and set the ironic and inspector urls
accordingly.

Resolves https://issues.redhat.com/browse/MGMT-16814
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 6, 2024

@openshift-cherrypick-robot: Ignoring requests to cherry-pick non-bug issues: MGMT-16814

In response to this:

This is an automated cherry-pick of #6048

/assign gamli75

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 added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 6, 2024
@openshift-ci openshift-ci bot requested review from eliorerz and oourfali March 6, 2024 07:50
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.30%. Comparing base (f45f619) to head (f26fd05).

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           release-ocm-2.10    #6057   +/-   ##
=================================================
  Coverage             68.29%   68.30%           
=================================================
  Files                   237      237           
  Lines                 35115    35115           
=================================================
+ Hits                  23982    23984    +2     
+ Misses                 9058     9057    -1     
+ Partials               2075     2074    -1     
Files Coverage Δ
...ler/controllers/preprovisioningimage_controller.go 80.99% <100.00%> (ø)

... and 1 file with indirect coverage changes

@gamli75
Copy link
Contributor

gamli75 commented Mar 6, 2024

/retest-required

Copy link

openshift-ci bot commented Mar 6, 2024

@openshift-cherrypick-robot: The following test 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-ai-operator-disconnected-capi f26fd05 link false /test e2e-ai-operator-disconnected-capi

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.

@carbonin carbonin changed the title [release-ocm-2.10] MGMT-16814: Use all cluster networks to determine IP family for ironic [release-ocm-2.10] MGMT-17131: Use all cluster networks to determine IP family for ironic Mar 6, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 6, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Mar 6, 2024

@openshift-cherrypick-robot: This pull request references MGMT-17131 which is a valid jira issue.

In response to this:

This is an automated cherry-pick of #6048

/assign gamli75

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 added the lgtm Indicates that a PR is ready to be merged. label Mar 6, 2024
Copy link

openshift-ci bot commented Mar 6, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gamli75, openshift-cherrypick-robot

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 Mar 6, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 0122114 into openshift:release-ocm-2.10 Mar 6, 2024
13 of 14 checks passed
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-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants