Skip to content

[release-4.14] OCPBUGS-18728: Kuryr: Set MTU on Bootstrap, not Render phase#1995

Merged
openshift-merge-robot merged 1 commit intoopenshift:release-4.14from
openshift-cherrypick-robot:cherry-pick-1988-to-release-4.14
Sep 13, 2023
Merged

[release-4.14] OCPBUGS-18728: Kuryr: Set MTU on Bootstrap, not Render phase#1995
openshift-merge-robot merged 1 commit intoopenshift:release-4.14from
openshift-cherrypick-robot:cherry-pick-1988-to-release-4.14

Conversation

@openshift-cherrypick-robot
Copy link
Copy Markdown

This is an automated cherry-pick of #1988

/assign dulek

Since openshift#1952 `network.Render` is no longer supplied with operConfig used
later, but a copy of it. This means that MTU set by Kuryr's render phase
won't be used for setting the Network.Status and will lead to panic.

We have this issue because for Kuryr default MTU is detected on
bootstrap phase and there's no fixed value.

This commit solves this by making "0" a default value for Kuryr's MTU.
Having 0 means that Kuryr will attempt to autodetect the MTU. Moreover
the MTU on KuryrConfig will now be set on bootstrap phase, so update of
the OperConfig done after the bootstrap phase will make sure to update
it too.
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@openshift-cherrypick-robot: Jira Issue OCPBUGS-18517 has been cloned as Jira Issue OCPBUGS-18728. Will retitle bug to link to clone.
/retitle [release-4.14] OCPBUGS-18728: Kuryr: Set MTU on Bootstrap, not Render phase

Details

In response to this:

This is an automated cherry-pick of #1988

/assign dulek

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 changed the title [release-4.14] OCPBUGS-18517: Kuryr: Set MTU on Bootstrap, not Render phase [release-4.14] OCPBUGS-18728: Kuryr: Set MTU on Bootstrap, not Render phase Sep 8, 2023
@openshift-ci-robot openshift-ci-robot added jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. labels Sep 8, 2023
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)
  • dependent bug Jira Issue OCPBUGS-18517 is in the state MODIFIED, which is one of the valid states (MODIFIED, ON_QA, VERIFIED)
  • dependent Jira Issue OCPBUGS-18517 targets the "4.15.0" version, which is one of the valid target versions: 4.15.0
  • bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (itbrown@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This is an automated cherry-pick of #1988

/assign dulek

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-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Sep 8, 2023
@openshift-ci openshift-ci Bot requested review from dougbtv and luis5tb September 8, 2023 19:37
@MaysaMacedo
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 8, 2023
@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 8, 2023

/test e2e-openstack-kuryr

Let's see the installation succeeding here and merge this.

@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 11, 2023

/retest required

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 11, 2023

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

  • /test e2e-aws-ovn-network-migration
  • /test e2e-aws-ovn-windows
  • /test e2e-aws-sdn-multi
  • /test e2e-aws-sdn-network-migration-rollback
  • /test e2e-aws-sdn-network-reverse-migration
  • /test e2e-gcp-ovn
  • /test e2e-gcp-sdn
  • /test e2e-hypershift-ovn
  • /test e2e-metal-ipi-ovn-ipv6
  • /test e2e-vsphere-ovn-windows
  • /test images
  • /test lint
  • /test unit
  • /test verify

The following commands are available to trigger optional jobs:

  • /test e2e-aws-hypershift-ovn-kubevirt
  • /test e2e-aws-ovn-local-to-shared-gateway-mode-migration
  • /test e2e-aws-ovn-serial
  • /test e2e-aws-ovn-shared-to-local-gateway-mode-migration-periodic
  • /test e2e-aws-ovn-single-node
  • /test e2e-aws-sdn-upgrade
  • /test e2e-azure-ovn
  • /test e2e-azure-ovn-dualstack
  • /test e2e-azure-ovn-manual-oidc
  • /test e2e-gcp-ovn-upgrade
  • /test e2e-metal-ipi-ovn-ipv6-ipsec
  • /test e2e-network-mtu-migration-ovn-ipv4
  • /test e2e-network-mtu-migration-ovn-ipv6
  • /test e2e-network-mtu-migration-sdn-ipv4
  • /test e2e-openstack-kuryr
  • /test e2e-openstack-ovn
  • /test e2e-openstack-sdn
  • /test e2e-ovn-hybrid-step-registry
  • /test e2e-ovn-ipsec-step-registry
  • /test e2e-ovn-step-registry
  • /test e2e-vsphere-ovn
  • /test e2e-vsphere-ovn-dualstack
  • /test qe-perfscale-aws-ovn-medium-cluster-density
  • /test qe-perfscale-aws-ovn-medium-node-density-cni
  • /test qe-perfscale-aws-ovn-small-cluster-density
  • /test qe-perfscale-aws-ovn-small-node-density-cni

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

  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-hypershift-ovn-kubevirt
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-ovn-local-to-shared-gateway-mode-migration
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-ovn-network-migration
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-ovn-serial
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-ovn-shared-to-local-gateway-mode-migration-periodic
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-ovn-single-node
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-ovn-windows
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-sdn-multi
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-sdn-network-migration-rollback
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-sdn-network-reverse-migration
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-aws-sdn-upgrade
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-azure-ovn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-gcp-ovn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-gcp-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-gcp-sdn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-hypershift-ovn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-metal-ipi-ovn-ipv6
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-metal-ipi-ovn-ipv6-ipsec
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-network-mtu-migration-ovn-ipv4
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-network-mtu-migration-ovn-ipv6
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-network-mtu-migration-sdn-ipv4
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-openstack-ovn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-openstack-sdn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-ovn-hybrid-step-registry
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-ovn-ipsec-step-registry
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-ovn-step-registry
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-vsphere-ovn
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-vsphere-ovn-dualstack
  • pull-ci-openshift-cluster-network-operator-release-4.14-e2e-vsphere-ovn-windows
  • pull-ci-openshift-cluster-network-operator-release-4.14-images
  • pull-ci-openshift-cluster-network-operator-release-4.14-lint
  • pull-ci-openshift-cluster-network-operator-release-4.14-unit
  • pull-ci-openshift-cluster-network-operator-release-4.14-verify
Details

In response to this:

/retest required

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.

@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 11, 2023

/retest-required

@MaysaMacedo
Copy link
Copy Markdown
Contributor

/label backport-risk-assessed

@openshift-ci openshift-ci Bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Sep 11, 2023
@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 11, 2023

The installation with Kuryr is passing, but the Kuryr jobs still fails the tests and we link this with upgrade of our testing cloud to OSP 17.1. This is however good to be merged.

@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 11, 2023

@eurijon, can you take a look and label with cherry-pick-approved? Then I'll reach out to get approved.

@MaysaMacedo
Copy link
Copy Markdown
Contributor

I created a bug to track the e2e tests failures https://issues.redhat.com/browse/OCPBUGS-18818

@dcbw
Copy link
Copy Markdown
Contributor

dcbw commented Sep 12, 2023

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 12, 2023

[APPROVALNOTIFIER] This PR is APPROVED

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

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 Sep 12, 2023
@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 12, 2023

@eurijon: Could you do the honors and add cherry-pick-approved?

@eurijon
Copy link
Copy Markdown

eurijon commented Sep 13, 2023

/label cherry-pick-approved

I'm testing the fix in 4.15 now, so this PR can be merged
And sorry because I'm still missing the notification when I'm mentioned in a PR...

@openshift-ci openshift-ci Bot added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Sep 13, 2023
@eurijon
Copy link
Copy Markdown

eurijon commented Sep 13, 2023

Successfully verified on 4.15

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD a000a25 and 2 for PR HEAD 8092bbd in total

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 13, 2023

@openshift-cherrypick-robot: 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-openstack-ovn 8092bbd link false /test e2e-openstack-ovn
ci/prow/e2e-vsphere-ovn-dualstack 8092bbd link false /test e2e-vsphere-ovn-dualstack
ci/prow/e2e-network-mtu-migration-ovn-ipv4 8092bbd link false /test e2e-network-mtu-migration-ovn-ipv4
ci/prow/e2e-network-mtu-migration-ovn-ipv6 8092bbd link false /test e2e-network-mtu-migration-ovn-ipv6
ci/prow/e2e-openstack-sdn 8092bbd link false /test e2e-openstack-sdn
ci/prow/e2e-network-mtu-migration-sdn-ipv4 8092bbd link false /test e2e-network-mtu-migration-sdn-ipv4
ci/prow/e2e-openstack-kuryr 8092bbd link false /test e2e-openstack-kuryr

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.

@dulek
Copy link
Copy Markdown
Contributor

dulek commented Sep 13, 2023

/retest-required

@openshift-merge-robot openshift-merge-robot merged commit 7273289 into openshift:release-4.14 Sep 13, 2023
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@openshift-cherrypick-robot: Jira Issue OCPBUGS-18728: All pull requests linked via external trackers have merged:

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

Details

In response to this:

This is an automated cherry-pick of #1988

/assign dulek

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

Fix included in accepted release 4.14.0-0.nightly-2023-09-15-101929

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. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. jira/severity-critical Referenced Jira bug's severity is critical for the branch this PR is targeting. 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.