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
|
Source: pcs
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders:
Valentin Vidic <vvidic@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
fontconfig,
libpam0g-dev,
python3-all,
python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/ClusterLabs/pcs
Vcs-Browser: https://salsa.debian.org/ha-team/pcs
Vcs-Git: https://salsa.debian.org/ha-team/pcs.git
Package: pcs
Architecture: all
Depends:
${misc:Depends},
lsb-base (>= 3.0-6),
psmisc,
fonts-dejavu-core,
fonts-liberation,
${python3:Depends},
python3-dacite,
python3-dateutil,
python3-distro,
python3-lxml,
python3-openssl,
python3-pkg-resources,
python3-pycurl,
python3-pyparsing,
python3-tornado (>= 6.0.4),
ruby,
ruby-backports,
ruby-ethon,
ruby-json,
ruby-open4,
ruby-sinatra,
thin
Pre-Depends: ${misc:Pre-Depends}
Recommends: pacemaker (>= 2.0)
Breaks: pacemaker (<< 2.0)
# unrelated python module that installs files in the same location;
# conflict with it so it isn't loaded accidentally
Conflicts: python3-pcs
Description: Pacemaker Configuration System
pcs is a corosync and pacemaker configuration tool. It permits
users to easily view, modify and create pacemaker based clusters.
.
pcs also provides pcsd, which operates as a GUI and remote server
for pcs. Together pcs and pcsd form the recommended configuration
tool for use with pacemaker.
Package: pcs-snmp
Architecture: all
Depends:
${misc:Depends},
pcs,
${python3:Depends},
python3-pyagentx,
snmpd
Pre-Depends: ${misc:Pre-Depends}
Breaks: pcs (<< 0.9.165-3)
Replaces: pcs (<< 0.9.165-3)
Description: Pacemaker Configuration System SNMP agent
SNMP agent which connects to the master agent (snmpd)
via AgentX protocol and provides information about
the status of a corosync/pacemaker cluster.
|