Source of Truth Data Loading
The source of truth data is a multi-tiered inherited database.
Order of Operations
- from API calls (FullCtl, Nautobot, etc)
- from yaml templates
- from snippets
Order of Groups
- Base
- Platform
- Site`
- Tag
- Host
Data is loaded and inherited from these sources in the listed order so as to allow data overrides in a change controlled environment.
In the following example, for an NXOS device named lab-9k
at site lab0
, it will load in order:
- All files in the directory, so
basesys.yaml
platform/nxos
site/lab0
host/lab-9k