From 28e63c0d2f3e091ccb90a0a3e1ac349421419657 Mon Sep 17 00:00:00 2001 From: nvazquez Date: Tue, 7 Jan 2025 09:30:21 -0300 Subject: [PATCH 1/2] Extend Comments section --- source/adminguide/management.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/source/adminguide/management.rst b/source/adminguide/management.rst index 78d49176e6..05e9eabf4f 100644 --- a/source/adminguide/management.rst +++ b/source/adminguide/management.rst @@ -113,6 +113,33 @@ To display all the comments on the objects that the logged in User (or administr 3. Select the 'All Comments' filter +Use Cases +~~~~~~~~~ + +- As either a user or admin of an ACS environment, it is possible to make text comments against cloud elements such as VMs, volumes, networks, etc. + +- As well as the above elements, as admin, it is possible to make text comments against infrastructure elements such as hosts, zones, storage pools, etc. + +- As either a user or admin, it is possible to see the historic comments made by others. It is easily possible to access those comments in the UI from the object itself. Those comments are shown most recent first. + +- When looking at comments for any object, it is possible to see who made that comment (username) and when they made it (date stamp). + +- As a user, it is possible to see all the historic comments for an object that they have access to. + +- As an administrator it is possible to see all of the historic comments for an object made by the administrator and other users. + +- As a user, it is possible to delete comments created by them. + +- As an administrator, it is possible to delete any comment. + +- As a comment can be used to form an audit of an object’s history, comments cannot be edited by anybody. + +- As an administrator, it is possible to specify whether a comment can: + + - only be viewed by the administrator and other administrators. + + - be viewed by all users with access to the object. + Reporting CPU Sockets --------------------- From f738bdfc6a2c6e4ce8d0ceca9cdc45f80733e0d6 Mon Sep 17 00:00:00 2001 From: Nicolas Vazquez Date: Tue, 7 Jan 2025 22:08:10 -0300 Subject: [PATCH 2/2] Update source/adminguide/management.rst Co-authored-by: NuxRo --- source/adminguide/management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/adminguide/management.rst b/source/adminguide/management.rst index 05e9eabf4f..a7841ede7f 100644 --- a/source/adminguide/management.rst +++ b/source/adminguide/management.rst @@ -116,7 +116,7 @@ To display all the comments on the objects that the logged in User (or administr Use Cases ~~~~~~~~~ -- As either a user or admin of an ACS environment, it is possible to make text comments against cloud elements such as VMs, volumes, networks, etc. +- As either a user or admin of an ACS environment, it is possible to make text comments against cloud elements such as VMs, volumes, networks etc that they have access to. - As well as the above elements, as admin, it is possible to make text comments against infrastructure elements such as hosts, zones, storage pools, etc.