File: control

package info (click to toggle)
ceilometer-instance-poller 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: python: 236; makefile: 24; sh: 4
file content (48 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (2)
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
Source: ceilometer-instance-poller
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools,
 po-debconf,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-guestfs,
 python3-libvirt,
 python3-oslo.config,
 python3-oslo.log,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/services/ceilometer-instance-poller
Vcs-Git: https://salsa.debian.org/openstack-team/services/ceilometer-instance-poller.git
Homepage: https://salsa.debian.org/openstack-team/services/ceilometer-instance-poller

Package: ceilometer-instance-poller
Architecture: all
Depends:
 python3-guestfs,
 python3-libvirt,
 python3-oslo.config,
 python3-oslo.log,
 python3-pbr,
 ${misc:Depends},
 ${python3:Depends},
Description: OpenStack ceilometer instance poller
 Ceilometer aims to deliver a Single Point Of Contact for billing systems,
 providing all the counters they need to establish customer billing, across
 all current and future OpenStack components. The delivery of counters must be
 traceable and auditable, the counters must be easily extensible to support new
 projects, and agents doing data collections should be independent of the
 overall system.
 .
 (A ceilometer is an instrument that measures cloud coverage.)
 .
 This package contains a libvirt and guestfs inspection script to poll what
 type of operating system is running in OpenStack VMs.