Skip to main content

Nautobot Single Source of Truth

Reason this release was yanked:

Bug

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 to True.

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

Dashboard screenshot

Data Source detail view

Sync detail view

Example data source - Arista CloudVision

Example data target - ServiceNow

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nautobot-ssot-1.1.1.tar.gz (29.5 kB view hashes)

Uploaded Source

Built Distribution

nautobot_ssot-1.1.1-py3-none-any.whl (42.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page