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
fix: regenerate nornir inventory from DB at backend startup
groups.yaml only got rewritten as a side effect of group CRUD, while
hosts.yaml rewrites on switch CRUD. The inventory dir is gitignored and
not a Docker volume, so a fresh/recreated container has neither file
until someone happens to touch Groups — until then any switch sync
crashes with KeyError on a missing platform group (e.g. arista_eos).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments