Artifact Repository (Glare)
2924e662cb
Now when user requests a list of artifacts glare returns a json dict that has a section called after the type name, which contains the list of the artifacts. Example: GET /artifacts/my_artifacts {"my_artifacts": [...]} It's not really a restful approach, so it's suggested to create a unified section 'artifacts' for all cases, i.e. return {"artifacts": [...]} Change-Id: Ic0762f7a379754d19147a4f41a6d5a98abdc86b0 |
||
---|---|---|
devstack | ||
doc/source | ||
etc | ||
glare | ||
glare_tempest_plugin | ||
tools | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.testr.conf | ||
babel.cfg | ||
bandit.yaml | ||
LICENSE | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Glare
Glare (from GLare Artifact REpository) is a service that provides access to a unified catalog of structured meta-information as well as related binary data (these structures are also called 'artifacts').
- Get Started: https://github.com/openstack/glare/blob/master/doc/source/quickstart.rst
- Documentation: https://github.com/openstack/glare/blob/master/doc
- Source: https://git.openstack.org/cgit/openstack/glare
- Bugs: https://bugs.launchpad.net/glare
- Blueprints:** https://blueprints.launchpad.net/glare
- REST Client:** https://git.openstack.org/cgit/openstack/python-glareclient
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0