/odltools

ODL Tools

Primary LanguagePythonEclipse Public License 1.0EPL-1.0

https://travis-ci.org/shague/odltools.png?branch=master

odltools

A tool to troubleshoot the NetVirt OpenDaylight OpenStack integration.

The tool can fetch mdsal model dumps, openvswitch flow dumps and extract dumps from CSIT output.xml files.

It also provides a set of BIST (built-in self-tests) that provide a starting point for debugging an ODL deployment.

odltool's documentation can be found at Read The Docs.

Requirements

  • python 2.7, 3.3, 3.4, 3.5, 3.6
  • requests

Installation

pip install odltools

Usage

usage: python -m odltools [-h] [-v] [-V]
                          {bist,csit,karaf,model,monitor,analyze,show} ...

OpenDaylight Troubleshooting Tools

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbosity (-v, -vv)
  -V, --version         show program's version number and exit

subcommands:
  Command Tool

  {bist,csit,karaf,model,monitor,analyze,show}

Contribute

odltools is an open source project that welcomes any and all contributions from the community. odltools is hosted on GitHub .

Feel free to contribute to:

Please see the Contributor Guidelines for information about contributing.

Licensing

See the LICENSE file