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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
Source: fence-agents
Section: admin
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
XSBC-Original-Uploaders: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Valentin Vidic <vvidic@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: autoconf,
automake,
bison,
debhelper-compat (= 13),
dh-python,
flex,
iputils-ping,
libcpg-dev,
libglib2.0-dev,
libnet-telnet-perl,
libnspr4-dev,
libnss3-dev,
libtool,
libvirt-dev,
libxml2-dev,
libxml2-utils,
perl,
python3,
python3-boto3,
python3-googleapi,
python3-kubernetes,
python3-oauth2client,
python3-pexpect,
python3-pycurl,
python3-requests,
python3-suds,
systemd,
time,
uuid-dev,
xsltproc,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/ClusterLabs/fence-agents
Vcs-Browser: https://salsa.debian.org/ha-team/fence-agents
Vcs-Git: https://salsa.debian.org/ha-team/fence-agents.git
Package: fence-agents
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${python3:Depends}, ${shlibs:Depends},
python3-boto3,
python3-googleapi,
python3-oauth2client,
python3-pycurl,
python3-pexpect,
python3-requests,
python3-suds
Breaks: cman (<= 3.0.12-2ubuntu4)
Replaces: cman (<= 3.0.12-2ubuntu4)
Recommends: libnet-telnet-perl,
openssh-client,
sg3-utils,
snmp
Suggests: fence-virt,
# Needed by fence_azure_arm:
python3-adal,
python3-azure,
# Needed by fence_openstack:
python3-keystoneauth1,
python3-keystoneclient,
python3-novaclient,
# Needed by fence_kubevirt:
python3-kubernetes,
Description: Fence Agents for Red Hat Cluster
Red Hat Fence Agents is a collection of scripts to handle remote
power management for several devices. They allow failed or
unreachable nodes to be forcibly restarted and removed from the
cluster.
.
Fence agents included:
${agents}
Package: fence-virt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Pluggable fencing framework for virtual machines - agent
The fencing framework consists of the agent (fence_virt) and
the host daemon (fence_virtd). The fence_virtd host daemon is
responsible for processing fencing requests from fence_virt agents
running in virtual machines and routing the requests to the
appropriate physical machine for action.
.
This package contains the fence_virt agent to be used inside the
virtual machine.
Package: fence-virtd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Pluggable fencing framework for virtual machines - daemon
The fencing framework consists of the agent (fence_virt) and
the host daemon (fence_virtd). The fence_virtd host daemon is
responsible for processing fencing requests from fence_virt agents
running in virtual machines and routing the requests to the
appropriate physical machine for action.
.
This package contains the fence_virtd daemon to be used on the
physical host.
|