User Tools

Site Tools


Sidebar

General Lab Info (Mainly for Devs)

Hardware

Lab Infrastructure Services

Misc Admin Tasks
These are infrequently completed tasks that don't fit under any specific service

Production Services

OVH = OVH
RHEV = Sepia RHE instance
Baremetal = Host in Sepia lab

The Attic/Legacy Info

services:pulpito

pulpito

Summary

pulpito is a web interface/dashboard that displays teuthology job results. See https://github.com/ceph/pulpito

The service runs on a baremetal host, pulpito.front.sepia.ceph.com from /home/ubuntu.

It's also viewable publicly at pulpito.ceph.com via an nginx reverse proxy on gw.sepia.ceph.com.

Admin Tasks

Starting/Restarting service

sudo supervisorctl start|stop|restart pulpito

Updating Pulpito

ssh ubuntu@pulpito.front.sepia.ceph.com
cd /home/ubuntu/pulpito
git pull
sudo supervisorctl restart pulpito
sudo systemctl restart nginx
services/pulpito.txt · Last modified: 2020/08/04 17:13 by djgalloway