Skip to content

WIP: CNV-55957: Add documentation for the new tree view #93239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions modules/virt-controlling-multiple-vms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ You can start, stop, restart, pause, and unpause multiple virtual machines from
.Procedure

. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
. Optional: To limit the number of displayed virtual machines, select a relevant project from the *Projects* list.
. Select a checkbox next to the virtual machines you want to work with. To select all virtual machines, click the checkbox in the *VirtualMachines* table header.
. Click *Actions* and select the intended action from the menu.

. Optional: Enable the *Show only projects with VirtualMachines* option above the tree view to limit the displayed projects.

. Select a relevant project from the tree view.

. Navigate to the appropriate menu for your use case:

* To change the state of all virtual machines in the selected project:

.. Right-click the name of the project in the tree view and select the intended action from the menu.

* To change the state of specific virtual machines:

.. Select a checkbox next to the virtual machines you want to work with. To select all virtual machines, click the checkbox in the *VirtualMachines* table header.
.. Click *Actions* and select the intended action from the menu.
8 changes: 7 additions & 1 deletion modules/virt-pausing-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ You can pause a virtual machine from the web console.

. Click *Virtualization* -> *VirtualMachines* from the side menu.

. Find the row that contains the virtual machine that you want to pause.
. In the tree view, select the project that contains the virtual machine that you want to pause.

. Navigate to the appropriate menu for your use case:

* To stay on this page, where you can perform actions on multiple virtual machines:

.. Click the Options menu {kebab} located at the far right end of the row and click *Pause VirtualMachine*.

* To pause the virtual machine from the tree view:

.. Click the *>* icon next to the project name to expand it.

.. Right-click the name of the virtual machine and select *Pause*.

* To view comprehensive information about the selected virtual machine before you pause it:

.. Access the *VirtualMachine details* page by clicking the name of the virtual machine.
Expand Down
8 changes: 7 additions & 1 deletion modules/virt-restarting-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,20 @@ To avoid errors, do not restart a virtual machine while it has a status of *Impo

. Click *Virtualization* -> *VirtualMachines* from the side menu.

. Find the row that contains the virtual machine that you want to restart.
. In the tree view, select the project that contains the virtual machine that you want to restart.

. Navigate to the appropriate menu for your use case:

* To stay on this page, where you can perform actions on multiple virtual machines:

.. Click the Options menu {kebab} located at the far right end of the row and click *Restart*.

* To restart the virtual machine from the tree view:

.. Click the *>* icon next to the project name to expand it.

.. Right-click the name of the virtual machine and select *Restart*.

* To view comprehensive information about the selected virtual machine before
you restart it:

Expand Down
8 changes: 7 additions & 1 deletion modules/virt-starting-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ You can start a virtual machine from the web console.

. Click *Virtualization* -> *VirtualMachines* from the side menu.

. Find the row that contains the virtual machine that you want to start.
. In the tree view, select the project that contains the virtual machine that you want to start.

. Navigate to the appropriate menu for your use case:

* To stay on this page, where you can perform actions on multiple virtual machines:

.. Click the Options menu {kebab} located at the far right end of the row and click *Start VirtualMachine*.

* To start the virtual machine from the tree view:

.. Click the *>* icon next to the project name to expand it.

.. Right-click the name of the virtual machine and select *Start*.

* To view comprehensive information about the selected virtual machine before you start it:

.. Access the *VirtualMachine details* page by clicking the name of the virtual machine.
Expand Down
10 changes: 8 additions & 2 deletions modules/virt-stopping-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@ You can stop a virtual machine from the web console.

. Click *Virtualization* -> *VirtualMachines* from the side menu.

. Find the row that contains the virtual machine that you want to stop.
. In the tree view, select the project that contains the virtual machine that you want to stop.

. Navigate to the appropriate menu for your use case:

* To stay on this page, where you can perform actions on multiple virtual machines:

.. Click the Options menu {kebab} located at the far right end of the row and click *Stop VirtualMachine*.

* To stop the virtual machine from the tree view:

.. Click the *>* icon next to the project name to expand it.

.. Right-click the name of the virtual machine and select *Stop*.

* To view comprehensive information about the selected virtual machine before you stop it:

.. Access the *VirtualMachine details* page by clicking the name of the virtual machine.

.. Click *Actions* → *Stop*.
.. Click *Actions* → *Stop*.
8 changes: 7 additions & 1 deletion modules/virt-unpausing-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ You can unpause a paused virtual machine from the web console.

. Click *Virtualization* -> *VirtualMachines* from the side menu.

. Find the row that contains the virtual machine that you want to unpause.
. In the tree view, select the project that contains the virtual machine that you want to unpause.

. Navigate to the appropriate menu for your use case:

* To stay on this page, where you can perform actions on multiple virtual machines:

.. Click the Options menu {kebab} located at the far right end of the row and click *Unpause VirtualMachine*.

* To unpause the virtual machine from the tree view:

.. Click the *>* icon next to the project name to expand it.

.. Right-click the name of the virtual machine and select *Unpause*.

* To view comprehensive information about the selected virtual machine before
you unpause it:

Expand Down