From 1f17c16f68de6dc753c1c5d2783a6c8d4f58ee35 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Mon, 9 May 2022 00:27:04 -0300 Subject: [PATCH] Zed Themes This commit includes some of the plans we have for the Zed Cycle Change-Id: Ic500869cc22088dd4f1f1ff1f3f407719fcb1673 --- doc/source/index.rst | 1 + priorities/zed-themes.rst | 91 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 priorities/zed-themes.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 1a5632cb..cdf65870 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,6 +15,7 @@ those discussions: :glob: :maxdepth: 1 + priorities/zed-themes priorities/yoga-themes priorities/xena-themes priorities/wallaby-priorities diff --git a/priorities/zed-themes.rst b/priorities/zed-themes.rst new file mode 100644 index 00000000..c680376f --- /dev/null +++ b/priorities/zed-themes.rst @@ -0,0 +1,91 @@ +.. _zed-themes: + +================== +Zed Project Themes +================== + +Themes +====== + + +.. list-table:: Zed Themes + :widths: 50 40 10 + :header-rows: 1 + + * - Theme + - Primary Contacts + - Target + * - `CI Health`_ + - iurygregory, rpittau, TheJulia + - 1,2,3 + * - `Ironic Safeguards`_ + - TheJulia, arne_wiebalck + - 2,3 + * - `RBAC Phase 2`_ + - TheJulia + - 2,3 + * - `OpenConfig support in net-baremetal`_ + - hjensas + - 2,3 + + +Schedule Structure +------------------ + +`Zed Release Schedule `_. + +Sprint 1 +++++++++ + +The release for this sprint will happen on May (02-06) + +Sprint 2 +++++++++ + +The second release is scheduled to happen on Aug 15 - Aug 19 + +Sprint 3 +++++++++ + +This is the release that will create the stable/zed branch, +according to the release team schedule we have: + +* non-client libraries: Aug 22 - Aug 26 (R-6) +* client libraries: Aug 29 - Sep 02 (R-5) +* Final RCs and intermediary releases: Sep 26 - Sep 30 (R-1) + + +Goals Details +============= + + +CI Health +--------- + +During the PTG we notice that we need to enable CI testing for some +features that were included in other releases, and also enable upgrade +testing following the new release cadence adjustment. + +Ironic Safeguards +----------------- + +We will introduce the ability to safeguard ironic deployments when running +cleaning operations. It will be possible to limit the maximum number of +concurrent cleaning operations for nodes in the infrastructure and also be +able to specify a list of disks that should/shouldn't be cleaned for each node. + + +RBAC Phase 2 +------------ + +Following the TC goal `Consistent and Secure RBAC `_ +we will be working on the Phase 2 described during this cycle. + + +OpenConfig support in net-baremetal +----------------------------------- + +We will be adding device configuration capabilities for networking-baremetal, +since in multi-tenant BMaaS there is a need to configure the ToR network +devices (Access/Edge Switches) and many vendors have abandoned their ML2 +mechanism plug-ins to support this.