Bug 1870285: OpenStack: Ensure resolv.conf exists before running podman#2012
Conversation
Manual backport of openshift#1773 to release-4.5 because of merge conflict. We can't share the prepender script between control plane and compute nodes in OpenStack due to dependency on the DNS VIP. This basically boils down to porting openshift#1765 to the openstack worker prepender script that was forgotten in the initial commit. VShpere counterpart doesn't run podman and hence doesn't need the patch.
|
@mandre: This pull request references Bugzilla bug 1870285, 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
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/test-infra repository. |
|
/test e2e-openstack |
|
/assign @pierreprinetti @Fedosin |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Fedosin, mandre 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@mandre: All pull requests linked via external trackers have merged: Bugzilla bug 1870285 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 kubernetes/test-infra repository. |
Manual backport of
#1773 to
release-4.5 because of merge conflict. We can't share the prepender
script between control plane and compute nodes in OpenStack due to
dependency on the DNS VIP.
This basically boils down to porting
#1765 to the
openstack worker prepender script that was forgotten in the initial
commit.
VShpere counterpart doesn't run podman and hence doesn't need the patch.