Source: ironic-python-agent
XB-Private-Mcp-Spec-Sha: fa31e00b24cbca5641beb98d2b37e9fa6e1c68b8
Section: python
Priority: optional
Maintainer: OpenStack Hardening Team <oscore-eng@mirantis.com>
Build-Depends: debhelper (>=9),
               dh-python,
               dh-systemd,
               openstack-pkg-tools,
               python-all (>= 2.7~),
               python-pbr (>= 2.0.0),
               python-setuptools,
               python3-all,
               python3-setuptools,
               python3-pbr (>= 2.0.0)
Build-depends-Indep: python-eventlet (>= 0.18.4),
                     python-ironic-lib (>= 2.5.0),
                     python-iso8601 (>= 0.1.11),
                     python-netaddr (>=0.7.17),
                     python-netifaces (>= 0.10.4),
                     python-oslo.config (>= 4.5.0),
                     python-oslo.concurrency (>= 3.8.0),
                     python-oslo.log (>= 3.22.0),
                     python-oslo.serialization (>= 1.10.0),
                     python-oslo.service (>= 1.10.0),
                     python-oslo.utils (>= 3.20.0),
                     python-pecan (>= 1.0.5),
                     python-pint (>= 0.5),
                     python-psutil (>= 3.2.2),
                     python-pyudev,
                     python-requests (>= 2.14.2),
                     python-rtslib-fb (>= 2.1.5),
                     python-six (>= 1.9.0),
                     python-stevedore (>= 1.20.0),
                     python-wsme (>= 0.8),
                     python3-eventlet (>= 0.18.4),
                     python3-ironic-lib (>= 2.5.0),
                     python3-iso8601 (>= 0.1.11),
                     python3-netaddr (>= 0.7.17),
                     python3-netifaces (>= 0.10.4),
                     python3-oslo.config (>= 4.5.0),
                     python3-oslo.concurrency (>= 3.8.0),
                     python3-oslo.log (>= 3.22.0),
                     python3-oslo.serialization (>= 1.10.0),
                     python3-oslo.service (>= 1.10.0),
                     python3-oslo.utils (>= 3.20.0),
                     python3-pecan (>= 1.0.5),
                     python3-pint (>= 0.5),
                     python3-psutil (>= 3.2.2),
                     python3-pyudev,
                     python3-requests (>= 2.14.2),
                     python3-rtslib-fb (>= 2.1.5),
                     python3-six (>= 1.9.0),
                     python3-stevedore (>= 1.20.0),
                     python3-wsme (>= 0.8),
Standards-Version: 3.9.6
Homepage: https://github.com/openstack/ironic-python-agent
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
#Vcs-Git: git://anonscm.debian.org/collab-maint/ironic-python-agent.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ironic-python-agent.git

Package: ironic-python-agent
Architecture: any
Depends: python-ironic-python-agent (= ${binary:Version})
Description: An agent for controlling and deploying Ironic controlled baremetal nodes
 The ironic-python-agent works with the agent driver in Ironic to provision the
 node. Starting with ironic-python-agent running on a ramdisk on the
 unprovisioned node, Ironic makes API calls to ironic-python-agent to provision
 the machine. This allows for greater control and flexibility of the entire
 deployment process.
 .
 This package installs service.

Package: python-ironic-python-agent
Architecture: all
Depends: python-eventlet (>= 0.18.4),
         python-ironic-lib (>= 2.5.0),
         python-iso8601 (>= 0.1.11),
         python-netaddr (>= 0.7.17),
         python-netifaces (>= 0.10.4),
         python-oslo.config (>= 4.5.0),
         python-oslo.concurrency (>= 3.8.0),
         python-oslo.log (>= 3.22.0),
         python-oslo.serialization (>= 1.10.0),
         python-oslo.service (>= 1.10.0),
         python-oslo.utils (>= 3.20.0),
         python-pecan (>= 1.0.5),
         python-pint (>= 0.5),
         python-psutil (>= 3.2.2),
         python-pyudev,
         python-requests (>= 2.14.2),
         python-rtslib-fb (>= 2.1.5),
         python-six (>= 1.9.0),
         python-stevedore (>= 1.20.0),
         python-wsme (>= 0.8),
         ${python:Depends},
         ${misc:Depends}
Description: An agent for controlling and deploying Ironic controlled baremetal nodes
 The ironic-python-agent works with the agent driver in Ironic to provision the
 node. Starting with ironic-python-agent running on a ramdisk on the
 unprovisioned node, Ironic makes API calls to ironic-python-agent to provision
 the machine. This allows for greater control and flexibility of the entire
 deployment process.
 .
 This package installs the library for Python 2.

Package: python3-ironic-python-agent
Architecture: all
Depends: python3-eventlet (>= 0.18.4),
         python3-ironic-lib (>= 2.5.0),
         python3-iso8601 (>= 0.1.11),
         python3-netaddr (>= 0.7.17),
         python3-netifaces (>= 0.10.4),
         python3-oslo.config (>= 4.5.0),
         python3-oslo.concurrency (>= 3.8.0),
         python3-oslo.log (>= 3.22.0),
         python3-oslo.serialization (>= 1.10.0),
         python3-oslo.service (>= 1.10.0),
         python3-oslo.utils (>= 3.20.0),
         python3-pecan (>= 1.0.5),
         python3-pint (>= 0.5),
         python3-psutil (>= 3.2.2),
         python3-pyudev,
         python3-requests (>= 2.14.2),
         python3-rtslib-fb (>= 2.1.5),
         python3-six (>= 1.9.0),
         python3-stevedore (>= 1.20.0),
         python3-wsme (>= 0.8),
         ${python3:Depends},
         ${misc:Depends}
Description: An agent for controlling and deploying Ironic controlled bare metal nodes.
 The ironic-python-agent works with the agent driver in Ironic to provision the
 node. Starting with ironic-python-agent running on a ramdisk on the
 unprovisioned node, Ironic makes API calls to ironic-python-agent to provision
 the machine. This allows for greater control and flexibility of the entire
 deployment process.
 .
 This package installs the library for Python 3.

