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-4.9] Bug 2089763: configure-ovs: persist profiles after auto-connect has been set #3183

Merged
merged 1 commit into from Jun 13, 2022

Conversation

jcaamano
Copy link
Contributor

@jcaamano jcaamano commented Jun 10, 2022

After backporting 715393a in #3160, auto-connect was being set after keyfiles were persisted from the overlay systemConnectionsMerged to the underlay system-connections and thus the setting was lost after reboot. So persist profiles at the very end.

Signed-off-by: Jaime Caamaño Ruiz jcaamano@redhat.com

- What I did

- How to verify it

- Description for the changelog

Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
@openshift-ci openshift-ci bot added bugzilla/severity-urgent Referenced Bugzilla bug's severity is urgent for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels Jun 10, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 10, 2022

@jcaamano: This pull request references Bugzilla bug 2089763, which is valid.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.9.z) matches configured target release for branch (4.9.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 2089757 is in the state CLOSED (ERRATA), which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), CLOSED (CURRENTRELEASE))
  • dependent Bugzilla bug 2089757 targets the "4.10.z" release, which is one of the valid target releases: 4.10.0, 4.10.z
  • bug has dependents

Requesting review from QA contact:
/cc @rbbratta

In response to this:

[release-4.9] Bug 2089763: configure-ovs: persist profiles after auto-connect has been set

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
Copy link
Contributor

openshift-ci bot commented Jun 10, 2022

@jcaamano: This pull request references Bugzilla bug 2089763, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

6 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.9.z) matches configured target release for branch (4.9.z)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
  • dependent bug Bugzilla bug 2089757 is in the state CLOSED (ERRATA), which is one of the valid states (VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), CLOSED (CURRENTRELEASE))
  • dependent Bugzilla bug 2089757 targets the "4.10.z" release, which is one of the valid target releases: 4.10.0, 4.10.z
  • bug has dependents

Requesting review from QA contact:
/cc @rbbratta

In response to this:

[release-4.9] Bug 2089763: configure-ovs: persist profiles after auto-connect has been set

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.

@jcaamano
Copy link
Contributor Author

/test 4.9-upgrade-from-stable-4.8-e2e-aws-ovn-upgrade
/test e2e-aws-ovn-workers-rhel8
/test e2e-metal-ipi-ovn-dualstack
/test e2e-metal-ipi-ovn-ipv6
/test e2e-ovn-step-registry
/test e2e-agnostic-upgrade

@jcaamano
Copy link
Contributor Author

/test e2e-aws-ovn-workers-rhel8
/test e2e-agnostic-upgrade
/test okd-e2e-upgrade
/test e2e-vsphere-upgrade

@rbbratta
Copy link
Contributor

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Jun 13, 2022
@sinnykumari
Copy link
Contributor

/assign @andreaskaris
PTAL

copy_nm_conn_files "$NM_CONN_UNDERLAY"
if [ -f "$extra_bridge_file" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

I had a doubt about how bash behaves and if $extra_bridge_file would be available here given that the variable is defined way below but it clearly works:

  1 #!/bin/bash
  2 
  3 function test_function {
  4     echo "Foo is: $foo"
  5 }
  6 
  7 foo=bla
  8 test_function
[akaris@linux ~]$ bash -x test.sh
+ foo=bla
+ test_function
+ echo 'Foo is: bla'
Foo is: bla

@andreaskaris
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 13, 2022
@jcaamano
Copy link
Contributor Author

/test e2e-aws-workers-rhel8

@jcaamano
Copy link
Contributor Author

/assign @sinnykumari

Copy link
Contributor

@sinnykumari sinnykumari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/label backport-risk-assessed

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 13, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andreaskaris, jcaamano, sinnykumari

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 Jun 13, 2022
@sinnykumari sinnykumari added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Jun 13, 2022
@sinnykumari
Copy link
Contributor

Needs cherry-pick-approved label
/assign @rbbratta

@rbbratta
Copy link
Contributor

/label cherry-pick-approved

@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 Jun 13, 2022
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 2 against base HEAD d8ba2a0 and 8 for PR HEAD 3b3e6b2 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 1 against base HEAD d8ba2a0 and 7 for PR HEAD 3b3e6b2 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD d8ba2a0 and 6 for PR HEAD 3b3e6b2 in total

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 13, 2022

@jcaamano: 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/okd-e2e-upgrade 3b3e6b2 link false /test okd-e2e-upgrade
ci/prow/e2e-vsphere-upgrade 3b3e6b2 link false /test e2e-vsphere-upgrade
ci/prow/e2e-aws-disruptive 3b3e6b2 link false /test e2e-aws-disruptive
ci/prow/e2e-aws-ovn-workers-rhel8 3b3e6b2 link false /test e2e-aws-ovn-workers-rhel8
ci/prow/okd-e2e-aws 3b3e6b2 link false /test okd-e2e-aws
ci/prow/okd-e2e-gcp-op 3b3e6b2 link false /test okd-e2e-gcp-op
ci/prow/e2e-aws-upgrade-single-node 3b3e6b2 link false /test e2e-aws-upgrade-single-node
ci/prow/e2e-metal-ipi 3b3e6b2 link false /test e2e-metal-ipi
ci/prow/e2e-aws-workers-rhel8 3b3e6b2 link false /test e2e-aws-workers-rhel8

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.

@openshift-ci openshift-ci bot merged commit bd2557a into openshift:release-4.9 Jun 13, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 13, 2022

@jcaamano: All pull requests linked via external trackers have merged:

Bugzilla bug 2089763 has been moved to the MODIFIED state.

In response to this:

[release-4.9] Bug 2089763: configure-ovs: persist profiles after auto-connect has been set

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.

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. bugzilla/severity-urgent Referenced Bugzilla bug's severity is urgent for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants