Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Milestones

List view

  • The goal is to switch, in some scenario, the use of Docker with Singularity. Currently I am still not sure whether it is possible, but after the release of Singularity 2.4 and related Python API it looks a bit simpler. References: - [Singularity Repository](https://github.com/singularityware/singularity) - [Singularity API](https://github.com/singularityware/singularity-python) - [Singularity Website](http://singularity.lbl.gov/index.html)

    No due date
  • Add monitoring functionalities

    No due date
    8/8 issues closed
  • Tests with PyPA as an installation procedure are well promising. What we can do now: 1. Install the `plancton` python package doing `pip install plancton` 2. Bootstrap the legacy installation procedure (the old `installation script)` pointing preferred configuration repository 3. Use all the handler scripts alias: `plancton-start/stop/status` etc. What will be in possible in the future: 1. Base the service on the installed plancton package via `pip` instead on the one pulled wit `plancton-bootstrap` and currently put in `/opt/plancton` 2. Prune the `plancton-bootstrap` keeping just the ability to setup user, start the service and renew configurations. (notice that Python prerequisites are managed by `PyPA`) 3. Possibly resume the daemon interface to standardise the management.

    No due date
    3/3 issues closed