You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to create a superset of the HPE SAT file adding new features like git tags to CFS configuration layers and hardware inventory to HSM groups.
This approach will help in having a self contained cluster definition in a single file.
Some use cases:
A the top, we can see a description of the hardware we want the cluster to have:
hardware:
- pattern: a100:4:epyc:4
While processing this SAT file, the end goal is to have an HSM group with x4 Nvidia a100 and x4 AMD epyc CPUS. the process of finding the hardware needed in the CSM hardware inventory is out of the scope since it is already implemented.
This tasks is to:
adapt the logic in manta which reads a SAT file
interacts with mesa in order to get the nodes with the hardware requirements needed
create/update the HSM accordingly
The text was updated successfully, but these errors were encountered:
Masber
changed the title
Integrate hardware components into SAT file
FEATURE: Integrate hardware components into SAT file
Feb 17, 2024
We would like to create a superset of the HPE SAT file adding new features like git tags to CFS configuration layers and hardware inventory to HSM groups.
This approach will help in having a self contained cluster definition in a single file.
Some use cases:
eg:
A the top, we can see a description of the hardware we want the cluster to have:
While processing this SAT file, the end goal is to have an HSM group with x4 Nvidia a100 and x4 AMD epyc CPUS. the process of finding the hardware needed in the CSM hardware inventory is out of the scope since it is already implemented.
This tasks is to:
The text was updated successfully, but these errors were encountered: