Skip to content
Merged
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
6 changes: 3 additions & 3 deletions modules/virt-creating-vm-instancetype.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ You can use common instance types to install and edit customized instance types

.Procedure

. In the web console, navigate to the *InstanceTypes* tab in one of the following ways:
. In the web console, navigate to the *InstanceTypes* tab in one of the following ways:

+
* Click *Virtualization* -> *Catalog* -> *InstanceTypes*.
* Click *Virtualization* -> *VirtualMachines* and select *From volume* in the *Create* dropdown menu.
* Click *Virtualization* -> *VirtualMachines* and select *From volume* in the *Create* dropdown menu.

. Select a volume to boot from.

. Select an 'InstanceType'.
. Select an 'InstanceType'.

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

Expand Down
59 changes: 27 additions & 32 deletions virt/virt-web-console-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -333,48 +333,43 @@ By default, Red Hat templates are stored in the `openshift` project. You can edi
|====
=====

.*InstanceTypes* tab
[%collapsible]
// .*InstanceTypes* tab
// [%collapsible]

:FeatureName: Creating a virtual machine from an instance type
include::snippets/developer-preview.adoc[]
// =====
// [cols="1,3a", options="header"]
// |====
// |Element
// |Description

=====
[cols="1,3a", options="header"]
|====
|Element
|Description
// |*Volumes project* list
// |Select the volume to boot your VM from.

|*Volumes project* list
|Select the volume to boot your VM from.
// |*Add volume*
// |Upload a new volume or use an existing PersistentVolumeClaim (PVC).

|*Add volume*
|Upload a new volume or use an existing PersistentVolumeClaim (PVC).
// |*Filter* field
// |Filter boot sources by operating system.

|*Filter* field
|Filter boot sources by operating system.
// |Search field
// |Search boot sources by keyword.

|Search field
|Search boot sources by keyword.

|*Select InstanceType*
|Select an instance type based on the number of CPUs and amount of memory available.

|*VirtualMachine details*
|Displays the current VM settings. You can change the name of the VM during this step.
// |*Select InstanceType*
// |Select an instance type based on the number of CPUs and amount of memory available.

|*Advanced settings*
|Add an authorized SSH key to the VM.
// |*VirtualMachine details*
// |Displays the current VM settings. You can change the name of the VM during this step.

|*Start this VirtualMachine after creation* checkbox
|Checked by default. Uncheck this to prevent the new VM from starting after creation.

|*Create VirtualMachine*
|Creates a VM using the boot source and settings chosen on the *InstanceTypes* tab.
|====
=====
// |*Advanced settings*
// |Add an authorized SSH key to the VM.

// |*Start this VirtualMachine after creation* checkbox
// |Checked by default. Uncheck this to prevent the new VM from starting after creation.

// |*Create VirtualMachine*
// |Creates a VM using the boot source and settings chosen on the *InstanceTypes* tab.
// |====
// =====

[id="ui-virtualmachines-page_{context}"]
== VirtualMachines page
Expand Down
3 changes: 2 additions & 1 deletion virt/virtual_machines/virt-create-vms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ include::modules/virt-creating-vm-custom-template.adoc[leveloffset=+1]

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

include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
// include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
// uncomment this line when InstanceType becomes TP or GA

:virtualmachine:
include::modules/virt-networking-wizard-fields-web.adoc[leveloffset=+3]
Expand Down