[release-announce] openstack-cyborg 10.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 22 12:23:56 UTC 2023


We high-spiritedly announce the release of:

openstack-cyborg 10.0.0: Distributed Acceleration Management as a
Service

This release is part of the antelope 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.

Changes in openstack-cyborg 9.0.0..10.0.0
-----------------------------------------

eafcc2f Fix the wrong use of variable assertions in unit tests
0550592 When asserting the number of members obtained in unit test deployables, should use assertEqual
99858d0 fix function usage errors
3f052b6 fix function usage errors
1a0a92a add attributes delete api ut
c5c984b add attributes get by deployable id and key api ut
954ee30 fix the spell error
510486d add attributes create api ut
ce622a6 add attributes  get one by key api ut
f2e24e3 add attributes  get all api ut
e7a2246 add attributes  get one by deployable_id api ut
58e46e9 Support create attribute api
08f63a8 support get attribute list filter by deployable_id and key
8934856 add attributes  get one by uuid api ut
3ba22d6 Fix attribute get api
61ade66 Fix docs: change device_profile_uuid to body in get api
8fbd52d change text type to uuid for instance, device_rp_uuid, project_id and arq
43c8367 Add placement put rp traits api exception ut
b715d24 Add placement put rp traits api ut
1df18be add attributes api ut file
ca21fe1 Add placement ensure traits api exception ut
4275e49 Add placement ensure traits api ut
cf70b79 Add placement get rp traits api exception ut
8554e50 Add placement get rp traits api ut
0ceab2e Add placement delete api exception ut
9edb0e0 Add placement delete api ut
533e343 Add placement post api exception ut
cb1331a Improve the api-ref docs for v1 version
c9db95a Add placement put api ut
f2a79aa Add placement post api exception ut
8677639 Add placement post api ut
9012520 cyborg Fix tox4 error
5c504ec Add placement get exception ut
ac4fb54 Add ut for placement API
a0788f7 Get an attribute by it's deployable_id.
faa67c3 Add delete method for attributes
2eb0be1 Add get_one for attributes.
962ceed Add attribute_list_api
373afa3 Add project id sample in the request body
2bfa663 Use py3 as the default runtime for tox
b973622 Switch to 2023.1 Python3 unit tests and generic template name
548c5f8 Update master for stable/zed


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

.zuul.yaml                                         |   2 +-
api-ref/source/device_profile.inc                  |   6 +-
api-ref/source/index.rst                           |   2 +-
api-ref/source/parameters.yaml                     |  13 +-
cyborg/api/controllers/v2/__init__.py              |   2 +
cyborg/api/controllers/v2/arqs.py                  |  10 +-
cyborg/api/controllers/v2/attributes.py            | 166 +++++++++++++++++++++
cyborg/common/placement_client.py                  |   4 +
cyborg/common/policy.py                            |  15 ++
cyborg/objects/attribute.py                        |   2 +-
cyborg/policies/__init__.py                        |   1 +
.../unit/api/controllers/v2/test_attributes.py     | 123 +++++++++++++++
.../unit/api/controllers/v2/test_deployables.py    |   2 +-
.../api/controllers/v2/test_device_profiles.py     |   4 +-
.../accelerator_requests-patch-curl.json           |   4 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/zed.rst                        |   6 +
tox.ini                                            |   6 +-
21 files changed, 489 insertions(+), 29 deletions(-)







More information about the Release-announce mailing list