fabric-testbed / InformationModel

FABRIC Information Model library
MIT License
7 stars 1 forks source link

Component Name dictionaries (possibly non-issue) #52

Closed ninjajoe9 closed 3 years ago

ninjajoe9 commented 3 years ago

While playing with the adding components to a node I discovered (unsurprisingly) you had to match the name of the component exactly. It took me an embarrassingly long time to figure out 'Tesla_T4' and 'TeslaT4' could not be substituted for 'Tesla T4'. Perhaps in one of the user guides include a note that spaces are fine when assigning components.

Screen Shot 2021-05-28 at 13 19 18
paul-ruth commented 3 years ago

Need a way to find resource type names.

Need a tool that can: find_node_with(ram>32, GPU.any, ConnectX6=>2)

paul-ruth commented 3 years ago

Need a "test_topology" function that provides very useful feedback.

ibaldin commented 3 years ago

Topology validation will be taken care of in #57 . Other portions of this ticket have, I think, been addressed.