OCPBUGS-104572: NetworkManager-ovs has moved up to RHCOS - #1952
Conversation
|
@sdodson: This pull request references Jira Issue OCPBUGS-104572, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
|
@sdodson: This pull request references Jira Issue OCPBUGS-104572, which is valid. 3 validation(s) were run on this bug
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. |
NetworkManager-ovs was being installed in the node-image layer (openshift/os) from OCP repos. Because the base image version-locks all its packages before the node layer runs, NetworkManager-ovs could end up at a different version than NetworkManager itself. Move it to the base image so both are sourced from the same RHEL repos and stay in sync.
|
@sdodson: This pull request references Jira Issue OCPBUGS-104572, which is valid. 3 validation(s) were run on this bug
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. |
|
/hold |
|
/retest-required |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aaradhak, Rolv-Apneseth, sdodson 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 |
|
/test images |
|
@sdodson: The following test 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. |
NetworkManager-ovs was being installed in the node-image layer (openshift/os) from OCP repos. Because the base image version-locks all its packages before the node layer runs, NetworkManager-ovs could end up at a different version than NetworkManager itself. Move it to the base image so both are sourced from the same RHEL repos and stay in sync.
Depends on coreos/rhel-coreos-config#296