-
Notifications
You must be signed in to change notification settings - Fork 523
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
NP-793: SDN live migration #1640
Conversation
Hello @kyrtapz! Some important instructions when contributing to openshift/api: |
f5074b8
to
3ef0f75
Compare
/test verify |
I think that |
/cc @pliurh |
@kyrtapz: This pull request references NP-793 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In 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/test-infra repository. |
3ef0f75
to
aaa98f3
Compare
aaa98f3
to
54f1c27
Compare
/hold Adding |
This should be fixed so the correct manifest is selected. This is commonly done during rendering by operators. |
54f1c27
to
03ba7e1
Compare
03ba7e1
to
6ea8219
Compare
Add flag 'mode' to 'spec.Migration' to indicate SDN migration mode. The supported values are Live, Offline. If unset, the default mode is Offline. Signed-off-by: Peng Liu <[email protected]>
The conditions will be used to represents the status of SDN live migration. Signed-off-by: Peng Liu <[email protected]> Signed-off-by: Patryk Diak <[email protected]>
This commit adds a feature gate for SDN live Migration feature. Signed-off-by: Peng Liu <[email protected]>
Signed-off-by: Patryk Diak <[email protected]>
Signed-off-by: Patryk Diak <[email protected]>
Signed-off-by: Patryk Diak <[email protected]>
e1277bb
to
5203a1a
Compare
networkType and mtu migrations should not be performed at the same time unless the migration mode is set to Live. Signed-off-by: Patryk Diak <[email protected]>
/lgtm |
/test e2e-aws-serial-techpreview |
missing test case so CI won't pass. But the gate and gated field look good. /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, kyrtapz, pliurh 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 |
/hold Revision 9de6d28 was retested 3 times: holding |
/test e2e-azure |
|
/override ci/prow/verify-crd-schema |
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-crd-schema In 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/test-infra repository. |
/hold cancel |
@kyrtapz: all tests passed! 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. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-config-api-container-v4.15.0-202311282232.p0.g436a23f.assembly.stream for distgit ose-cluster-config-api. |
Enhancement: openshift/enhancements#1064
Changes include:
This PR is based on #1546 and #1560 with minor changes.