A dashboard for Ceph test runs and results. You can see ours here: http://pulpito.ceph.com/
- First, you need a running paddles instance
- Clone the repository
- Inside the repository, create a virtualenv:
virtualenv ./virtualenv
- Create a copy of the configuration template:
cp config.py.in prod.py
- Edit prod.py to reflect your paddles configuration
- Activate the virtualenv:
source ./virtualenv/bin/activate
- Install required python packages:
pip install -r requirements.txt
- 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.