Vendor-facing API for registration of interop-compliance
Python JavaScript HTML Shell Other
Permalink
Failed to load latest commit information.
bin Remove logging import unused Nov 17, 2016
doc/source Update Refstack docs for documentation migration Jul 10, 2017
docker Remove IPython from RefStack container Apr 26, 2017
etc fix refstack.conf.sample typo Sep 16, 2017
refstack-ui Add UI support for interop schema 2.0 Aug 7, 2017
refstack Set a custom alembic_version for refstack Aug 31, 2017
specs Merge "[Trivialfix]Fix typos" Sep 19, 2017
tools [Trivialfix]Fix typos Sep 14, 2017
.bowerrc Consolidated project files. Jun 5, 2015
.dockerignore Local Refstack in Docker Jun 15, 2015
.eslintignore Consolidated project files. Jun 5, 2015
.eslintrc Update eslint and update angular style to match Sep 30, 2015
.gitignore Consolidated project files. Jun 5, 2015
.gitreview Update .gitreview for project rename Sep 11, 2015
.testr.conf Repair tests coverage utility Mar 19, 2015
LICENSE
README.rst Change doc references from DefCore to Interop Working Group Apr 25, 2017
bower.json Update angular bootstrap components Feb 26, 2016
package.json Fix gate jobs Aug 4, 2016
requirements.txt Merge "Add docs to about page" May 23, 2017
run-in-docker run-in-docker starts refstack over https, fix docs Sep 12, 2017
setup-mysql-tests.sh Make functional gate job work on Xenial Sep 6, 2016
setup.cfg Merge "Adding Python 3.5 to setup metadata" Mar 24, 2017
setup.py added tox.ini Mar 2, 2014
test-requirements.txt Update Refstack docs for documentation migration Jul 10, 2017
tox.ini Add 'rm -f .testrepository/times.dbm' command in testenv Jun 6, 2017

README.rst

RefStack

RefStack team and repository tags

What is RefStack?

  • Toolset for testing interoperability between OpenStack clouds.
  • Database backed website supporting collection and publication of Community Test results for OpenStack.
  • User interface to display individual test run results.

Overview

RefStack intends on being THE source of tools for interoperability testing of OpenStack clouds.

RefStack provides users in the OpenStack community with a Tempest wrapper, refstack-client, that helps to verify interoperability of their cloud with other OpenStack clouds. It does so by validating any cloud implementation against the OpenStack Tempest API tests.

RefStack and Interop Working Group - The prototypical use case for RefStack provides the Interop Working Group - formerly known as DefCore committee - the tools for vendors and other users to run API tests against their clouds to provide the WG with a reliable overview of what APIs and capabilities are being used in the marketplace. This will help to guide the Interop Working Group defined capabilities and help ensure interoperability across the entire OpenStack ecosystem. It can also be used to validate clouds against existing capability lists, giving you assurance that your cloud faithfully implements OpenStack standards.

Value add for vendors - Vendors can use RefStack to demonstrate that their distros, and/or their customers' installed clouds remain with OpenStack after their software has been incorporated into the distro or cloud.

RefStack consists of two parts:

Get involved!