File: control

package info (click to toggle)
booth 1.0-162-g27f917f-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 948 kB
  • sloc: ansic: 7,077; sh: 2,002; python: 482; makefile: 202; xml: 7
file content (60 lines) | stat: -rw-r--r-- 2,082 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
Source: booth
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
 Valentin Vidic <vvidic@debian.org>
Build-Depends:
 asciidoctor,
 cluster-glue-dev,
 debhelper (>= 11),
 docbook-xml,
 docbook-xsl,
 libcrmservice-dev,
 libgcrypt20-dev,
 libglib2.0-dev,
 libplumb2-dev,
 libxml2-dev,
 libxml2-utils,
 pkg-config,
 xsltproc,
Standards-Version: 4.2.1
Homepage: https://github.com/ClusterLabs/booth
Vcs-Browser: https://salsa.debian.org/ha-team/booth
Vcs-Git: https://salsa.debian.org/ha-team/booth.git

Package: booth
Architecture: linux-any
Depends: lsb-base, ${misc:Depends}, ${shlibs:Depends}
Description: 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: all
Depends: booth, pacemaker, ${misc: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.