Mentions légales du service

Skip to content
Snippets Groups Projects
Forked from discovery / enoslib
1185 commits behind, 1 commit ahead of the upstream repository.

EnosLib

Build Status License Pypi

EnOSlib is a library to help you with your experiments. The main parts of your experiment logic is made reusable by the following EnOSlib building blocks:

  • Reusable infrastructure configuration: The provider abstraction allows you to run your experiment on different environments (locally with Vagrant, Grid'5000, Chameleon and more)
  • Reusable software provisioning: In order to configure your nodes, EnOSlib exposes different APIs with different level of expressivity. For instance EnOSlib's modules let you run remote atomic actions safely on remote hosts while EnOSlib's services can deploy complex software stacks with few lines of code.
  • Reusable experiment facilities: Tasks help you to organize your experimentation workflow.

EnOSlib is designed for experimentation purpose: benchmark in a controlled environment, academic validation ...

EnOSLib has been initially developed in the context of the Discovery initiative