Skip to main content

Abstracton and Python API for Ansible Networking

Project description

Overview

Network-Runner is a python library that abstracts management and interaction with switching hardware to Ansible Networking. This library is not tested with all the modules included with Ansible Networking. In theory it should work with any switch that has compatible modules included with Ansible Networking if the provider tasks are added to this library’s Ansible role. See the contributor documentation for more information about adding support for an Ansible Networking module to this library.

Components

The Network-Runner library consists of the following components:

Python API

Imported directly by python.

Ansible Role

Used by Ansible during Ansible invocation.

Use Cases

Python API

Any python application could need the ability to communicate with a switch to perform a task that network-runner is able to complete. The interaction with ansible is designed in a library style that will allow direct import and invocation in python independant of a running OpenStack deployment.

API Features

The following matrix indicates which features have been implmented. +——————–+————-+——-+——+—–+———+———-+ | | openvswitch | junos | nxos | eos | cumulus | dellos10 | +——————–+————-+——-+——+—–+———+———-+ | Create VLAN | N/A | Y | Y | Y | Y | Y | +——————–+————-+——-+——+—–+———+———-+ | Delete VLAN | N/A | Y | Y | Y | Y | Y | +——————–+————-+——-+——+—–+———+———-+ | Delete Port | Y | Y | Y | Y | Y | Y | +——————–+————-+——-+——+—–+———+———-+ | Config Access Port | Y | Y | Y | Y | Y | Y | +——————–+————-+——-+——+—–+———+———-+ | Config Trunk Port | N | Y | N | N | N | N | +——————–+————-+——-+——+—–+———+———-+

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

network-runner-0.1.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

network_runner-0.1.2-py3-none-any.whl (9.1 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