Acceleration Management
Go to file
songwenping 9179ed3053 Optimize microversion support
This changes is prepare to use microversion. This way is better to use
version number and record the microversion change history in this architecture.
If we want to add a microversion, we just need to add a constant parameter
in [1](e.g. MINOR_1_PROJECT_ID=1) and update the MINOR_MAX_VERSION to
MINOR_1_PROJECT_ID.

[1] https://review.opendev.org/#/c/746282/6/cyborg/api/controllers/v2/versions.py@27

Change-Id: If2a2bc8178a6ee073f9e7cc6ac65df51f3034fa2
2020-08-26 19:51:47 +08:00
api-ref/source Switch to newer openstackdocstheme and reno versions 2020-05-21 14:35:22 +02:00
cyborg Optimize microversion support 2020-08-26 19:51:47 +08:00
devstack Merge "Remove OPAE dependency in devstack" 2020-06-17 06:24:00 +00:00
doc update API documentation 2020-07-15 12:42:47 +00:00
etc/cyborg Modify api-paste.ini v1 to v2 2019-12-20 09:41:29 +00:00
releasenotes Remove deprecated cyborg.image.download.modules 2020-06-20 10:49:34 -05: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
.coveragerc Exclude cyborg tests dir in UT cover report 2019-10-30 09:40:37 +08:00
.gitignore Exclude cyborg tests dir in UT cover report 2019-10-30 09:40:37 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:39:22 +00:00
.stestr.conf Exclude cyborg tests dir in UT cover report 2019-10-30 09:40:37 +08:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-24 08:47:34 +00:00
bindep.txt Use uwsgi binary from path and docs job fix 2020-06-16 18:16:34 +08:00
CONTRIBUTING.rst Update contributing.rst per Ussuri goal and guidelines. 2020-04-01 06:54:09 +00: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
requirements.txt Use unittest.mock instead of third party mock 2020-06-16 07:24:42 +00:00
setup.cfg Merge "Remove translation sections from setup.cfg" 2020-05-14 04:09:27 +00:00
setup.py Cleanup py27 support 2020-04-05 09:39:28 +08:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-06-16 07:24:42 +00:00
tox.ini hacking: force explicit import of python's mock 2020-06-19 09:33:13 +00:00

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