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.
- python 2.7, 3.3, 3.4, 3.5, 3.6
- requests
pip install odltools
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}
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.
See the LICENSE file