Acceleration Management
6aff4debb5
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 |
||
---|---|---|
api-ref/source | ||
cyborg | ||
devstack | ||
doc | ||
etc/cyborg | ||
releasenotes | ||
setup | ||
tools/config | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
- Free software: Apache license
- Wiki: https://wiki.openstack.org/wiki/Cyborg
- Source: https://opendev.org/openstack/cyborg
- Blueprints and Bugs: https://storyboard.openstack.org/#!/project/openstack/cyborg
- Documentation: https://docs.openstack.org/cyborg/latest/
- Release notes: https://docs.openstack.org/releasenotes/cyborg/
- Design specifications: https://specs.openstack.org/openstack/cyborg-specs/
Features
- REST API for basic accelerator life cycle management
- Generic driver for common accelerator support