xcp-ng / xcp-ng-xapi-plugins

XCP-ng's specific XAPI plugins
GNU Affero General Public License v3.0
7 stars 9 forks source link

Add kalray plugin to configure DPU #42

Open gthvn1 opened 1 year ago

gthvn1 commented 1 year ago

This plugin allows to create raid, logical volume store and logical volumes on the Kalray DPU.

gthvn1 commented 1 year ago

Still need to add delete lvol, sanity check and unit test....

stormi commented 1 year ago

Make it a draft PR, then?

gthvn1 commented 1 year ago

any help about how to fix unittest is welcome :) and what to test because most of the jobs is in the RPC that we will need to mock because it is only available on the xcp-ng host when Kalray DPU is deployed...

gthvn1 commented 1 year ago

I think I got it for pytest.... So WIP :)