This is now done with infra-role-open-ports from the infra-nimbus
repository and playbook related to fluffy.
Signed-off-by: markoburcul <marko@status.im>
Static radius will cause the database to grow as the total
content on the network grows. This was fine in the beginning
to ensure enough nodes had the content but becomes impossible to
maintain now that the network is growing substancially.
Instead we now set it to a fixed max storage capacity.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Otherwise it fails with:
```
fatal: could not create leading directories of '/data/nimbus-fluffy/repo': Permission denied
```
Signed-off-by: Jakub Sokołowski <jakub@status.im>
The radius option in Fluffy was expanded to allow for a static or
a dynamic radius. The old option where just the number was
provided was kept as working to keep backwards compatiblity. Lets
use static:253 however to be clear about current usage.
This will allow us to run just one build for all nodes and also restart
all nodes on the host once the build is finished using a wildcard.
Also drop useless `SERVICE_PATH` variable and `pushd`/`popd` calls.
Signed-off-by: Jakub Sokołowski <jakub@status.im>