Skip to content

expontech/pulpito

 
 

Repository files navigation

pulpito

A dashboard for Ceph test runs and results. You can see ours here: http://pulpito.ceph.com/

Setup

  1. First, you need a running paddles instance
  2. Clone the repository
  3. Inside the repository, create a virtualenv: virtualenv ./virtualenv
  4. Create a copy of the configuration template: cp config.py.in prod.py
  5. Edit prod.py to reflect your paddles configuration
  6. Activate the virtualenv: source ./virtualenv/bin/activate
  7. Install required python packages: pip install -r requirements.txt
  8. To start the server, you may use python run.py - though we use supervisord to manage it. A sample config file is provided for supervisord.

About

A dashboard for Ceph tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.0%
  • HTML 20.3%
  • Python 14.2%
  • CSS 6.3%
  • Dockerfile 0.2%