Acceleration Management
Go to file
zhangbailin 6aff4debb5 Bump oslo.messaging version >= 10.3.0
When I create a device profile use curl in devstack env by Cyborg
master branch, but there is a
"oslo_messaging.exceptions.MessagingTimeout: Timed out waiting for a
reply to message ID 3f84acee62794d03b2858921bb4950f2" [1] exception raised.

While I update the oslo.messaging that it runs ok, so I bump
oslo.messaging to >=10.3.0 to improve the interaction performance
with other components. Because Cyborg needs to interact with nova, I
keep the oslo.messaging version consistent with the minimum version
required by nova [2].

[1]http://paste.openstack.org/show/790502/
[2]https://opendev.org/openstack/nova/src/branch/master/requirements.txt#L47

Story: 2007396

Change-Id: I0bbeaa286b1add55f00b1059856c785dbf74d800
2020-03-10 10:04:09 +08:00
api-ref/source Merge "Bump the openstackdocstheme extension to 1.20" 2020-01-11 19:39:42 +00:00
cyborg Merge "Revert "Solve py37 timeout"" 2020-03-05 06:07:37 +00:00
devstack move setting to devstack/settings 2020-03-02 15:02:17 +00:00
doc Remove the invalid specs from doc/source 2020-02-12 15:31:04 +08:00
etc/cyborg Modify api-paste.ini v1 to v2 2019-12-20 09:41:29 +00:00
releasenotes Merge "Introduce bandit security linter" 2020-01-14 03:58:49 +00: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 Introduce bandit security linter 2020-01-05 19:49:22 -08: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 Bump oslo.messaging version >= 10.3.0 2020-03-10 10:04:09 +08:00
setup.cfg Stop testing python2.7 2019-11-19 02:09:08 -05:00
setup.py uncap eventlet 2018-05-07 17:42:19 +03:00
test-requirements.txt Use ResourceNotFound replace RP and Image NotFound 2020-01-17 09:08:22 +00:00
tox.ini Solve py37 timeout 2020-02-14 19:49:34 +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