system-config/doc/source/openstack-health.rst
Matthew Treinish a50e3b7427 Add documentation about openstack-health deployment
This commit adds docs about openstack-health and it's deployment.

Change-Id: Ief45fa6a6923bce78f9085b19d7972cf6e1a9d36
2016-06-02 23:01:13 +00:00

1.3 KiB

title

openstack-health

OpenStack-Health

At a Glance

Hosts
Puppet
Configuration
  • modules/openstack_project/files/git/cgitrc
Projects

Overview

The OpenStack Health dashboard provides a view of the status of all the tests running in our continuous integration infrastructure that we collect results data in subunit2sql for. It is composed of 2 pieces:

  1. The REST API that provides the data used for the dashboard visualizations
  2. The JS frontend which is used to visualize the data returned by the REST API

The REST API is deployed on it's own server. It is written in python using flask and is deployed using mod_wsgi under apache.

The frontend component is deployed on status.openstack.org.

Both components are continually deployed from the project repo, so as soon as a commit lands in the openstack-health repo it will be applied to the deployment.