File: control

package info (click to toggle)
booth 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 764 kB
  • sloc: ansic: 6,508; sh: 1,887; python: 922; makefile: 156
file content (63 lines) | stat: -rw-r--r-- 2,141 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
Source: booth
Section: admin
Priority: extra
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Build-Depends:
 asciidoc,
 cluster-glue-dev,
 debhelper (>= 9),
 dh-autoreconf,
 dh-systemd,
 docbook-xml,
 docbook-xsl,
 libcrmservice-dev,
 libgcrypt20-dev,
 libglib2.0-dev,
 libplumb2-dev,
 libxml2-dev,
 libxml2-utils,
 pkg-config,
 xsltproc,
Standards-Version: 3.9.8
Homepage: https://github.com/ClusterLabs/booth
Vcs-Browser: https://anonscm.debian.org/cgit/debian-ha/booth.git
Vcs-Git: https://anonscm.debian.org/git/debian-ha/booth.git

Package: booth
Architecture: any
Section: admin
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: The Booth Cluster Ticket Manager
 Booth manages tickets which authorize cluster sites located in
 geographically dispersed locations to run resources. It
 facilitates support of geographically distributed clustering in
 Pacemaker.
 .
 Booth is based on the Raft consensus algorithm. Though the
 implementation is not complete (there is no log) and there are a
 few additions and modifications, booth guarantees that a ticket
 is always available at just one site as long as it has exclusive
 control of the tickets.
 .
 This package contains the booth daemon, and a script to run booth
 in standalone ("arbitrator") mode.

Package: booth-pacemaker
Architecture: any
Section: admin
Depends: booth, pacemaker, lsb-base, ${misc:Depends}, ${shlibs:Depends}
Description: Resource agents to integrate booth with Pacemaker
 Booth manages tickets which authorize cluster sites located in
 geographically dispersed locations to run resources. It
 facilitates support of geographically distributed clustering in
 Pacemaker.
 .
 Booth is based on the Raft consensus algorithm. Though the
 implementation is not complete (there is no log) and there are a
 few additions and modifications, booth guarantees that a ticket
 is always available at just one site as long as it has exclusive
 control of the tickets.
 .
 This package contains the integration script for booth to run as
 part of a Pacemaker cluster.