File: control

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (116 lines) | stat: -rw-r--r-- 2,573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: ironic-python-agent
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 libffi-dev,
 openstack-pkg-tools,
 python3-all,
 python3-all-dev,
 python3-pbr (>= 6.0.0),
 python3-setuptools,
Build-Depends-Indep:
 python3-coverage,
 python3-cryptography,
 python3-eventlet,
 python3-hardware,
 python3-kazoo,
 python3-oslo.concurrency,
 python3-oslo.config,
 python3-oslo.log,
 python3-oslo.service,
 python3-oslo.utils (>= 8.0.0),
 python3-oslotest,
 python3-pint,
 python3-psutil,
 python3-pyudev,
 python3-requests,
 python3-stestr,
 python3-stevedore,
 python3-tenacity,
 python3-testtools,
 python3-tooz,
 python3-werkzeug,
 python3-zeroconf,
 qemu-utils,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/openstack-team/services/ironic-python-agent
Vcs-Git: https://salsa.debian.org/openstack-team/services/ironic-python-agent.git
Homepage: https://github.com/openstack/ironic-python-agent

Package: ironic-python-agent
Architecture: all
Depends:
 chrony,
 curl,
 dmidecode,
 dosfstools,
 e2fsprogs,
 efibootmgr,
 ethtool,
 fio,
 gdisk,
 genisoimage,
 git,
 hdparm,
 infiniband-diags,
 iptables,
 kmod,
 libguestfs-tools,
 lldpad,
 lshw,
 man-db,
 mdadm,
 nvme-cli,
 open-iscsi,
 parted,
 pciutils,
 psmisc,
 python3-cryptography,
 python3-eventlet,
 python3-guestfs,
 python3-hardware,
 python3-kazoo,
 python3-libvirt,
 python3-oslo.concurrency,
 python3-oslo.config,
 python3-oslo.log,
 python3-oslo.service,
 python3-oslo.utils (>= 8.0.0),
 python3-pbr (>= 6.0.0),
 python3-pint,
 python3-psutil,
 python3-pyudev,
 python3-requests,
 python3-stevedore,
 python3-tenacity,
 python3-tooz,
 python3-werkzeug,
 python3-zeroconf,
 qemu-utils,
 rsync,
 smartmontools,
 stress-ng,
 sysbench,
 tuned,
 ${misc:Depends},
 ${ostack-lsb-base},
 ${python3:Depends},
Suggests:
 amd64-microcode,
 firmware-misc-nonfree,
 intel-microcode,
Description: bare metal hypervisor API for OpenStack - Python Agent
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Python agent, to be deployed on the discovery image
 or ramdisk.