Skip to content

Commit 65a91ca

Browse files
authored
Merge pull request #60992 from abrennan89/RHDEVDOCS-2454
RHDEVDOCS-1817 + RHDEVDOCS-2454: Creating a VM via the +Add view of ODC and viewing VMs
2 parents c9b3ff7 + 5876727 commit 65a91ca

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

modules/odc-creating-vms.adoc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/virt-create-vms.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="odc-creating-vms_{context}"]
7+
= Using the Developer perspective to create a virtual machine
8+
9+
You can create a virtual machine by using the *Developer* perspective of the {product-title} web console.
10+
11+
.Prerequisites
12+
13+
* A cluster administrator has installed the {VirtProductName} Operator in your cluster.
14+
* You have logged in to the {product-title} web console and are in the *Developer* perspective.
15+
16+
.Procedure
17+
18+
. In the *+Add* view, click the *Virtual Machines* tile to see the *Create new VirtualMachine* page.
19+
20+
. Select a virtual machine type from the *Template catalog*.
21+
22+
. Click *Quick create VirtualMachine* to create a virtual machine with no further input, or click *Customize VirtualMachine* to see the *Customize Template parameters* page.
23+
+
24+
[NOTE]
25+
====
26+
For Microsoft Windows virtual machines, only the *Customize VirtualMachine* option is available.
27+
====
28+
29+
. If you choose to customize your virtual machine, you can modify *Storage* and *Optional Parameters* settings on the *Customize Template parameters* page. When you have finished customizing your virtual machine settings, click *Next* to see the *Review and create VirtualMachine* page. Review your settings, then click *Create VirtualMachine*.
30+
31+
. You can view virtual machines that you have created in the *Topology* view.
32+
** Select your virtual machine in the graph view to see the details panel.
33+
** Click the *List view* icon (image:odc_list_view_icon.png[title="List view icon"]) to see a list of all your virtual machines, and use the *Graph view* icon (image:odc_topology_view_icon.png[title="Topology view icon"]) to switch back to the graph view.

virt/virtual_machines/virt-create-vms.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toc::[]
88

99
Use one of these procedures to create a virtual machine:
1010

11+
* Using the web console *Developer* perspective *+Add* page
1112
* Quick Start guided tour
1213
* Quick create from the *Catalog*
1314
* Pasting a pre-configured YAML file with the virtual machine wizard
@@ -28,6 +29,8 @@ Templates without a boot source are labeled as *Boot source required*. You can u
2829
Due to differences in storage behavior, some virtual machine templates are incompatible with {sno}. To ensure compatibility, do not set the `evictionStrategy` field for any templates or virtual machines that use data volumes or storage profiles.
2930
====
3031

32+
include::modules/odc-creating-vms.adoc[leveloffset=+1]
33+
3134
include::modules/virt-creating-vm-quick-start-web.adoc[leveloffset=+1]
3235

3336
include::modules/virt-quick-creating-vm.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)