Skip to content

Commit 7bd0e28

Browse files
authored
Merge pull request #58385 from sabrinajess/CNV21228
CNV-21228: new content
2 parents 6e66248 + adfb4bd commit 7bd0e28

File tree

3 files changed

+83
-2
lines changed

3 files changed

+83
-2
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/virt-create-vms.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="virt-creating-vm-instancetype_{context}"]
7+
= Creating a virtual machine from an instance type
8+
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+
14+
You can use common instance types to install and edit customized instance types and preferences to create a virtual machine (VM).
15+
16+
.Procedure
17+
18+
. In the web console, navigate to the *InstanceTypes* tab in one of the following ways:
19+
20+
+
21+
* Click *Virtualization* -> *Catalog* -> *InstanceTypes*.
22+
* Click *Virtualization* -> *VirtualMachines* and select *From volume* in the *Create* dropdown menu.
23+
24+
. Select a volume to boot from.
25+
26+
. Select an 'InstanceType'.
27+
28+
. Select the 'InstanceType' size based on the VM's available CPUs and memory.
29+
30+
. Optional: Edit the 'VirtualMachine' details. You can edit the SSH key during this step under *Advanced settings*.
31+
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.
33+
34+
. Click *Create VirtualMachine*.
35+
36+
After the VM is created, you can monitor the status on the *VirtualMachine details* page.

virt/virt-web-console-overview.adoc

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ The *User permissions* tab displays cluster-wide user permissions for tasks.
298298
[id="ui-catalog-page_{context}"]
299299
== Catalog page
300300

301-
You can create a VirtualMachine by selecting a template on the Catalog page.
301+
You can create a VirtualMachine by selecting a template or boot source on the Catalog page.
302302

303-
.Catalog page
303+
.*Template catalog* tab
304304
[%collapsible]
305305
=====
306306
[cols="1,3a", options="header"]
@@ -333,6 +333,49 @@ By default, Red Hat templates are stored in the `openshift` project. You can edi
333333
|====
334334
=====
335335

336+
.*InstanceTypes* tab
337+
[%collapsible]
338+
339+
:FeatureName: Creating a virtual machine from an instance type
340+
include::snippets/developer-preview.adoc[]
341+
342+
=====
343+
[cols="1,3a", options="header"]
344+
|====
345+
|Element
346+
|Description
347+
348+
|*Volumes project* list
349+
|Select the volume to boot your VM from.
350+
351+
|*Add volume*
352+
|Upload a new volume or use an existing PersistentVolumeClaim (PVC).
353+
354+
|*Filter* field
355+
|Filter boot sources by operating system.
356+
357+
|Search field
358+
|Search boot sources by keyword.
359+
360+
|*Select InstanceType*
361+
|Select an instance type based on the number of CPUs and amount of memory available.
362+
363+
|*VirtualMachine details*
364+
|Displays the current VM settings. You can change the name of the VM during this step.
365+
366+
|*Advanced settings*
367+
|Add an authorized SSH key to the VM.
368+
369+
|*Start this VirtualMachine after creation* checkbox
370+
|Checked by default. Uncheck this to prevent the new VM from starting after creation.
371+
372+
|*Create VirtualMachine*
373+
|Creates a VM using the boot source and settings chosen on the *InstanceTypes* tab.
374+
|====
375+
=====
376+
377+
378+
336379
[id="ui-virtualmachines-page_{context}"]
337380
== VirtualMachines page
338381

virt/virtual_machines/virt-create-vms.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ include::modules/virt-creating-vm-custom-template.adoc[leveloffset=+1]
3636

3737
Refer to the virtual machine fields section when creating a VM from the web console.
3838

39+
include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
40+
3941
:virtualmachine:
4042
include::modules/virt-networking-wizard-fields-web.adoc[leveloffset=+3]
4143

0 commit comments

Comments
 (0)