Git Product home page Git Product logo

clara's Introduction

Clara, a set of Cluster Administration Tools

!! Warning: this code is compatible only with Python3

Overview

clara is a set of cluster administration tools. The different tools are written as plugins that can be added or removed independently.

Clara provides the following plugins:

  • repo creates, updates and synchronizes local Debian repositories
  • ipmi manages and get the status from the nodes of a cluster
  • slurm performs tasks using SLURM's controller
  • images creates and updates the images of installation of a cluster
  • p2p makes torrent images and seeds them via BitTorrent
  • enc interact with encrypted files using configurable methods
  • build builds Debian packages
  • virt manages virtual machines

Read the full user's guide.

Release

Steps to produce release $VERSION (ex: 0.19700101):

  1. Update CHANGELOG.md to move entries under the [Unrelease] into a new release section.
  2. Bump version number in clara/version.py
  3. Then run:
git add CHANGELOG.md
git commit -m "Release $VERSION"
git tag -a v$VERSION -m "Release $VERSION"
  1. Finally push all the branches and tags.

To generate a tarball, run:

git archive --format=tar.gz --prefix=clara-$VERSION/ \
    v$VERSION > ../clara-$VERSION.tar.gz

Tests

For running tests please install: pytest pytest-mock mock and then run:

pytest

Under the project directory

clara's People

Contributors

ana avatar rezib avatar mehdid avatar hmlth avatar pierretr avatar fmdm avatar kamedodji avatar saidamirouche avatar pawlukmarcin avatar el-tata avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.