NetBox plugin for vendor-agnostic configuration compliance
Project description
What?
Validity is the NetBox plugin to write "auto tests" for configuration. You define compliance tests and Validity checks network device configuration files against these tests. As a result you can find out which devices are provisioned properly (according to the tests you have written) and which are not.
To use validity you need:
-
Store configuration files of your devices in a Git repository. Validity does not collect the configs from your network, you have to do it by third-party tool (e.g. oxidized).
-
Define TTP Template to translate the config from vendor specific format into JSON.
-
Write compliance test as a python expression, e.g.
device.config["ntp-servers"] == ["1.2.3.4", "5.6.7.8"]
-
Apply created test to specific devices and get the results per device (passed or failed).
Why?
Configuration compliance is one of the very common problems that arises in every company with the growth of their network. Usually companies solve this problem with some kind of scripts that do all the things at the same time: they parse configs, apply some compliance logic and push the results into some DB or third-party OSS system. Usually after the addition of several vendors (or even several software revisions of one model) these scripts become unreadable and almost no one can definitely say which rules the script checks for.
Validity completely separates compliance test code from all other things like config serialization. This one encourages you to write short, clean and understandable compliance tests together with the mandatory description.
Key Features
- Truly vendor-agnostic. You can easily integrate any vendor config format using TTP
- Writing compliance tests using Python expressions and JQ
- Flexible selector system to apply the tests only to a specific subset of devices
- Concept of dynamic pairs. With dynamic pair you can compare 2 different devices between each other (e.g. compare the configuration of 2 MC-LAG members).
- Test result explanation. When some test fails, you can get the explanation of the calculation process step by step. It helps to identify the cause of the failure.
- ORM access inside the test. You have full access to the device properties. For instance, you may leverage Configuration Contexts NetBox feature to store your desired configuration and compare it with the config collected from the device.
- Reports and webhooks. After execution of some bunch of tests you can get the report with passed/failed statistics grouped by some Location/Site/Manufacturer/etc. Moreover, you can provision the webhook to notify an external system when compliance report is generated.
- Test extensibility. You can define your own python functions or classes to reuse the code between multiple compliance tests.
- Possibility to store all heavy text-based entities (like compliance tests or TTP Templates) in a Git repository
Download and Install
You can download Validity via pip
pip install netbox-validity
After that follow the installation guide to correctly add Validity to your NetBox.
Documentation
Read the full documentation on validity.readthedocs.io
Quick Start
A short video about first steps with Validity:
Contributing
Feel free to ask a Question, report an Issue or even make a PR. Read more about contribution in the CONTRIBUTING guide.
Screenshots
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for netbox_validity-1.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44a1ab8f5a823d2d4c71dc1a63e65e9b95ee50b13f9eed233ba3b7bf62bf50e5 |
|
MD5 | bbae29301796344849a08bc25332aaa7 |
|
BLAKE2b-256 | 3d7cd650c784ada85e6b4247904e0e85e468a6cb353e961a97449511f32cc3fe |