Skip to content

krishmoodbidri/CRI_XCBC

This branch is 3 commits ahead of, 12 commits behind jprorama/CRI_XCBC:dev.

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2021
Aug 10, 2018
Nov 25, 2024
Jun 16, 2017
Jan 14, 2025
Jan 31, 2018
Jan 5, 2018
Oct 20, 2022
Nov 4, 2024
Sep 5, 2019
Jul 7, 2023
Mar 23, 2017
Oct 3, 2024
Dec 19, 2017
Nov 13, 2024
Sep 28, 2024
Jun 13, 2023
Apr 5, 2023
Dec 6, 2022
Oct 16, 2019
Jul 27, 2023
Dec 6, 2022
Nov 13, 2024
Sep 17, 2019
Sep 10, 2019
Sep 5, 2019

Repository files navigation

Simple playbooks to install OpenHPC version 1.0 using Ansible.

See the doc/README.md for a tutorial on using these scripts in a VirtualBox environment.

The Ansible layout is fairly simple, using a series of roles for different parts of the installation process.

This repo will get you to the point of a working slurm installation across your cluster. It does not currently provide any scientific software or user management options!

The basic usage is to set up the master node with the initial 3 roles (pre_ohpc,ohpc_install,ohpc_config) and use the rest to build node images, and deploy the actual nodes (these use Warewulf as a provisioner by default).

Trigger the roles individually via tags, like:

ansible-playbook -t pre_ohpc -i inventory/headnode headnode.yml

None of these Ansible roles actually touch the compute nodes directly - at most, they build a new vnfs image and trigger a reboot.

A more detailed description is available in the /doc folder.

About

Home of the XSEDE Compatible Basic Cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%