-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug 2245978: multus: use rook image for ip range detection #533
Bug 2245978: multus: use rook image for ip range detection #533
Conversation
Use the Rook image (defined by the operator pod) to detect the Multus network address ranges. It is reasonable for users to want to have a minimal Ceph image that does not have the `ip` utility installed, which is used for detecting the address ranges of multus interfaces. Instead, use the Rook image, which Rook can ensure has the `ip` tool if Ceph ever removes it from their image. Signed-off-by: Blaine Gardner <[email protected]> (cherry picked from commit 8aec30a)
@BlaineEXE: This pull request references Bugzilla bug 2245978, which is invalid:
Comment 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. |
Looks good, assuming we get the ip tool in the base image downstream. |
Correction @travisn: This PR means that ODF needs to get the |
Oh right, in the downstream rook image is what I meant, thanks. |
What if we also cherry-pick some recent CI fixes with this? |
The helm linter was failing with v2.4.0. Now update the version of the action to the latest and greatest. Signed-off-by: travisn <[email protected]> (cherry picked from commit dfa522d)
migrate to using mkdocs-material's material.extensions.emoji.twemoji and material.extensions.emoji.to_svg in place of the respective materialx.emoji.twemoji and materialx.emoji.to_svg. Also, this requires latest version of mkdocs-material. Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit b186150)
mac build ci is failing during csv gen when trying to move files to some folder. Skipping csv gen for mac since it is not required. Signed-off-by: subhamkrai <[email protected]> (cherry picked from commit c4cf300)
Done. Each is a separate cherry-pick commit. |
/lgtm |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BlaineEXE, travisn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/bugzilla refresh |
@travisn: This pull request references Bugzilla bug 2245978, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@openshift-ci[bot]: GitHub didn't allow me to request PR reviews from the following users: nehaberry. Note that only red-hat-storage members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
103536c
into
red-hat-storage:release-4.14
@BlaineEXE: All pull requests linked via external trackers have merged: Bugzilla bug 2245978 has been moved to the MODIFIED state. 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. |
Use the Rook image (defined by the operator pod) to detect the Multus network address ranges. It is reasonable for users to want to have a minimal Ceph image that does not have the
ip
utility installed, which is used for detecting the address ranges of multus interfaces. Instead, use the Rook image, which Rook can ensure has theip
tool if Ceph ever removes it from their image.Signed-off-by: Blaine Gardner [email protected]
(cherry picked from commit 8aec30a)
Description of your changes:
Which issue is resolved by this Pull Request:
Resolves #
Checklist:
skip-ci
on the PR.