diff --git a/deliverables/victoria/cyborg.yaml b/deliverables/victoria/cyborg.yaml index 09245dfe9d..ab6aa756c0 100644 --- a/deliverables/victoria/cyborg.yaml +++ b/deliverables/victoria/cyborg.yaml @@ -1,8 +1,36 @@ --- -storyboard: openstack/cyborg -release-model: cycle-with-rc team: cyborg type: service +storyboard: 968 +release-model: cycle-with-rc repository-settings: openstack/cyborg: tarball-base: openstack-cyborg +cycle-highlights: + - | + Users can launch instances with accelerators managed by Cyborg since Ussuri + release, this release two more operations * Rebuild and * Evacuate are + supported. See `accelerator operation guide + `_ + to find all supported operations. + - | + Cyborg supported new accelerator drivers (Intel QAT and Inspur FPGA) and + reached an agreement that Vendors who want to implement a new driver should + at least provide a full driver report result. (Of course, providing + third-party CI is more welcome.) `Supported drivers + _` + - | + Program API is supported, now users can program FPGA given the pre-uploaded + bitstream. `program API (PATCH deployable) + _` + And API microversion for existed APIs is improved such as arq APIs. + - | + In this release, the policy refresh (RBAC with scoped) for cyborg is + partially implemented (Device Profile APIs), we've implemented new default + rules in base policy and device_profile policy, and added the basic + testing framework for all policies. + For the Backward Compatibility, old rules are maintained as deprecated + rules with same defaults as today so that existing deployment will keep + working as it is. After we implement all the features, we'll give two + cycles transition period for operators. See `policy default refresh + `_