deb-ironic-inspector/debian/control

108 lines
4.5 KiB
Plaintext

Source: ironic-inspector
Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr (>= 1.8),
python-setuptools,
python-sphinx,
Build-Depends-Indep: alembic (>= 0.8.4),
python-babel (>= 2.3.4),
python-coverage,
python-eventlet (>= 0.18.4),
python-fixtures (>= 3.0.0),
python-flask,
python-futurist (>= 0.11.0),
python-hacking (>= 0.10.0),
python-ironicclient (>= 1.6.0),
python-jsonpath-rw (>= 1.2.0),
python-jsonschema,
python-keystoneauth1 (>= 2.10.0),
python-keystonemiddleware (>= 4.0.0),
python-mock (>= 2.0),
python-netaddr (>= 0.7.13),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.14.0),
python-oslo.db (>= 4.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.middleware (>= 3.0.0),
python-oslo.rootwrap (>= 5.0.0),
python-oslo.utils (>= 3.16.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1:1.10.0),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.16.0),
python-swiftclient (>= 1:2.2.0),
python-testresources,
python-testscenarios,
Standards-Version: 3.9.7
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-ironic-inspector?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-ironic-inspector -b debian/newton
Homepage: https://github.com/openstack/ironic-inspector
Package: python-ironic-inspector
Architecture: all
Depends: alembic (>= 0.8.4),
python-babel (>= 2.3.4),
python-eventlet (>= 0.18.4),
python-flask,
python-futurist (>= 0.11.0),
python-ironicclient (>= 1.6.0),
python-jsonpath-rw (>= 1.2.0),
python-jsonschema,
python-keystoneauth1 (>= 2.10.0),
python-keystonemiddleware (>= 4.0.0),
python-netaddr (>= 0.7.13),
python-oslo.concurrency (>= 3.8.0),
python-oslo.config (>= 1:3.14.0),
python-oslo.db (>= 4.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 1.14.0),
python-oslo.middleware (>= 3.0.0),
python-oslo.rootwrap (>= 5.0.0),
python-oslo.utils (>= 3.16.0),
python-pbr (>= 1.8),
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.16.0),
python-swiftclient (>= 1:2.2.0),
${misc:Depends},
${python:Depends},
Description: discovering hardware properties for OpenStack Ironic - Python 2.7
This is an auxiliary service for discovering hardware properties for a node
managed by OpenStack Ironic. Hardware introspection or hardware properties
discovery is a process of getting hardware parameters required for scheduling
from a bare metal node, given it's power management credentials (e.g. IPMI
address, user name and password).
.
A special discovery ramdisk is required to collect the information on a node.
The default one can be built using diskimage-builder and
ironic-inspector-ramdisk element.
.
This package contains the Python 2.7 files.
Package: ironic-inspector
Architecture: all
Depends: adduser,
python-ironic-inspector (= ${binary:Version}),
${misc:Depends},
${python:Depends},
Description: discovering hardware properties for OpenStack Ironic - Daemon
This is an auxiliary service for discovering hardware properties for a node
managed by OpenStack Ironic. Hardware introspection or hardware properties
discovery is a process of getting hardware parameters required for scheduling
from a bare metal node, given it's power management credentials (e.g. IPMI
address, user name and password).
.
A special discovery ramdisk is required to collect the information on a node.
The default one can be built using diskimage-builder and
ironic-inspector-ramdisk element.
.
This package contains the daemon.