anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Add a named scope type #67

Closed perarnau closed 5 months ago

perarnau commented 1 year ago

Related to #66

Need to change the full API to make scopes unnamed, and have clients differentiate between named scopes and info about topology.

This is a work in progress, but will be needed before a new release.

perarnau commented 5 months ago

Unclear if needed anymore. We do have issues with the scope type being communicated too often within the code when only the uuid should really be needed, but I think an approach where scopes are being checked against the nrmd state and then only the uuid being used would make more sense.