|
3 | 3 | // * virt/vm_templates/virt-creating-vm-template.adoc |
4 | 4 |
|
5 | 5 | [id="virt-creating-template-wizard-web_{context}"] |
6 | | -= Creating a virtual machine template with the interactive wizard in the web console |
| 6 | += Creating a virtual machine template with the wizard in the web console |
7 | 7 |
|
8 | | -The web console features an interactive wizard that guides you through the *General*, |
9 | | -*Networking*, *Storage*, *Advanced*, and *Review* steps to simplify the process of creating virtual machine templates. |
10 | | -All required fields are marked with a `*`. The wizard prevents you from moving to the next step |
11 | | -until you provide values in the required fields. |
| 8 | +The web console features the *Create Virtual Machine Template* wizard that guides you through the *General*, *Networking*, *Storage*, *Advanced*, and *Review* steps to simplify the process of creating virtual machine templates. All required fields are marked with a ++*++. The *Create Virtual Machine Template* wizard prevents you from moving to the next step until you provide values in the required fields. |
| 9 | + |
| 10 | +[NOTE] |
| 11 | +==== |
| 12 | +The wizard guides you to create a custom virtual machine template where you specify the operating system, boot source, flavor, and other settings. |
| 13 | +==== |
12 | 14 |
|
13 | 15 | .Procedure |
14 | 16 |
|
15 | 17 | . In the {VirtProductName} console, click *Workloads* -> *Virtualization* from the side menu. |
16 | | -. Click the *Virtual Machine Templates* tab. |
17 | | -. Click *Create Template* and select *New with Wizard*. |
| 18 | + |
| 19 | +. Click the *Templates* tab. |
| 20 | + |
| 21 | +. Click *Create* and select *Template with Wizard*. |
| 22 | + |
18 | 23 | . Fill in all required fields in the *General* step. |
19 | | -. Click *Next* to progress to the *Networking* screen. A NIC that is named `nic0` is attached by default. |
| 24 | + |
| 25 | +. Click *Next* to progress to the *Networking* step. A NIC that is named `nic0` is attached by default. |
| 26 | + |
20 | 27 | .. Optional: Click *Add Network Interface* to create additional NICs. |
| 28 | + |
21 | 29 | .. Optional: You can remove any or all NICs by clicking the Options menu {kebab} and selecting *Delete*. Virtual machines created from a template do not need a NIC attached. NICs can be created after a virtual machine has been created. |
22 | | -. Click *Next* to progress to the *Storage* screen. |
23 | | -.. Optional: Click *Add Disk* to create additional disks. |
24 | | -.. Optional: Click a disk to modify available fields. Click the ✓ button to save the changes. |
25 | | -.. Optional: Click *Disk* to choose an available disk from the *Select Storage* list. |
| 30 | + |
| 31 | +. Click *Next* to progress to the *Storage* step. |
| 32 | + |
| 33 | +. Click *Add Disk* to add a disk, and complete your selections for the fields in the *Add Disk* screen. |
26 | 34 | + |
27 | 35 | [NOTE] |
28 | 36 | ==== |
29 | | -If either *URL* or *Container* are selected as the *Source* in the *General* step, a `rootdisk` disk is created and attached to virtual machines as the *Bootable Disk*. You can modify the `rootdisk` but you cannot remove it. |
| 37 | +If either *Import via URL (creates PVC)* or *Import via Registry (creates PVC)* is selected as the *Source*, a `rootdisk` disk is created and attached to virtual machines as the *Bootable Disk*. |
30 | 38 |
|
31 | 39 | A *Bootable Disk* is not required for virtual machines provisioned from a *PXE* source if there are no disks attached to the virtual machine. If one or more disks are attached to the virtual machine, you must select one as the *Bootable Disk*. |
32 | 40 | ==== |
33 | 41 |
|
34 | | -. Click *Create Virtual Machine Template >*. The *Results* screen displays the JSON configuration file for the virtual machine template. |
35 | | -+ |
36 | | -The template is listed in the *Virtual Machine Templates* tab. |
| 42 | +. Optional: Click *Advanced* to configure Cloud-init. |
| 43 | + |
| 44 | +. Click *Review* to review and confirm your settings. |
| 45 | + |
| 46 | +. Click *Create Virtual Machine template*. |
| 47 | + |
| 48 | +. Click *See virtual machine template details* to view details about the virtual machine template. |
| 49 | + |
| 50 | +The template is also listed in the *Templates* tab. |
0 commit comments