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
|
Source: crmsh
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders:
Richard B Winters <rik@mmogp.com>,
Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Valentin Vidic <vvidic@debian.org>
Build-Depends:
asciidoc,
debhelper-compat (= 13),
dh-python,
docbook-xml,
docbook-xsl,
dos2unix,
libxml2-utils,
pkgconf,
python3-all,
python3-dateutil,
python3-packaging,
python3-pygments,
python3-setuptools,
xsltproc
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://crmsh.github.io/
Vcs-Browser: https://salsa.debian.org/ha-team/crmsh
Vcs-Git: https://salsa.debian.org/ha-team/crmsh.git
Package: crmsh
Architecture: all
Depends:
${misc:Depends},
gawk,
iputils-ping,
pacemaker-cli-utils,
${python3:Depends},
python3-dateutil,
python3-packaging,
python3-lxml,
python3-yaml
Recommends: pacemaker (>= 1.1.12)
Replaces: pacemaker (<< 1.1.12)
Breaks: pacemaker (<< 1.1.12)
Suggests:
bash-completion,
cluster-glue,
csync2,
dmidecode,
fdisk | util-linux (<< 2.29.2-3~),
ocfs2-tools,
openssh-server,
parted,
sbd,
ufw,
vim-addon-manager
Description: CRM shell for the pacemaker cluster manager
The crm shell is an advanced command-line interface for High-Availability
cluster management in GNU/Linux. Effortlessly configure, manage and
troubleshoot your clusters from the command line, with full tab completion
and extensive help. crmsh also provides advanced features like low-level
cluster configuration, cluster scripting and package management, and
history exploration tools giving you an instant view of what your cluster
is doing.
Package: crmsh-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, fonts-font-awesome
Description: crmsh HTML Documentation
The crm shell is an advanced command-line interface for High-Availability
cluster management in GNU/Linux. Effortlessly configure, manage and
troubleshoot your clusters from the command line, with full tab completion
and extensive help. crmsh also provides advanced features like low-level
cluster configuration, cluster scripting and package management, and
history exploration tools giving you an instant view of what your cluster
is doing.
.
This package contains the html Pacemaker API documentation.
|