nornir-automation / nornir

Pluggable multi-threaded framework with inventory management to help operate collections of devices
https://nornir.readthedocs.io/
Apache License 2.0
1.38k stars 234 forks source link

Added plugins architecture image to plugins docs #802

Closed dmulyalin closed 2 years ago

dmulyalin commented 2 years ago

Added diagram to docs describing plugins architecture to make it easier for people to comprehend the greatness of Nornir.

dbarrosop commented 2 years ago

Thanks, this is pretty awesome. If you don't mind, I'd like to suggest two minor changes:

  1. "External database" -> "3d party". Technically it can be a database, a service, a file, whatever.
  2. I'd remove the arrow from "transform functions", just leaving the box there. Technically it interacts with nornir's inventory and it doesn't have any knowledge of the inventory plugin
dmulyalin commented 2 years ago

Thanks for checking it out and for suggestions, updated the diagram.

dbarrosop commented 2 years ago

Awesome, thanks a lot, this is great!