You can update a virtual machine template in the web console, either by editing the full configuration in the YAML editor or by selecting a custom template in the Templates tab and modifying the editable items.
Edit select values of a virtual machine template in the web console by clicking the pencil icon next to the relevant field. Other values can be edited using the CLI.
Labels and annotations are editable for both preconfigured Red Hat templates and your custom virtual machine templates. All other values are editable only for custom virtual machine templates that users have created using the Red Hat templates or the Create Virtual Machine Template wizard.
Click Workloads → Virtualization from the side menu.
Click the Templates tab.
Select a virtual machine template.
Click the VM Template Details tab.
Click the pencil icon to make a field editable.
Make the relevant changes and click Save.
Editing a virtual machine template will not affect virtual machines already created from that template.
You can edit the YAML configuration of a virtual machine template from the web console.
Some parameters cannot be modified. If you click Save with an invalid configuration, an error message indicates the parameter that cannot be modified.
Navigating away from the YAML screen while editing cancels any changes to the configuration that you made. |
In the OpenShift Virtualization console, click Workloads → Virtualization from the side menu.
Click the Templates tab.
Select a template to open the VM Template Details screen.
Click the YAML tab to display the editable configuration.
Edit the file and click Save.
A confirmation message, which includes the updated version number for the object, shows that the YAML configuration was successfully edited.
Use this procedure to add a virtual disk to a virtual machine template.
Click Workloads → Virtualization from the side menu.
Click the Templates tab.
Select a virtual machine template to open the VM Template Details screen.
Click the Disks tab.
In the Add Disk window, specify the Source, Name, Size, Type, Interface, and Storage Class.
Optional: In the Advanced list, specify the Volume Mode and Access Mode for the virtual disk. If you do not specify these parameters, the system uses the default values from the kubevirt-storage-class-defaults
config map.
Click Add.
Use this procedure to add a network interface to a virtual machine template.
Click Workloads → Virtualization from the side menu.
Click the Templates tab.
Select a virtual machine template to open the VM Template Details screen.
Click the Network Interfaces tab.
Click Add Network Interface.
In the Add Network Interface window, specify the Name, Model, Network, Type, and MAC Address of the network interface.
Click Add.
Use the following procedure to edit CD-ROMs for virtual machine templates.
Click Workloads → Virtualization from the side menu.
Click the Templates tab.
Select a virtual machine template to open the VM Template Details screen.
Click the Disks tab.
Click the Options menu for the CD-ROM that you want to edit and select Edit.
In the Edit CD-ROM window, edit the fields: Source, Persistent Volume Claim, Name, Type, and Interface.
Click Save.