Vendor-facing API for registration of interop-compliance
Go to file
David Lenwell c49cb82bef Merge pull request #9 from cloudedge/dockerfile
Dockerfile from @d_qoi working to build container
2014-02-24 08:24:18 -08:00
alembic pep8 cleanup 2014-02-21 16:08:12 -08:00
refstack house keeping 2014-02-21 16:08:20 -08:00
scripts Cleaned up a basic tcup dockerfile 2014-02-21 18:54:52 -08:00
t-container Dockerfile from @d_qoi working to build container 2014-02-22 20:04:25 -06:00
.gitignore scorecard template 2014-02-21 13:28:50 -08:00
NOTES.md moved scratch out of readme 2013-10-22 21:55:11 -07:00
README.rst Merge branch 'master' of https://github.com/dlenwell/refstack 2013-12-09 09:55:00 -08:00
alembic.ini use local dir for config by default 2013-11-26 12:32:14 -08:00
requirements.txt Fixin syntax in == 2013-12-09 18:18:04 +00:00

README.rst

RefStack

Vendor-facing API for registration of interop-compliance endpoints and credentials for on-demand testing.

Running at http://refstack.org See (living) documentation at https://etherpad.openstack.org/RefStackBlueprint

Okay, I'm Sold, How Do I Run This Myself?

This is our documentation for how we get this set up:

# Git you clonin'
git clone http://github.com/openstack-ops/refstack

cd refstack

# Setup or update the database
# NOTE: you are going to have to modify the db connection string in
#       `alembic.ini` to get this working
# PROTIP: if you just want to test this out, use `-n alembic_sqlite` to
#         make a local sqlite db
#         $ alembic -n alembic_sqlite update head
alembic update head

# Plug this bad boy into your server infrastructure.
# We use nginx and gunicorn, you may use something else if you are smarter
# than we are.
# For the most basic setup that you can try right now, just kick off
# gunicorn:
gunicorn refstack.web:app

# To actually configure this winner, check out the config section and
# crack open refstack.cfg in vim.
# `vim refstack.cfg`

# Now browse to http://localhost:8000

Configuration

Coming soon!

TODO:

Metadata gathering:
  • Number of nodes
  • vCPUs
  • Distro
  • Deployment approach
  • RAM
Plugins:
  • Cinder
  • Neutron