Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 968 Bytes

cluster_software.md

File metadata and controls

18 lines (10 loc) · 968 Bytes

Software for Cluster

Table Of Contents

Ansible

Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. Ansible does not require you to deploy on every node and it can access other nodes from master node via ssh and execute operations on other nodes automatically. For example, if you wish to install CUDA on your execute nodes, you can just write a simple Ansible playbook script and specify your execute nodes IPs. Then Ansible will access these execute nodes via ssh and install CUDA on each node as instructed in your script. This avoids the trouble of installing on each node manually.

Ansible Documentation

BeeGFS

BeeGFS is a distributed optimized parallel file system.

BeeGFS documentation