From 0599618adde0ed16143d7e42557942bdfe26385a Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Fri, 30 May 2025 15:39:31 -0400 Subject: [PATCH] Add table - level of test/usage per strategy This patch adds a table to the strategies page to show the level of qualification and where the strategy can be triggered. Change-Id: I6991566fd5fec3f8bbae06eefa63a8b83a87eed1 --- doc/source/strategies/index.rst | 64 +++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/doc/source/strategies/index.rst b/doc/source/strategies/index.rst index 9af2667fa..728ebb227 100644 --- a/doc/source/strategies/index.rst +++ b/doc/source/strategies/index.rst @@ -6,3 +6,67 @@ Strategies :maxdepth: 1 ./* + +Strategies status matrix +------------------------ + + .. list-table:: + :widths: 20 20 20 20 + :header-rows: 1 + + * - Strategy Name + - Status + - Testing + - Can Be Triggered from Horizon (UI) + * - `Actuator `_ + - Experimental + - Unit, Integration + - No + * - `Basic Offline Server Consolidation `_ + - Experimental + - Missing + - Yes, with default values + * - `Host Maintenance Strategy `_ + - Supported + - Unit, Integration + - No (requires parameters) + * - `Node Resource Consolidation Strategy `_ + - Supported + - Unit, Integration + - Yes, with default values + * - `Noisy Neighbor `_ + - Deprecated + - Unit + - N/A + * - `Outlet Temperature Based Strategy `_ + - Experimental + - Unit + - Yes, with default values + * - `Saving Energy Strategy `_ + - Experimental + - Unit + - Yes, with default values + * - `Storage Capacity Balance `_ + - Experimental + - Unit + - Yes, with default values + * - `Uniform Airflow Migration Strategy `_ + - Experimental + - Unit + - Yes, with default values + * - `VM Workload Consolidation Strategy `_ + - Supported + - Unit, Integration + - Yes, with default values + * - `Watcher Overload Standard Deviation Algorithm `_ + - Experimental + - Missing + - Yes, with default values + * - `Workload Balance Migration Strategy `_ + - Supported + - Unit, Integration + - Yes, with default values + * - `Zone Migration `_ + - Supported (Instance migrations), Experimental (Volume migration) + - Unit, Some Integration + - No