eaa74543de
The zuul and zuulv3 docs need to be merged, but that seemed like too much for this. Also, the 3rd party CI doc is out of date, but in this patch only removed sections that linked to docs or files that don't exist anymore. Change-Id: Ie5497edd762d2146165608f3227b0bac88a913df
51 lines
1.2 KiB
ReStructuredText
51 lines
1.2 KiB
ReStructuredText
:title: refstack
|
|
|
|
.. _refstack:
|
|
|
|
Refstack
|
|
########
|
|
|
|
Refstack is a public facing test reporting site supporting the efforts of
|
|
the DefCore committee to identify widely deployed capabilities and also to
|
|
verify the test results against the established capability specification.
|
|
|
|
|
|
At a Glance
|
|
===========
|
|
|
|
:Hosts:
|
|
* http://refstack.openstack.org/
|
|
:Puppet:
|
|
* https://opendev.org/opendev/puppet-refstack/
|
|
:Projects:
|
|
* https://opendev.org/openstack/refstack/
|
|
:Bugs:
|
|
* https://bugs.launchpad.net/refstack
|
|
|
|
Overview
|
|
========
|
|
|
|
There are three major components in the Refstack server:
|
|
|
|
Refstack-UI
|
|
-----------
|
|
|
|
Refstack-UI is a web interface for interacting with data collected with
|
|
the API server and client.
|
|
|
|
Refstack-API
|
|
------------
|
|
|
|
Refstack-API server is a central repository for the collection of
|
|
interoperability test results. It also provides APIs to facilitate the
|
|
uploading/retrieval of test data. Users can use the refstack-client tool
|
|
to anonymously upload their data to the refstack.openstack.org site.
|
|
|
|
MySQL database
|
|
--------------
|
|
|
|
This is the database to host the user uploaded test results data.
|
|
|
|
More information about the Refstack project can be found at
|
|
https://wiki.openstack.org/wiki/RefStack
|