https://github.com/opensvc/docker_osvc_relay_v3
https://github.com/opensvc/docker_osvc_relay_v3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensvc/docker_osvc_relay_v3
- Owner: opensvc
- License: apache-2.0
- Created: 2024-10-04T08:38:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-03T15:23:29.000Z (9 months ago)
- Last Synced: 2025-10-03T17:45:20.270Z (9 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requirements
- **Docker** installed
# Description
This container contains a OpenSVC agent configured as a heartbeat relay.
A relay is usually deployed on a third site.
A two-nodes OpenSVC cluster stretched over 2 datacenters, configured to use a 3rd site relay, avoids the split brain situation when the communication between the nodes are broken, as the relay heartbeat is still operational.
# Build
Clone this repository, then run the following command in the project directory:
```
docker build -t relay-v3 .
```