An open API service indexing awesome lists of open source software.

https://github.com/opensvc/docker_osvc_relay_v3


https://github.com/opensvc/docker_osvc_relay_v3

Last synced: 5 months ago
JSON representation

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 .
```