File: control

package info (click to toggle)
masakari-dashboard 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: python: 1,920; makefile: 156
file content (47 lines) | stat: -rw-r--r-- 1,556 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
Source: masakari-dashboard
Section: python
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 (= 11),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-sphinx,
Build-Depends-Indep:
 nodeenv,
 openstack-dashboard (>= 3:20.0.0+git2020.09.21.27036cc0eb),
 python3-openstacksdk,
 python3-selenium,
 python3-testtools,
 python3-xvfbwrapper,
 python3-yaml,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/openstack-team/horizon-plugins/masakari-dashboard
Vcs-Git: https://salsa.debian.org/openstack-team/horizon-plugins/masakari-dashboard.git
Homepage: https://opendev.org/openstack/masakari-dashboard

Package: python3-masakari-dashboard
Architecture: all
Depends:
 openstack-dashboard (>= 3:20.0.0+git2020.09.21.27036cc0eb),
 python3-openstacksdk,
 python3-pbr,
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 python3-django-horizon (<< 3:19.2.0-2~),
Description: OpenStack Virtual Machine High Availability (VMHA) - dashboard plugin
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the OpenStack dashboard plugin.