python-oslo.versionedobjects
deals with DB schema versions and code expectations - Python 2.x
oslo.versionedobjects library deals with DB schema being at different versions
than the code expects, allowing services to be operated safely during
upgrades. It enables DB independent schema by providing an abstraction layer,
which allows one to support SQL and NoSQL Databases. oslo.versionedobjects is
also used in RPC APIs, to ensure upgrades happen without spreading version
dependent code across different services and projects.
python-neutron-fwaas
OpenStack Firewall as a Service - Python 2.7 library
Neutron provides an API to dynamically request and configure virtual networks.
These networks connect "interfaces" from other OpenStack services (such as
vNICs from Nova VMs). The Neutron API supports extensions to provide advanced
network capabilities, including QoS, ACLs, and network monitoring.
nagios-plugins-zorp
Nagios plugins to check the state of the zorp firewall
Zorp is a new generation firewall. It is essentially a transparent proxy
firewall, with strict protocol analyzing proxies, a modular architecture,
and fine-grained control over the mediated traffic. Configuration decisions
are scriptable with the Python based configuration language.
mmsd
MMS daemon
ruby-axiom-types
Ruby module for abstract types for logic programming
This package provides a Ruby module that allows one to define types with
optional constraints for use within axiom and other libraries. It can
be used for logic programming.
libcurses-ui-perl
curses-based OO user interface framework for Perl
A UI framework for Perl based on the curses library. Curses::UI contains
the standard set of widgets for use in constructing user interfaces, plus
the following more advanced widgets: calendar, progress bar, text editor
(including word wrapping and undo), and text viewer. It supports a
variety of dialog windows, from the standard basic and error dialogs to
file browsers, progress bars, and a calendar. Curses::UI also has
internationalization support and currently has localization information
for several languages.