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
Canvas server should export a hidden configuration subtree to easily get an overview of the global setup and the current session from a systems perspective. This should bring all your linked compute devices(and services running on them) into a nice global tree without the need to explicitly configure separate context layers to filter based on topology, preventing the "low-level" infrastructure layout contaminating the context tree.
DoD
We should implement internal structures(apps, devices, peers, roles etc) as system layers linked to their own bitmaps (we already did some prep-work to support internal bitmap indexes / reserved ID ranges)
A hidden subtree should be structured in-line with the concept of contexts (so dynamic in nature, layer order filters data); as an example, internal "devices" layer in the tree below will link to the same data regardless of where it is placed within the subtree, placing "devices" under a sessionid will filter out only relevant devices for the session.
Accessing system layers through the hidden subtree should display internal configuration and debug information
This may be a cheap way(..well) to create a universal configuration interface, especially for canvas roles (things like minio, maild etc)
Canvas server should export a hidden configuration subtree to easily get an overview of the global setup and the current session from a systems perspective. This should bring all your linked compute devices(and services running on them) into a nice global tree without the need to explicitly configure separate context layers to filter based on topology, preventing the "low-level" infrastructure layout contaminating the context tree.
DoD
Draft structure
Update
We'll also need a system tree to manage layers, as all context path related methods do not remove layers by default!
The text was updated successfully, but these errors were encountered: