OCPBUGS-32979: Update network operator status for IPsec - #2360
Conversation
6def0a3 to
7598967
Compare
|
@pperiyasamy: This pull request references Jira Issue OCPBUGS-32979, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
/jira refresh |
|
@pperiyasamy: This pull request references Jira Issue OCPBUGS-32979, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
@pperiyasamy: This pull request references Jira Issue OCPBUGS-32979, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
@pperiyasamy please note that this will delay installs if ipsec is enabled from the get go, possibly delaying them over an installer global timeout and making them fail. We might need to account for this in ipsec CI jobs and also in docs if the default timeout is not big enough. |
yes @jcaamano , The |
|
/test e2e-ovn-ipsec-step-registry |
7598967 to
0dac514
Compare
|
/test e2e-ovn-ipsec-step-registry |
1 similar comment
|
/test e2e-ovn-ipsec-step-registry |
|
This 1788117489796780032 run shows change is in effect (here) and COs are back to running in 28mins. Would try for few more runs. |
|
/test e2e-ovn-ipsec-step-registry |
0dac514 to
56aa983
Compare
| data.Data["OVNIPsecDaemonsetEnable"] = OVNIPsecDaemonsetEnable | ||
| data.Data["OVNIPsecEnable"] = OVNIPsecEnable | ||
|
|
||
| // Set progressing to true until IPsec DaemonSet is rendered when EW IPsec config is enabled. |
There was a problem hiding this comment.
@pperiyasamy can you add a TODO here explaining what we want to do in the future and/or pointing to the jira issue? thanks!
807c96f to
2f27c7b
Compare
This commit updates network operator progressing condition for rolling out IPsec daemonset for cluster. It reflects appropriate status for network cluster operator which would make openshift-install to exit gracefully after installing all of IPsec components for the cluster. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
2f27c7b to
763c565
Compare
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcaamano, pperiyasamy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label acknowledge-critical-fixes-only |
|
/retest |
1 similar comment
|
/retest |
|
@pperiyasamy: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
@pperiyasamy: Jira Issue OCPBUGS-32979: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-32979 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build cluster-network-operator-container-v4.17.0-202405161113.p0.g0a03896.assembly.stream.el9 for distgit cluster-network-operator. |
|
Fix included in accepted release 4.16.0-0.nightly-2024-05-17-180525 |
|
/cherry-pick release-4.15 |
|
@pperiyasamy: new pull request created: #2530 DetailsIn response to this:
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. |
This PR updates network operator progressing condition for rolling out IPsec daemonset for cluster. It reflects appropriate status for network cluster operator which would make openshift-install to exit gracefully after installing all of IPsec components for the cluster.