File: control

package info (click to toggle)
vip-manager 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 352 kB
  • sloc: sh: 310; makefile: 71
file content (38 lines) | stat: -rw-r--r-- 1,403 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
Source: vip-manager
Section: net
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Michael Banck <michael.banck@credativ.de>
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any,
 golang-etcd-server-dev,
 golang-github-coreos-go-semver-dev,
 golang-github-hashicorp-consul-dev,
 golang-github-json-iterator-go-dev,
 golang-github-mdlayher-arp-dev,
 golang-github-mitchellh-go-homedir-dev,
 golang-github-modern-go-concurrent-dev,
 golang-github-modern-go-reflect2-dev,
 golang-golang-x-net-dev,
 golang-golang-x-sys-dev,
 golang-gopkg-yaml.v2-dev
Standards-Version: 4.5.0
X-Python3-Version: >= 3.5
Homepage: https://github.com/cybertec-postgresql/vip-manager
Vcs-Browser: https://salsa.debian.org/postgresql/vip-manager
Vcs-Git: https://salsa.debian.org/postgresql/vip-manager.git
XS-Go-Import-Path: github.com/cybertec-postgresql/vip-manager

Package: vip-manager
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Enhances: patroni
Built-Using: ${misc:Built-Using}
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.