/RPi-Cluster-Control

Set of services to report stats for a Raspberry Pi cluster and control RGB LED circuits on each Pi in the cluser.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Raspberry Pi Cluster control

This is a collection of simple services written as a learning project to report status and control LEDs on a 4 mode Raspberry PI cluster.

The services are shown here: Cluster Services My cluster looks like this: Cluster Network

Install and setup

Copy files from Github

On each node:

git clone https://github.com/rodneyshupe/RPi-Cluster-Control.git ~/cluster_control

Run the install script:

chmod +x ~/cluster_control/scripts/*.sh
~/cluster_control/scripts/install.sh

On the Master node you need to add the argumane master to the install call.

chmod +x ~/cluster_control/scripts/*.sh
~/cluster_control/scripts/install.sh master

Customization

Each service has its own configuration file. To create custom settings copy the _default.py configration file to a file with _custom.py