Skip to content

rebase-4.13.0-0.nightly-2023-02-13-194759_amd64-2023-02-13_arm64-2023-02-14#1362

Closed
microshift-rebase-script[bot] wants to merge 9 commits intomainfrom
rebase-4.13.0-0.nightly-2023-02-13-194759_amd64-2023-02-13_arm64-2023-02-14
Closed

rebase-4.13.0-0.nightly-2023-02-13-194759_amd64-2023-02-13_arm64-2023-02-14#1362
microshift-rebase-script[bot] wants to merge 9 commits intomainfrom
rebase-4.13.0-0.nightly-2023-02-13-194759_amd64-2023-02-13_arm64-2023-02-14

Conversation

@microshift-rebase-script
Copy link
Copy Markdown
Contributor

amd64: 4.13.0-0.nightly-2023-02-13-194759
arm64: 4.13.0-0.nightly-arm64-2023-02-14-014641
prow job: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-microshift-main-periodics-rebase-on-nightlies/1625359393837027328

/label tide/merge-method-squash

@microshift-rebase-script
Copy link
Copy Markdown
Contributor Author

Extra messages:

  • Deleted following branches: rebase-4.12.0-0.nightly+amd64-2023-02-09-145353+arm64-2023-02-09-230902

@openshift-ci openshift-ci Bot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Feb 14, 2023
@openshift-ci openshift-ci Bot requested review from fzdarsky and pacevedom February 14, 2023 05:26
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Feb 14, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: microshift-rebase-script[bot]
Once this PR has been reviewed and has the lgtm label, please assign pacevedom for approval. For more information see the Kubernetes Code Review Process.

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

openshift-ci Bot commented Feb 14, 2023

@microshift-rebase-script[bot]: 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-reboot db227dd link true /test e2e-reboot
ci/prow/e2e-router-smoke-test db227dd link false /test e2e-router-smoke-test
ci/prow/e2e-rpm-install db227dd link true /test e2e-rpm-install
ci/prow/e2e-openshift-conformance-reduced db227dd link true /test e2e-openshift-conformance-reduced

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.

@pmtk
Copy link
Copy Markdown
Member

pmtk commented Feb 14, 2023

 > $ oc logs -n openshift-ovn-kubernetes pod/ovnkube-master-5x8ff ovnkube-master
+ [[ -f /env/_master ]]
++ date -Iseconds
2023-02-14T06:06:43+00:00 - starting ovnkube-master, Node: release-ci-ci-op-558dg4b2-83db6 IP: 10.0.0.2
+ echo '2023-02-14T06:06:43+00:00 - starting ovnkube-master, Node: release-ci-ci-op-558dg4b2-83db6 IP: 10.0.0.2'
++ date '+%m%d %H:%M:%S.%N'
I0214 06:06:43.758692241 - copy ovn-k8s-cni-overlay
+ echo 'I0214 06:06:43.758692241 - copy ovn-k8s-cni-overlay'
+ cp -f /usr/libexec/cni/ovn-k8s-cni-overlay /cni-bin-dir/
++ date '+%m%d %H:%M:%S.%N'
I0214 06:06:43.851727837 - disable conntrack on geneve port
+ echo 'I0214 06:06:43.851727837 - disable conntrack on geneve port'
+ iptables -t raw -A PREROUTING -p udp --dport 6081 -j NOTRACK
/bin/bash: line 14: iptables: command not found
# ovn-kubernetes image-amd64 9eeb7d60b9d6454d9cc4d3421c26a8e4220bf023 to ae0865a74ea4c579d849e2df593a7dccdbfd1490
209fa70a730f0eabe540b8613e9329fd61c5813f 2023-02-10T20:23:19-06:00 rhel9: install procps-ng to get sysctl
aee5ec2d481abbd2c6c500cae1492fb2497adf76 2023-02-10T19:50:18-06:00 rhel9: no longer need to use iptables wrappers
556d772be6ce2d4b4f379a783f6ce119e0b8ef45 2023-02-10T11:54:19-06:00 cleanup: drop redundant selinux-policy install in onvkube dockerfiles
53009832649a3b9a36d36691b615caf0cd4adf02 2023-02-10T07:32:06-06:00 rhel9: oc RPM does the kubectl symlink
94f574f79edea2d651cea49846ff0a77401ecb99 2023-02-09T14:18:55-06:00 rhel9: no longer need python3-pyOpenSSL
18c461542e543ae2ac03ed03c07d99d4737d2fe8 2023-02-09T08:54:23-06:00 rhel9: remove stray `oc` install
af353a8fa66dc06fa4b30ebc0da995bd199bb33c 2023-02-08T10:44:59-06:00 Add RHEL9 image Dockerfiles
(...)

Looks like ovn-kubernetes is already pushing RHEL9 changes which include dropping iptables command (or wrappers according to changelog)

cc @ggiguash @zshi-redhat

@zshi-redhat
Copy link
Copy Markdown
Contributor

Looks like ovn-kubernetes is already pushing RHEL9 changes which include dropping iptables command (or wrappers according to changelog)

cc @ggiguash @zshi-redhat

ovn-kubernets switched to use container iptable cmd (vs host), we would need to install iptable rpm for ovn-kubernetes-microshift image. I will work on the fix in openshift/ovn-kubernetes repo.

@zshi-redhat
Copy link
Copy Markdown
Contributor

Looks like ovn-kubernetes is already pushing RHEL9 changes which include dropping iptables command (or wrappers according to changelog)
cc @ggiguash @zshi-redhat

ovn-kubernets switched to use container iptable cmd (vs host), we would need to install iptable rpm for ovn-kubernetes-microshift image. I will work on the fix in openshift/ovn-kubernetes repo.

ovnk fix merged: openshift/ovn-kubernetes#1530

@ggiguash
Copy link
Copy Markdown
Contributor

Closed in favor of #1375
/close

@openshift-ci openshift-ci Bot closed this Feb 15, 2023
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Feb 15, 2023

@ggiguash: Closed this PR.

Details

In response to this:

Closed in favor of #1375
/close

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.

@microshift-rebase-script microshift-rebase-script Bot deleted the rebase-4.13.0-0.nightly-2023-02-13-194759_amd64-2023-02-13_arm64-2023-02-14 branch February 16, 2023 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants