Moved various files from the refstack-ui directory into the global
one. The puppet module has been appropriately updated.
Change-Id: I6bd6bbd32380e822096287fe6ed3de1bff582749
This endpoint will serve as a proxy for the openstack/defcore
repository. Instead of the UI sending requests to GitHub directly
where requests might be impeded due to cross-origin blockage or API
rate-limiting, the UI will be able to send requests to the Refstack
API in order to get capability data. The requests-cache library is
used so as not to keep sending requests to GitHub when likely
nothing has changed. With this, Refstack no longer has to worry about
mirroring capability files and keeping them updated.
GET /v1/capabilities - list all capability files
GET /v1/capabilities/2015.03 - get contents of file 2015.03.json
Change-Id: I6d327273f191e3339219e35eed8768da35c5bffb
Add requirements for coverage utility.
It makes it possible to run `tox -e py27-cover`
and 'cover' directory will generated with
tests coverage report in HTML format.
Change-Id: I38c4197246fab4d0b8ea9ba3c61cc10966a1fc9e
This simple set of scripts will
1) build a usable RefStack container using the /scripts/dockerfile
2) assemble the correct environment variables and other run command params
3) run the container in the background
4) provide the user the right command to attach to the container
5) could be used WITHOUT cloning RefStack
6) DEBUG mode using DEBUG env variable
7) Debug mode will map PWD to /dev to make code edits easier
TODO:
1) the command to start tempest is NOT working, needs to get fixed
Change-Id: I2c1d895c3da8cefbf5a023f513c6cf6119161f8b