canonical / ov-slurm-charms

Repository containing the slurm operator charms
MIT License
4 stars 0 forks source link

Remove Infiniband install configuration #3

Open dvdgomez opened 1 year ago

dvdgomez commented 1 year ago

Infiniband drivers are currently installed and configured using juju actions. Remove these actions such that the functionality can instead be separated into an individual infiniband charm. Slurm_ops_manager seems to be tied to each install and will need to be removed wrt to installs as seen below.

Remove Actions:

source code comes from slurm-ops-manager (https://github.com/omnivector-solutions/slurm-ops-manager)

Notes

Removal of actions will require the following:

NucciTheBoss commented 1 year ago

We will probably want to store the code that is currently in there in a gist of something. Figure it will be helpful for when we start writing the standalone Infiniband charm.