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
|
Source: vip-manager
Section: net
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Michael Banck <mbanck@debian.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
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
Rules-Requires-Root: no
Standards-Version: 4.6.2
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.
|