Skip to content

Commit 2879026

Browse files
authored
Merge pull request #60803 from sabrinajess/CNV28722
CNV-28722 - InstanceTypes content
2 parents 0d8eabe + 6881963 commit 2879026

File tree

3 files changed

+47
-43
lines changed

3 files changed

+47
-43
lines changed

modules/virt-creating-vm-instancetype.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66
[id="virt-creating-vm-instancetype_{context}"]
77
= Creating a virtual machine from an instance type
88

9-
[IMPORTANT]
10-
====
11-
This is a Developer Preview feature only. Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
12-
====
13-
149
You can use common instance types to install and edit customized instance types and preferences to create a virtual machine (VM).
1510

16-
.Procedure
11+
:FeatureName: Creating a virtual machine from an instance type
12+
include::snippets/technology-preview.adoc[]
1713

18-
. In the web console, navigate to the *InstanceTypes* tab in one of the following ways:
14+
.Procedure
1915

20-
+
21-
* Click *Virtualization* -> *Catalog* -> *InstanceTypes*.
22-
* Click *Virtualization* -> *VirtualMachines* and select *From volume* in the *Create* dropdown menu.
16+
. In the web console, navigate to *Virtualization* -> *Catalog* -> *InstanceTypes*.
2317

2418
. Select a volume to boot from.
2519

26-
. Select an 'InstanceType'.
20+
+
21+
[NOTE]
22+
====
23+
The volumes list shows only volumes that exist in the `openshift-virtualization-os-images` namespace and have the `instancetype.kubevirt.io/default-preference` label.
24+
====
25+
26+
. Select an instance type from the 'InstanceType' list.
2727

2828
. Select the 'InstanceType' size based on the VM's available CPUs and memory.
2929

30-
. Optional: Edit the 'VirtualMachine' details. You can edit the SSH key during this step under *Advanced settings*.
30+
. Optional: Edit the *VirtualMachine details*. You can edit the SSH key during this step under *Advanced settings*.
3131

32-
. Optional: Uncheck *Start this VirtualMachine after creation* to prevent the VM from starting automatically. By default, this box is checked and the VM will start after creation.
32+
. Optional: Clear the *Start this VirtualMachine after creation* checkbox to prevent the VM from starting automatically.
3333

3434
. Click *Create VirtualMachine*.
3535

virt/getting_started/virt-web-console-overview.adoc

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -347,43 +347,47 @@ By default, Red Hat templates are stored in the `openshift` project. You can edi
347347
|====
348348
=====
349349

350-
// .*InstanceTypes* tab
351-
// [%collapsible]
350+
[id="virtualization-instancetype_{context}"]
351+
=== InstanceTypes tab
352352

353-
// =====
354-
// [cols="1,3a", options="header"]
355-
// |====
356-
// |Element
357-
// |Description
353+
:FeatureName: Creating a virtual machine from an instance type
354+
include::snippets/technology-preview.adoc[]
358355

359-
// |*Volumes project* list
360-
// |Select the volume to boot your VM from.
356+
[%collapsible]
357+
=====
358+
[cols="1,3a", options="header"]
359+
|====
360+
|Element
361+
|Description
361362
362-
// |*Add volume*
363-
// |Upload a new volume or use an existing PersistentVolumeClaim (PVC).
363+
|*Volumes project*
364+
|The current namespace.
364365
365-
// |*Filter* field
366-
// |Filter boot sources by operating system.
366+
|*Select volume to boot from*
367+
|Select a volume from the list to boot your virtual machine from.
367368
368-
// |Search field
369-
// |Search boot sources by keyword.
369+
|*Add volume*
370+
|Upload a new volume or use an existing PersistentVolumeClaim.
370371
371-
// |*Select InstanceType*
372-
// |Select an instance type based on the number of CPUs and amount of memory available.
372+
|*Filter* field
373+
|Filter boot sources by operating system.
374+
375+
|Search field
376+
|Search boot sources by keyword.
373377
374-
// |*VirtualMachine details*
375-
// |Displays the current VM settings. You can change the name of the VM during this step.
378+
|*Select InstanceType*
379+
|Select an instance type based on the number of CPUs and amount of memory available.
376380
377-
// |*Advanced settings*
378-
// |Add an authorized SSH key to the VM.
381+
|*VirtualMachine details* pane
382+
|Displays the current virtual machine settings. You can change the name of the virtual machine during this step.
379383
380-
// |*Start this VirtualMachine after creation* checkbox
381-
// |Checked by default. Uncheck this to prevent the new VM from starting after creation.
384+
|*Start this VirtualMachine after creation* checkbox
385+
|Clear this checkbox to prevent the virtual machine from starting automatically.
382386
383-
// |*Create VirtualMachine*
384-
// |Creates a VM using the boot source and settings chosen on the *InstanceTypes* tab.
385-
// |====
386-
// =====
387+
|*Create VirtualMachine*
388+
|Creates a virtual machine using the boot source and settings chosen on the *InstanceTypes* tab.
389+
|====
390+
=====
387391

388392
[id="ui-virtualmachines-page"]
389393
== VirtualMachines page

virt/virtual_machines/virt-create-vms.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ include::modules/virt-creating-vm-custom-template.adoc[leveloffset=+1]
3939

4040
Refer to the virtual machine fields section when creating a VM from the web console.
4141

42-
// include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
43-
// uncomment this line when InstanceType becomes TP or GA
44-
4542
:virtualmachine:
4643
include::modules/virt-networking-wizard-fields-web.adoc[leveloffset=+2]
4744

@@ -61,6 +58,9 @@ include::modules/virt-vm-storage-volume-types.adoc[leveloffset=+1]
6158

6259
include::modules/virt-about-runstrategies-vms.adoc[leveloffset=+1]
6360

61+
include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
62+
63+
6464
[id="additional-resources_virt-create-vms_{context}"]
6565
[role="_additional-resources"]
6666
== Additional resources

0 commit comments

Comments
 (0)