-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: (OPI CNI) This is the initial implementation of OPI CNI #7
Conversation
Initial implementation of OPI CNI. Currently only Intel Mt.Evans IPUs are supported by this CNI Signed-off-by: Dimitrios Markou <[email protected]>
# Copyright (C) 2023 Network Plumping Working Group | ||
# Copyright (C) 2023 Nordix Foundation. | ||
|
||
FROM golang:alpine as builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Click Remediation section below to solve this issue
make clean && \ | ||
make build | ||
|
||
FROM alpine:3 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: pin your Docker image by updating alpine:3 to alpine:3@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0
Click Remediation section below for further remediation help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this based on multus and secondary interface?
Yes it is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in review
@@ -1,25 +1,25 @@ | |||
# SPDX-License-Identifier: Apache-2.0 | |||
# Copyright (c) 2022-2023 Dell Inc, or its subsidiaries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should not remove copyright
@glimchb In the last tsc meeting we have decided this is not the right repo to put the cni. Also the name is a bit confusing because this cni integrates directly with evpn gw api which is a use case API. So we have decided to name it differently and use the OPI-PoC repo for now. So no need to review this PR. I will close it. |
we can change the name, but still need new repo for it |
Initial implementation of OPI CNI. Currently only Intel Mt.Evans IPUs are supported by this CNI. Target is to support more IPUs/DPUs in the future. It has an integration with the EVPN GW API .