Create nec plugin#40
Closed
motooka79 wants to merge 2 commits into
Closed
Conversation
Signed-off-by: Motoka Makoto <m.motoka@nec.com>
hase1128
approved these changes
May 21, 2026
hase1128
left a comment
Collaborator
There was a problem hiding this comment.
This PR simply adds a new client.
While I cannot fully review the internal code of the NEC client, which contains vendor-specific code, this PR does not affect the existing CRO code in any way. Furthermore, I have heard that NEC has verified this using their CDI management software (CDIM), so I believe it is safe to merge.
Collaborator
|
@mgazz |
Contributor
Author
|
Due to an internal policy, I’m not allowed to maintain a personal fork repository. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a prototype plugin for the composable-resource-operator that
targets NEC CDI Solution.
The plugin is currently implemented to connect only to NEC CDI Solution, as the
OSS-based CDIM supports only a simulator and has no real controllable resources.
This limitation and the relationship between CDIM (OSS) and NEC CDI Solution
(product) are documented in
/internal/cdi/nec/README.The long-term goal is to enable a common implementation for both OSS and product
environments.