Skip to content

Commit fa57adf

Browse files
authored
Merge pull request #57756 from apinnick/CNV-27405-vm-config-tab
CNV-27405: VM configuration tab
2 parents 57471a6 + 4f5131f commit fa57adf

18 files changed

+233
-338
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3566,8 +3566,6 @@ Topics:
35663566
File: virt-installing-qemu-guest-agent
35673567
- Name: Viewing the QEMU guest agent information for virtual machines
35683568
File: virt-viewing-qemu-guest-agent-web
3569-
- Name: Managing config maps, secrets, and service accounts in virtual machines
3570-
File: virt-managing-configmaps-secrets-service-accounts
35713569
- Name: Installing VirtIO driver on an existing Windows virtual machine
35723570
File: virt-installing-virtio-drivers-on-existing-windows-vm
35733571
- Name: Installing VirtIO driver on a new Windows virtual machine

modules/virt-about-qemu-guest-agent-web.adoc

Lines changed: 0 additions & 16 deletions
This file was deleted.

modules/virt-add-disk-to-vm.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ ifeval::["{context}" == "virt-edit-vms"]
1111
:object: virtual machine
1212
:object-gui: VirtualMachines
1313
:object-vm-overview: VirtualMachine details
14+
:tab: Configuration -> Disks
1415
endif::[]
1516

1617
ifeval::["{context}" == "virt-editing-vm-template"]
1718
:virt-vm-template:
1819
:object: virtual machine template
1920
:object-gui: Templates
2021
:object-vm-overview: Template details
22+
:tab: Disks
2123
endif::[]
2224

2325
:_content-type: PROCEDURE
@@ -31,11 +33,11 @@ Use this procedure to add a virtual disk to a {object}.
3133

3234
. Click *Virtualization* -> *{object-gui}* from the side menu.
3335

34-
. Select a {object} to open the *{object-vm-overview}* screen.
36+
. Select a {object} to open the *{object-vm-overview}* page.
3537

36-
. Click the *Disks* tab and then click *Add disk*.
38+
. On the *{tab}* tab, click *Add disk*.
3739

38-
. In the *Add disk* window, specify the *Source*, *Name*, *Size*, *Type*, *Interface*, and *Storage Class*.
40+
. Specify the *Source*, *Name*, *Size*, *Type*, *Interface*, and *Storage Class*.
3941

4042
.. Optional: You can enable preallocation if you use a blank disk source and require maximum write performance when creating data volumes. To do so, select the *Enable preallocation* checkbox.
4143

modules/virt-add-nic-to-vm.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ ifeval::["{context}" == "virt-edit-vms"]
88
:object: virtual machine
99
:object-gui: VirtualMachines
1010
:object-vm-overview: VirtualMachine details
11+
:tab: Configuration -> Network interfaces
1112
endif::[]
1213

1314
ifeval::["{context}" == "virt-editing-vm-template"]
1415
:virt-vm-template:
1516
:object: virtual machine template
1617
:object-gui: Templates
1718
:object-vm-overview: Template details
19+
:tab: Network interfaces
1820
endif::[]
1921

2022
:_content-type: PROCEDURE
@@ -28,11 +30,9 @@ Use this procedure to add a network interface to a {object}.
2830

2931
. Click *Virtualization* -> *{object-gui}* from the side menu.
3032

31-
. Select a {object} to open the *{object-vm-overview}* screen.
33+
. Select a {object} to open the *{object-vm-overview}* page.
3234

33-
. Click the *Network Interfaces* tab.
34-
35-
. Click *Add Network Interface*.
35+
. On the *{tab}* tab, click *Add Network Interface*.
3636

3737
. In the *Add Network Interface* window, specify the *Name*, *Model*, *Network*, *Type*, and *MAC Address* of the network interface.
3838

modules/virt-adding-secret-configmap-service-account-to-vm.adoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * virt/virtual_machines/virt-managing-configmaps-secrets-service-accounts.adoc
3+
// * virt/virtual_machines/virt-edit-vms.adoc
44

55
:_content-type: PROCEDURE
66
[id="virt-adding-secret-configmap-service-account-to-vm_{context}"]
@@ -11,7 +11,7 @@ You add a secret, config map, or service account to a virtual machine by using t
1111

1212
These resources are added to the virtual machine as disks. You then mount the secret, config map, or service account as you would mount any other disk.
1313

14-
If the virtual machine is running, changes will not take effect until you restart the virtual machine. The newly added resources are marked as pending changes for both the *Environment* and *Disks* tab in the *Pending Changes* banner at the top of the page.
14+
If the virtual machine is running, changes do not take effect until you restart the virtual machine. The newly added resources are marked as pending changes at the top of the page.
1515

1616
.Prerequisites
1717

@@ -20,20 +20,16 @@ If the virtual machine is running, changes will not take effect until you restar
2020
.Procedure
2121

2222
. Click *Virtualization* -> *VirtualMachines* from the side menu.
23-
2423
. Select a virtual machine to open the *VirtualMachine details* page.
25-
26-
. In the *Environment* tab, click *Add Config Map, Secret or Service Account*.
27-
24+
. Click *Configuration* -> *Environment*.
25+
. Click *Add Config Map, Secret or Service Account*.
2826
. Click *Select a resource* and select a resource from the list. A six character serial number is automatically generated for the selected resource.
29-
3027
. Optional: Click *Reload* to revert the environment to its last saved state.
31-
3228
. Click *Save*.
3329

3430
.Verification
3531

36-
. On the *VirtualMachine details* page, click the *Disks* tab and verify that the secret, config map, or service account is included in the list of disks.
32+
. On the *VirtualMachine details* page, click *Configuration* -> *Disks* and verify that the resource is displayed in the list of disks.
3733

3834
. Restart the virtual machine by clicking *Actions* -> *Restart*.
3935

modules/virt-edit-cdrom-vm.adoc

Lines changed: 0 additions & 51 deletions
This file was deleted.

modules/virt-enabling-dedicated-resources.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ ifeval::["{context}" == "virt-dedicated-resources-vm-template"]
1010
:virt-vm-template:
1111
:object: virtual machine template
1212
:object-gui: Template
13+
:tab: Scheduling
1314
endif::[]
1415

1516
ifeval::["{context}" == "virt-dedicated-resources-vm"]
1617
:virt-vm:
1718
:object: virtual machine
1819
:object-gui: VirtualMachine
20+
:tab: Configuration -> Scheduling
1921
endif::[]
2022

2123
:_content-type: PROCEDURE
@@ -28,7 +30,7 @@ You enable dedicated resources for a {object} in the *Details* tab. Virtual mach
2830

2931
. In the {product-title} console, click *Virtualization* -> *{object-gui}s* from the side menu.
3032
. Select a {object} to open the *{object-gui} details* page.
31-
. On the *Scheduling* tab, click the pencil icon beside *Dedicated Resources*.
33+
. On the *{tab}* tab, click the edit icon beside *Dedicated Resources*.
3234
. Select *Schedule this workload with dedicated resources (guaranteed policy)*.
3335
. Click *Save*.
3436

modules/virt-generalizing-windows-sysprep.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Before generalizing the VM, you must ensure the `sysprep` tool cannot detect an
1414

1515
. In the {product-title} console, click *Virtualization* -> *VirtualMachines*.
1616
. Select a Windows VM to open the *VirtualMachine details* page.
17-
. Click the *Disks* tab.
18-
. Click the Options menu {kebab} for the `sysprep` disk and select *Detach*.
17+
. Click *Configuration* -> *Disks*.
18+
. Click the Options menu {kebab} beside the `sysprep` disk and select *Detach*.
1919
. Click *Detach*.
2020
. Rename `C:\Windows\Panther\unattend.xml` to avoid detection by the `sysprep` tool.
2121

modules/virt-hot-plugging-a-virtual-disk-using-the-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Hot plug virtual disks that you want to attach to a virtual machine instance (VM
1717

1818
. Select the running virtual machine to which you want to hot plug a virtual disk.
1919

20-
. On the *VirtualMachine details* page, click the *Disks* tab.
20+
. On the *VirtualMachine details* page, click *Configuration* -> *Disks*.
2121

2222
. Click *Add disk*.
2323

modules/virt-hot-unplugging-a-virtual-disk-using-the-web-console.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Hot unplug virtual disks that you want to detach from a virtual machine instance
1414
.Procedure
1515

1616
. Click *Virtualization* -> *VirtualMachines* from the side menu.
17-
1817
. Select the running virtual machine with the disk you want to hot unplug to open the *VirtualMachine details* page.
19-
20-
. On the *Disks* tab, click the Options menu {kebab} of the virtual disk that you want to hot unplug.
21-
18+
. Click *Configuration* -> *Disks*.
19+
. Click the Options menu {kebab} beside the virtual disk that you want to hot unplug and select *Detach*.
2220
. Click *Detach*.

0 commit comments

Comments
 (0)