Release cybrog RC1
This patch we were released Cyborg rc1, the mainly change as below: root@ubuntu:cyborg# git log --oneline --no-merges 5.0.0..f9835cff 453e4ac Remove ARQInvalidState exception 15b1d62 improve drivers with enumerate() 8d56b2b bug-fix: correct the comment for each vendor driver 19b7d14 Add NVMe SSD driver 7b1b9fb Update server operations support in matrix 0605fe3 support configuring multiple vgpu types in cyborg ce88d4e Add tags to .gitignore e3caf5c Add intel NIC driver 3d53b7a Add newline to enable lists ced87f7 Revert "remove py37" 8fcc050 Trival: Fix the key error in log msg 683c26e Installation document improvement d4ca2df Remove __unicode in CyborgException 4f04cfa remove py37 39d51a0 remove unicode from code cacf914 Use TOX_CONSTRAINTS_FILE 583cc45 Refresh cyborg-api link 3965593 Change the dependency with the testenv:docs 54b4fa5 Dep's should be restricted by upper-constraints 0e5b370 refresh device profile link in API doc acac833 Import HTTPStatus instead of http_client a069962 Add project_id description in api_ref 38d395d Remove cyborg-dbsync unsupport argument :...skipping... 453e4ac Remove ARQInvalidState exception 15b1d62 improve drivers with enumerate() 8d56b2b bug-fix: correct the comment for each vendor driver 19b7d14 Add NVMe SSD driver 7b1b9fb Update server operations support in matrix 0605fe3 support configuring multiple vgpu types in cyborg ce88d4e Add tags to .gitignore e3caf5c Add intel NIC driver 3d53b7a Add newline to enable lists ced87f7 Revert "remove py37" 8fcc050 Trival: Fix the key error in log msg 683c26e Installation document improvement d4ca2df Remove __unicode in CyborgException 4f04cfa remove py37 39d51a0 remove unicode from code cacf914 Use TOX_CONSTRAINTS_FILE 583cc45 Refresh cyborg-api link 3965593 Change the dependency with the testenv:docs 54b4fa5 Dep's should be restricted by upper-constraints 0e5b370 refresh device profile link in API doc acac833 Import HTTPStatus instead of http_client a069962 Add project_id description in api_ref 38d395d Remove cyborg-dbsync unsupport argument eabd6e1 Add microversion instructions 7f28d54 Add intel_qat_driver for enabled_drivers help 332c959 Add packages required for pdf-docs run to bindep.txt 0da7417 Add index page for contributors guide 2b50fd9 Remove tmp bitstream file always 71f790e Correct some small errors 4da09b9 Refactor device_profile retrieve in ARQ post API f7bc91e Bump py37 to py38 in tox.ini bdc1aab Add releasenote for policy refresh base and device profile policies bb4fd10 improve pep8 check logic 02e573b Remove usage of six c61e8ef Add fast8 check for cybrog 68c1f06 add document for cyborg new policy addd88d Add Python3 wallaby unit tests 8966c57 Update master for stable/victoria 1a45115 Signal to conductor service to apply patch accelerator requests. 3fe4c76 Add rc check for POST Device Profile 315e147 Add trait check for POST Device Profile 99fd79e fix cyborg uwsgi doc error af49d0b Change default policy file from JSON to YAML a5e6b0e Replace wsme to `convert_with_links` for device profile API Another change is add some links for the highlights. Change-Id: Ifca070c3953fc858caa5ce27bed6bc68524657b2
This commit is contained in:
parent
c13188f28f
commit
8d3dbce579
@ -10,15 +10,24 @@ repository-settings:
|
|||||||
cycle-highlights:
|
cycle-highlights:
|
||||||
- |
|
- |
|
||||||
Users can launch instances with accelerators managed by Cyborg since
|
Users can launch instances with accelerators managed by Cyborg since
|
||||||
Ussuri release, this release more operations such as Shelve/Unshelve
|
Ussuri release, this release more operations such as `Shelve/Unshelve
|
||||||
|
<https://docs.openstack.org/cyborg/latest/reference/support-matrix.html#id1>`_
|
||||||
are supported.
|
are supported.
|
||||||
See accelerator operation guide to find all supported operations.
|
See accelerator operation guide to find all supported operations.
|
||||||
- |
|
- |
|
||||||
Cyborg introduces more new accelerator drivers such as Intel NIC and
|
Cyborg introduces more new accelerator drivers such as Intel NIC and
|
||||||
Inspur SSD driver which allow user to boot up a VM with such device
|
`Inspur SSD <https://docs.openstack.org/cyborg/latest/reference/support-matrix.html#id2>`_
|
||||||
attached.
|
driver which allow user to boot up a VM with such device attached.
|
||||||
- |
|
- |
|
||||||
Cyborg now provides a new configuration for user to configure their
|
Cyborg now provides a new configuration for user to configure their
|
||||||
devices, for example, user can indicate the vgpu type for their
|
devices, for example, user can indicate the vgpu type for their
|
||||||
virtualized GPU, user can indicate the specific functions loaded on
|
virtualized GPU, user can indicate the specific functions loaded on
|
||||||
their NIC, etc.
|
their NIC, etc.
|
||||||
|
releases:
|
||||||
|
- version: 6.0.0.0rc1
|
||||||
|
projects:
|
||||||
|
- repo: openstack/cyborg
|
||||||
|
hash: f9835cff9c83c9da1ede6d4173d17031deb4061f
|
||||||
|
branches:
|
||||||
|
- name: stable/wallaby
|
||||||
|
location: 6.0.0.0rc1
|
||||||
|
Loading…
Reference in New Issue
Block a user