system-config/doc/source/refstack.rst
Jeremy Stanley e9f281d3b8 Adjust RefStack build for osf->openinfra rename
All the osf/ namespace Git repositories have moved into a new and
more appropriate openinfra/ namespace, so make the necessary
adjustments to RefStack's image build and operations document.

Change-Id: I01c8d153321a617fbc78c2d3c99102185b03243d
Depends-On: https://review.opendev.org/808479
2021-10-26 18:00:02 +00:00

1.4 KiB

title

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
  • refstack01.openstack.org
Ansible
Projects
Bugs

Overview

There are three major components in the Refstack server:

  • Refstack-UI
  • Refstack-API
  • Database

These run as two containers (UI/API and mariadb) on the host.

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.

Mariadb 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