[DOCS] Restructure EIM documentation#390
Conversation
da6ff24 to
ece52a2
Compare
| The split into the Host and Instance resources expresses the split into the | ||
| Onboarding and Provisioning phases - the Onboarding phase ends when the Host | ||
| resource enters its desired state ``ONBOARDED``, while the Provisioning phase | ||
| ends when the Instance resource achieves the ``RUNNING`` state. |
There was a problem hiding this comment.
onboard manager is also acts as a host resource manager responsible to update onboarding status and provisioning status but HostStatus to Running set by node agent by calling hostResource manager's grpc call - https://github.com/open-edge-platform/infra-managers/tree/main/host#edge-infrastructure-host-resource-manager
d47f150 to
451670d
Compare
scottmbaker
left a comment
There was a problem hiding this comment.
I like the overall restructuring. I left a few minor comments that could be addressed earlier. As a high-level point, I think we still have a few levels of indirection between the EIM top page and the components. I have to navigate EIM -> Architecture -> Components -> [a specific component]. I wonder if there's opportunity to collapse one or more of those levels. For example, we could introduce the components at the top level.
There was a problem hiding this comment.
While reading through the docs, I found this statement hard to interpret, and it's high up in our list of features. Could we better summarize the 50 edge device concurrent onboarding (prior bullet) together with concurrent 10,000 edge devices and 1000 edge devices for OS provisioning?
Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
43e0611 to
ae6f04b
Compare
PR Description
The proposed changes are part of the effort to target modular decomposition of Edge Infrastructure Manager, described in ticket: 79416 and 84758. Changes include:
Changes
List the changes you have made.
Additional Information
Include any additional information, such as how to test your changes.
Checklist