File: control

package info (click to toggle)
aetos 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 488 kB
  • sloc: python: 1,790; sh: 103; makefile: 52
file content (90 lines) | stat: -rw-r--r-- 2,591 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
Source: aetos
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,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 python3-keystonemiddleware,
 python3-lxml,
 python3-observabilityclient (>= 1.1.0),
 python3-openstackdocstheme <!nodoc>,
 python3-oslo.config,
 python3-oslo.i18n,
 python3-oslo.log,
 python3-oslo.middleware,
 python3-oslo.policy,
 python3-oslo.utils,
 python3-oslotest,
 python3-paste,
 python3-pastedeploy,
 python3-pecan,
 python3-reno <!nodoc>,
 python3-sphinxcontrib-pecanwsme,
 python3-stestr,
 python3-testtools,
 python3-webtest,
 python3-wsme,
 subunit,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/openstack-team/services/aetos
Vcs-Git: https://salsa.debian.org/openstack-team/services/aetos.git
Homepage: https://opendev.org/openstack/aetos

Package: aetos
Architecture: all
Depends:
 adduser,
 debconf,
 python3-keystoneclient,
 python3-keystonemiddleware,
 python3-lxml,
 python3-observabilityclient (>= 1.1.0),
 python3-openstackclient,
 python3-oslo.config,
 python3-oslo.i18n,
 python3-oslo.log,
 python3-oslo.middleware,
 python3-oslo.policy,
 python3-oslo.utils,
 python3-paste,
 python3-pastedeploy,
 python3-pastescript,
 python3-pbr,
 python3-pecan,
 python3-wsme,
 q-text-as-data,
 uwsgi-plugin-python3,
 ${misc:Depends},
 ${python3:Depends},
Description: reverse-proxy for enforcing openstack multi-tenancy for Prometheus
 Aetos is a reverse-proxy, which when placed in front of Prometheus will
 enforce openstack multi-tenancy and keystone authentication for every
 Prometheus query. It integrates with OpenStack Telemetry (Ceilometer)
 components to control access to metrics, making sure each request is checked
 against tenant identity / role, so that Prometheus queries cannot bypass
 tenancy boundaries.

Package: aetos-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: reverse-proxy for enforcing openstack multi-tenancy for Prometheus - doc
 Aetos is a reverse-proxy, which when placed in front of Prometheus will
 enforce openstack multi-tenancy and keystone authentication for every
 Prometheus query. It integrates with OpenStack Telemetry (Ceilometer)
 components to control access to metrics, making sure each request is checked
 against tenant identity / role, so that Prometheus queries cannot bypass
 tenancy boundaries.
 .
 This package contains the documentation.