OCPBUGS-12856: Support Device Plugin Resources For Smart NIC and DPU Hosts#1721
Conversation
|
@zshi-redhat @bn222 PTAL. |
6201164 to
48b46ea
Compare
48b46ea to
bddde3b
Compare
bddde3b to
386ce79
Compare
The resource name is mandatory field for DPU Host node/mode, but not Smart NIC node/mode, right? |
|
/cc @jcaamano |
|
/cc @pliurh |
Yes there is a check in OVN-K |
ac71a2e to
8769e85
Compare
33ead79 to
b7f34ff
Compare
|
@jcaamano @zshi-redhat @pliurh PTAL. |
b7f34ff to
1c01fb6
Compare
|
/approve |
|
/hold until we can merge stuff on 4.14 |
|
@wizhaoredhat: This pull request references Jira Issue OCPBUGS-12856, which is invalid:
Comment 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 kubernetes/test-infra repository. |
|
/jira refresh |
|
@wizhaoredhat: This pull request references Jira Issue OCPBUGS-12856, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
Removed the NodeMode from the dpu-mode config map. This was done because the design has changed from using a cluster wide node mode to using node labels to identify Full, DPU Host, DPU, and Smart NIC nodes in the cluster. The node labels can be overridden from the default values by using the config map. The resource-name is mandatory field of the config map and is needed for DPU Host and Smart NIC nodes to support the management port feature in OVN-K. An additional daemonset is rendered if there is Smart NIC nodes in the cluster similarly with the DPU Host nodes. Signed-off-by: William Zhao <wizhao@redhat.com>
1c01fb6 to
0bb035e
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flavio-fernandes, jcaamano, wizhaoredhat 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-required |
|
/retest |
|
/hold cancel |
|
/retest-required |
|
@wizhaoredhat: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
|
@wizhaoredhat: Jira Issue OCPBUGS-12856: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-12856 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. |
Removed the NodeMode from the dpu-mode config map. This was done because the design has changed from using a cluster wide node mode to using node labels to identify Full, DPU Host, DPU, and Smart NIC nodes in the cluster.
The node labels can be overridden from the default values by using the config map. The resource-name is mandatory field of the config map and is needed for DPU Host and Smart NIC nodes to support the management port feature in OVN-K.
An additional daemonset is rendered if there is Smart NIC nodes in the cluster similarly with the DPU Host nodes.