Network automation inventory data translation tool.
Project description
motherstarter
A network data transformation tool to accelerate the adoption of network automation by providing a command-line interface to convert input file sources to various network automation output formats.
Table of Contents
Quick Start Guide
Install and trial motherstarter in minutes using the guide below:
Installation
Follow the installation instructions below:
- Create the virtual environment to run the application in:
virtualenv --python=`which python3` venv
source venv/bin/activate
- Install the pip package:
pip install motherstarter
- Validate that motherstarter is installed:
> motherstarter --version
Usage
To use motherstarter, please look at the command-line helper below:
(venv) ➜ motherstarter convert --help
Usage: motherstarter convert [OPTIONS]
Convert source file(s) into network automation inventory outputs based on
multiple command-line inputs.
For example: Input type: json Output type: nornir
Args:
log_level (str): The severity logging level for all events. Valid
options: "debug", "info", "warning", "error" and "critical".
source_type (str): The source file type to read the inventory/group
data from. Valid options: "csv", "json" and "xlsx".
source_dir (str): The source directory to find the files in.
template_dir (str): The template directory to find the templates in.
output_type (str): What file type(s) you would like to be outputted
as a result of running the function. Valid options: "all", "ansible",
"csv", "json", "nornir", "pyats" and "xlsx".
Returns: N/A
Raises: N/A
Options:
-l, --log-level [debug|info|warning|error|critical]
Specify the logging level. [default: debug]
-st, --source-type [csv|json|xlsx]
Specify the source file type. [default:
json]
-sd, --source-dir TEXT Specify the source directory for the source
files. [default: motherstarter/inputs/]
-td, --template-dir TEXT Specify the template directory for the
template files. [default:
motherstarter/templates/core/]
-o, --output-type [all|ansible|csv|json|nornir|pyats|xlsx]
Specify the output file types. This
argument only takes one option. [default:
all]
--help Show this message and exit.
To run using the defaults, execute the following:
motherstarter convert
Sample outputs are provided in the motherstarter/outputs folder.
Support Matrix
The following file formats are supported by motherstarter:
File format | Description | Input (inventory) | Input (groups) | Output (inventory) | Output (groups) |
---|---|---|---|---|---|
csv | Comma separated file | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
json | JavaScript Object Notation file | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
xlsx | Excel workbook | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
ansible | Ansible configuration files | :x: | :x: | :heavy_check_mark: | :x: |
nornir | Nornir inventory files | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
pyATS | pyATS testbed file | :x: | :x: | :heavy_check_mark: | :x: |
What is motherstarter?
motherstarter was created to bridge the gap between those wanting to use network automation and those who already are with fully formed network automation platforms.
At it's core, motherstarter is designed to address four primary-use cases:
- Take one input type (json, csv, xlsx) and convert to one or many outputs
- Provide a facility to promote experimentation with multiple network automation frameworks/solutions
- Provide a translation layer between "traditional" inventory sources (spreadsheets) and more modern inventory sources
- Provide extensibility to leverage custom data to enrich metadata about your inventory
Why should you use motherstarter?
motherstarter is of value to those who are:
- Looking to "seed" new network automation platforms. For example, use nornir/napalm to get facts about a network and then populate a system such as netbox.
- Looking to trial and experiment different automation frameworks. For example, you want to try pyATS for a certain feature, or use Ansible modules because they solve a specific use-case for fact gathering.
- Who move between multiple environments and need reliable inventory sources for automation solutions. For example, you are a consultant who has to perform network audits or perform repetitive work between multiple customers.
- Need an interim inventory offering, prior to migrating to a more robust solution.
Nomenclature
Throughout the tool and subsequent code, it's important to establish some terminology which is used. Unsuprisingly, each automation solution uses slightly different names for the same thing. A reference table is supplied below:
Definitions
motherstarter | nornir | ansible | pyats |
---|---|---|---|
inventory | hosts | hosts | devices |
groups | groups | groups | Not applicable |
Not applicable | defaults | all | Not applicable |
motherstarter will make frequent usage of inventory
and groups
throughout the code and templates, so this table is a handy reference when trying to understand the differences.
motherstarter is not ...
It's important to understand that motherstarter does not intend, nor plan to be a permanent, enterprise-class inventory solution. motherstarter cannot substitute for a first-class system such as netbox. It's anticipated that you will reach the limits of motherstarter as an inventory solution, if you plan to make the inventory files available in multiple locations over multiple solutions.
You may temporarily get around this by saving the outputs to Git and using version control to track changes. But, again a proper, permanent solution should be considered beyond that.
What is with the name?
Do you appreciate a good sourdough?
As part of the process, bakers will nuture a 'starter' (or mother starter) consisting of flour, water and wild yeast. Each day they take some of the starter to make loaves and the rest is fed with fresh water and flour. Over time, the 'motherstarter' increases in complexity and makes even tastier sourdough bread. From basic, freely available ingredents, a very tasty bread is made.
motherstarter is a take on this concept.
You feed the tool good "data", and you can take it's output to make great solutions. Over time, you feed it even more data and as a result, you can solve more complex and interesting problems on more devices.
Release Notes
Please see the CHANGELOG for release notes.
Contributors
A very big thank you to the CONTRIBUTORS on this project.
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
File details
Details for the file motherstarter-2020.11.10.tar.gz
.
File metadata
- Download URL: motherstarter-2020.11.10.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0788db78bd61e9df5d160278de62003d9a9f546a858a5422858a8fbdadf5cdf1 |
|
MD5 | e076a76aaddafd9f9fc586ca8e20b733 |
|
BLAKE2b-256 | f09554f9c7b58ff8127b39642353144ba96c40f8aa5660ace3dd9792f8cc216e |
Provenance
File details
Details for the file motherstarter-2020.11.10-py3-none-any.whl
.
File metadata
- Download URL: motherstarter-2020.11.10-py3-none-any.whl
- Upload date:
- Size: 32.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f52997e0d8fbe128455235639f41089c172b17e0ad4909c3c20ffa08cde0890 |
|
MD5 | 1cd5cd5f49996247d72d811bee92c4ab |
|
BLAKE2b-256 | 0337299ec5d83981e7f0c7205b5b23a540e32cd3dfc2a13d37b1f2df65a80586 |