Acceleration Management
Go to file
Yumeng Bao 45ade8a10b Implement privsep boilerplate in cyborg.
This includes implementing a first trivial example of how to use
privsep to run something as root, specifically the gpu driver. FPGA
and other drivers should implement as well in the future.

For reference:
https://review.opendev.org/#/c/566479/4
https://docs.openstack.org/oslo.privsep/latest/user/index.html#converting-from-rootwrap-to-privsep

Change-Id: Ibff356d9a7f57bc99cc26de90d81ff92948f37c4
2019-09-25 19:22:12 -07:00
api-ref/source Add deployables to api-ref 2019-04-02 01:45:04 -07:00
cyborg Implement privsep boilerplate in cyborg. 2019-09-25 19:22:12 -07:00
devstack remove rootwrap in cyborg 2019-09-24 00:30:25 -07:00
doc Fix docs gate issue 2019-08-22 19:38:10 +09:00
etc/cyborg remove rootwrap in cyborg 2019-09-24 00:30:25 -07:00
releasenotes Implement privsep boilerplate in cyborg. 2019-09-25 19:22:12 -07: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
tools/config Fix tox -egenconfig 2018-06-10 16:37:40 +08:00
.gitignore Notify Nova when all ARQs are resolved for an instance. 2019-09-11 07:51:31 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:22 +00:00
.stestr.conf Switch to stestr 2018-07-24 15:10:52 +07:00
.zuul.yaml [train][goal] Run 'cyborg-tempest-ipv6-only' job in gate 2019-09-23 11:34:38 -07:00
CONTRIBUTING.rst Add gpu driver 2019-03-21 18:01:29 +08:00
HACKING.rst Add doc8 to pep8 check for cyborg project 2018-05-10 09:32:01 +07:00
LICENSE initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
README.rst Update README.rst for cyborg 2019-09-03 14:07:28 +08:00
babel.cfg initial setup "correct tox.ini testr and test-requirement.txt requirement 2016-01-18 14:29:39 +08:00
bindep.txt Add bindep support 2019-08-05 14:31:35 +08:00
requirements.txt Implement privsep boilerplate in cyborg. 2019-09-25 19:22:12 -07:00
setup.cfg remove rootwrap in cyborg 2019-09-24 00:30:25 -07:00
setup.py uncap eventlet 2018-05-07 17:42:19 +03:00
test-requirements.txt Placement report 2019-09-04 08:43:28 +00:00
tox.ini P8: Fix pep8 error in cyborg/tests and add post_mortem_debug.py 2019-09-18 16:24:05 +08: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