Acceleration Management
Go to file
Ghanshyam Mann 5469b497eb Fix oslo policy DeprecatedRule warnings
Since 3.7.0, oslo policy started the DeprecationWarning[1] if
deprecated_reason and deprecated_since param are not passed
in DeprecatedRule or they are passed in RuleDefault object.

These warnings are logged for every test which increase the
log size and sometime can full the log buffer and fail the
job.

[1] https://github.com/openstack/oslo.policy/blob/3.7.0/oslo_policy/policy.py#L1538

Change-Id: I5f7b2027e9d015cef6e8e7b459ebf2005c432209
2021-07-05 11:34:47 -05:00
api-ref/source docs: Add parameters list to device profile APIs 2021-05-13 10:29:39 +00:00
cyborg Fix oslo policy DeprecatedRule warnings 2021-07-05 11:34:47 -05:00
devstack Change default policy file from JSON to YAML 2020-09-18 14:16:31 +00:00
doc docs: Update Freenode to OFTC 2021-06-03 07:26:13 +00:00
etc/cyborg Change default policy file from JSON to YAML 2020-09-18 14:16:31 +00:00
releasenotes Switch using Launchpad instead of Storyboard 2021-04-08 02:35:09 +00:00
setup Cyborg deployment script 2017-08-30 09:27:56 -04:00
tools tools: Allow check-cherry-picks.sh to be disabled by an env var 2021-03-24 19:14:45 +08:00
.coveragerc Exclude cyborg tests dir in UT cover report 2019-10-30 09:40:37 +08:00
.gitignore Add tags to .gitignore 2021-02-23 17:07:15 +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 xena unit tests 2021-03-19 12:14:16 +00:00
CONTRIBUTING.rst Switch using Launchpad instead of Storyboard 2021-04-08 02:35: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 Switch using Launchpad instead of Storyboard 2021-04-08 02:35:09 +00:00
bindep.txt Merge "Add microversion instructions" 2020-11-29 11:35:36 +00:00
cyborg.conf.intelnic.sample Add intel NIC driver 2021-02-04 08:40:23 +00:00
requirements.txt Fix oslo policy DeprecatedRule warnings 2021-07-05 11:34:47 -05:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-04-26 15:47:27 +08:00
setup.py Cleanup py27 support 2020-04-05 09:39:28 +08:00
test-requirements.txt [goal] Fixing lower constraints for Ubuntu Focal 2020-09-17 16:30:12 +08:00
tox.ini Merge "Change the dependency with the testenv:docs" 2020-12-31 03:04:38 +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