[release-announce] openstack-cyborg 4.0.1 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 30 14:06:25 UTC 2021


We are chuffed to announce the release of:

openstack-cyborg 4.0.1: Distributed Acceleration Management as a
Service

This release is part of the ussuri stable release series.

The source is available from:

    https://opendev.org/openstack/openstack-cyborg

Download the package from:

    https://tarballs.openstack.org/cyborg/

For more details, please see below.

4.0.1
^^^^^

Deprecation Notes

* Intel OPAE driver dependency is removed from the devstack
  installation dependencies due to the following reasons: 1) In the
  kolla cyborg-agent image we install OPAE, but OPAE is not available
  for CentOS 8 for the moment. This will make the cyborg-agent image
  unbuildable in Ussuri. 2) In devstack, due to the fact that OPAE
  packages depend on libjson0, which is not available after Ubuntu
  16.04, so cyborg can't be installed on Ubuntu higher than 16.04
  now(unless disable dependency manually). Moreover,from cyborg's
  perspective, it does not need to contain any hardware driver
  dependency, we can assume the admin should know about it and install
  the correct version.

Changes in openstack-cyborg 4.0.0..4.0.1
----------------------------------------

bb718c8 Resolve mysql conflict message
0b03b8b update API documentation for stable/ussuri
a35edb6 Fix hacking min version to 3.0.1
5b773fd Remove OPAE dependency in devstack
586ba30 Fix flake8 error from hacking <3.0.1
bdd2de0 Update TOX_CONSTRAINTS_FILE for stable/ussuri
a01613f Update .gitreview for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
cyborg/db/sqlalchemy/api.py                        |  7 ++-
.../drivers/fpga/intel/prepare_test_data.py        |  2 +-
devstack/lib/cyborg                                | 21 --------
devstack/lib/opae                                  | 57 ----------------------
devstack/plugin.sh                                 |  3 --
devstack/settings                                  | 11 -----
...-dependency-from-devstack-f6db83bb37761340.yaml | 13 +++++
test-requirements.txt                              |  3 +-
tox.ini                                            |  2 +-
12 files changed, 32 insertions(+), 123 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index bcf6fa9..262462f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -19 +18,0 @@ doc8>=0.6.0 # Apache-2.0
-pycodestyle>=2.0.0 # MIT License






More information about the Release-announce mailing list