1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

CNV-37943

This commit is contained in:
sbeskin
2024-07-08 12:46:28 +03:00
committed by openshift-cherrypick-robot
parent 9a75edd188
commit 9962f1cd5d
4 changed files with 28 additions and 3 deletions

View File

@@ -18,9 +18,10 @@ Optional: You can customize template or VM parameters, such as data sources, clo
The catalog displays the default templates. Click *All Items* to view all available templates for your filters.
. Click a template tile to view its details.
. Click *Quick create VirtualMachine* to create a VM from the template.
. Optional: If you are using a Windows template, you can mount a Windows driver disk by selecting the *Mount Windows drivers disk* checkbox.
. If you do not need to customize the template or VM parameters, click *Quick create VirtualMachine* to create a VM from the template.
+
Optional: Customize the template or VM parameters:
If you need to customize the template or VM parameters, do the following:
.. Click *Customize VirtualMachine*.
.. Expand *Storage* or *Optional parameters* to edit data source settings.
@@ -32,3 +33,4 @@ The *Customize and create VirtualMachine* pane displays the *Overview*, *YAML*,
.. Click *Create VirtualMachine*.
+
The *VirtualMachine details* page displays the provisioning status.

View File

@@ -78,6 +78,10 @@ endif::[]
ifdef::dynamic-key[]
. Set *Dynamic SSH key injection* in the *VirtualMachine details* section to on.
endif::[]
. Optional: If you are creating a Windows VM, you can mount a Windows driver disk:
.. Click the *Customize VirtualMachine* button.
.. On the *VirtualMachine details* page, click *Storage*.
.. Select the *Mount Windows drivers disk* checkbox.
. Optional: Click *View YAML & CLI* to view the YAML file. Click *CLI* to view the CLI commands. You can also download or copy either the YAML file contents or the CLI commands.
. Click *Create VirtualMachine*.

View File

@@ -0,0 +1,19 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-edit-vms.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-mounting-windows-driver-disk-on-vm_{context}"]
= Mounting a Windows driver disk on a virtual machine
You can mount a Windows driver disk on a virtual machine (VM) by using the {product-title} web console.
.Procedure
. Navigate to *Virtualization* -> *VirtualMachines*.
. Select the required VM to open the *VirtualMachine details* page.
. On the *Configuration* tab, click *Storage*.
. Select the *Mount Windows drivers disk* checkbox.
+
The Windows driver disk is displayed in the list of mounted disks.

View File

@@ -19,7 +19,7 @@ include::modules/virt-editing-vm-cli.adoc[leveloffset=+1]
include::modules/virt-add-disk-to-vm.adoc[leveloffset=+1]
include::modules/virt-storage-wizard-fields-web.adoc[leveloffset=+2]
include::modules/virt-mounting-windows-driver-disk-on-vm.adoc[leveloffset=+1]
include::modules/virt-adding-secret-configmap-service-account-to-vm.adoc[leveloffset=+1]
[discrete]