Nautobot Single Source of Truth
Project description
Nautobot Single Source of Truth (SSoT)
A plugin for Nautobot. This plugin facilitates integration and data synchronization between various "source of truth" (SoT) systems, with Nautobot acting as a central clearinghouse for data - a Single Source of Truth, if you will.
A goal of this plugin is to make it relatively quick and straightforward to develop and integrate your own system-specific Data Sources and Data Targets into Nautobot with a common UI and user experience.
Installation
The plugin is available as a Python package in PyPI and can be installed with pip
:
pip install nautobot-ssot
This plugin is compatible with Nautobot 1.0.3 and higher.
Once installed, the plugin needs to be enabled in your nautobot_config.py
:
# In your nautobot_config.py
PLUGINS = ["nautobot_ssot"]
PLUGINS_CONFIG = {
"nautobot_ssot": {
"hide_example_jobs": False, # defaults to False if unspecified
}
}
The plugin behavior can be controlled with the following list of settings:
"hide_example_jobs"
: By default this plugin includes a pair of example data source / data target jobs so that you can see how it works without installing any additional plugins to provide specific system integrations. Once you have installed or developed some "real" system integrations to work with this plugin, you may wish to hide the example jobs, which you may do by setting this configuration setting toTrue
.
Usage
Refer to the documentation for usage details.
Questions
For any questions or comments, please check the FAQ first and feel free to swing by the Network to Code slack channel (channel #networktocode). Sign up here
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 nautobot_ssot-1.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 799f43320694bfdcb2f771f23903d65b68dae176c8c3cdc82bd49c74d0fd7697 |
|
MD5 | 38033540468cf5f41756130518096bd3 |
|
BLAKE2b-256 | 693a689cb1af783a41614610e468f5f89824b6c804289c675a0a55f1ec01298d |