Cloister

The helper application to manage cluster of nodes.
Installation
- Add the dependency to your
mix.exsfile:
def deps do
[
{:cloister, "~> 0.5"},
...
]
end- Make sure both
:cloisterand:libringapplications are configured properly in yourconfig.exs
config :cloister,
sentry: ~w|node1@127.0.0.1 node2@127.0.0.1|a,
consensus: 2- Make sure
:cloisterapplication is started. This does not require any action unless you have the list of applications specified explicitly. If so, add:cloisterthere.
Changelog
0.7.0magic? :: boolean()andloopback? :: boolean()config params to avoid cluster building in tests0.6.0support many hashrings within the same cloister0.2.0useApplication.c:start_phase/3callback to postpone application start until the consensus is reached