VirtualPDU is a service for simulating power distribution units (PDUs).
Go to file
Ilya Etingof ae398e612c SNMP agent rebased on the high-level pysnmp API
This change makes it possible to support all SNMP
versions (including strong crypto features)
as well as IPv6.

The followup patches are expected to implement these
new features.

New `debug_snmp` option added to configuration file
to facilitate troubleshooting of the SNMP issues.

Closes-Bug: #1751163
Change-Id: Iec6452201f85f2f4c486e94abe8c6b6bba68840d
2018-03-20 15:18:32 +01:00
doc SNMP agent rebased on the high-level pysnmp API 2018-03-20 15:18:32 +01:00
releasenotes Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
virtualpdu SNMP agent rebased on the high-level pysnmp API 2018-03-20 15:18:32 +01:00
.coveragerc Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.gitignore Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.gitreview Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.mailmap Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.testr.conf Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.travis.yml Make sure virtualpdu is tested on py27,34,35 2016-11-09 17:18:15 -05:00
babel.cfg Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
HACKING.rst Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
LICENSE Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
README.rst Merge "Add link to docker container in readme" 2017-07-27 19:06:03 +00:00
requirements.txt Updating pyasn1 and pysnmp<5.0.0,>=4.3.4 2017-03-03 15:57:00 -05:00
setup.cfg Introduce the virtualpdu entry point 2016-08-25 16:20:15 -04:00
setup.py Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
test-requirements.txt Provide APC rack PDU outlet names 2016-10-24 14:21:34 -04:00
tox.ini Make sure virtualpdu is tested on py27,34,35 2016-11-09 17:18:15 -05:00

virtualpdu

VirtualPDU is a service for simulating virtual power distribution outlets (PDUs).

virtualpdu is licensed under the Apache License like the rest of OpenStack.