Skip to content

Commit

Permalink
[DPE-4066] HA interface (#317)
Browse files Browse the repository at this point in the history
* Initial hacluster implementation

* Fix clustered check

* Check for relation in set_vip

* Hacluster test

* Fix test

* Add remove test

* Update libs

* Update client info on config change

* Cache vip in peer data

* Block on edge cases

* Bump coverage

* Blocking check

* Fix integration test

* App status with VIP

* Move vip to leader status

* Clear up vip caching

* Forgotten None

* Bump libs
  • Loading branch information
dragomirp authored Aug 15, 2024
1 parent 74775ba commit a2bb1b4
Show file tree
Hide file tree
Showing 11 changed files with 1,121 additions and 55 deletions.
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ options:
The port on which the pgbouncer prometheus exporter serves metrics.
type: int

vip:
description: |
Virtual IP to use to front pgbouncer units. Used only in case of external node connection.
type: string

pool_mode:
default: session
description: |
Expand Down
Loading

0 comments on commit a2bb1b4

Please sign in to comment.