Acceleration Management
Go to file
zhuli b860aef110 Supplementing accelerator CRUD api
with this patch, we are able to do CRUD via accelerator api

POST /accelerators
    Create a new accelerator
GET /accelerators/{uuid}
    Retrieve information about the given accelerator
GET /accelerators
    Retrieve a list of accelerators
PATCH /accelerators/{uuid}
    Update information about the given accelerator
DELETE /accelerators/{uuid}
    Delete the given accelerator

Change-Id: Ibc97ec49f557cac69dfd38f99f28bc7b205732b9
2018-01-14 02:03:24 +08:00
cyborg Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
devstack Fix issues with devstack script 2017-09-25 23:15:40 -04:00
doc/source Pike doc clean up 2017-09-13 10:51:11 -06:00
etc/cyborg Auto generate cyborg.conf with oslo-config-generator 2017-12-08 10:58:25 +08:00
releasenotes/notes Add Release Notes and Architecture Docs 2017-09-12 15:42:40 -06:00
sandbox Setup sandbox and specs folder 2017-03-14 01:16:33 +08:00
setup Cyborg deployment script 2017-08-30 09:27:56 -04:00
specs Merge "Cyborg Nova interaction take 2" 2017-11-27 15:49:04 +00:00
tools/config Auto generate cyborg.conf with oslo-config-generator 2017-12-08 10:58:25 +08:00
.gitignore Merge "Cyborg deployment script" 2017-09-11 19:27:17 +00:00
.gitreview Rename project in .gitreview 2017-01-13 08:08:37 +11:00
.testr.conf initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
CONTRIBUTING.rst Update and replace http with https for doc links in cyborg 2017-09-12 22:46:46 -07:00
HACKING.rst Update and replace http with https for doc links in cyborg 2017-09-12 22:46:46 -07:00
LICENSE initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
README.rst Pike doc clean up 2017-09-13 10:51:11 -06:00
babel.cfg initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
requirements.txt Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
setup.cfg Update and replace http with https for doc links in cyborg 2017-09-12 22:46:46 -07:00
setup.py initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
test-requirements.txt Cleanup test-requirements 2017-11-06 14:38:14 +07:00
tox.ini Merge "Auto generate cyborg.conf with oslo-config-generator" 2017-12-27 04:31:42 +00:00

README.rst

Cyborg

OpenStack Acceleration as a Service

Cyborg provides a general management framework for accelerators such as FPGA, GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth.

Features

  • REST API for basic accelerator life cycle management
  • Generic driver for common accelerator support