mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/virt-edit-vms.adoc
|
|
// * virt/vm_templates/virt-editing-vm-template.adoc
|
|
|
|
// Establishing conditionals so content can be re-used for editing VMs
|
|
// and VM templates.
|
|
|
|
ifeval::["{context}" == "virt-edit-vms"]
|
|
:object: virtual machine
|
|
:object-gui: Virtual Machines
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "virt-editing-vm-template"]
|
|
:object: virtual machine template
|
|
:object-gui: Virtual Machine Templates
|
|
endif::[]
|
|
|
|
[id="virt-vm-edit-cdrom_{context}"]
|
|
|
|
= Editing CD-ROMs for {object-gui}
|
|
Use the following procedure to configure CD-ROMs for virtual machines.
|
|
|
|
.Procedure
|
|
|
|
. From the *{object-gui}* tab, select your {object}.
|
|
|
|
. Select the *Overview* tab.
|
|
|
|
. To add or edit a CD-ROM configuration, click the pencil icon to the right of the *CD-ROMs* label. The *Edit CD-ROM* window opens.
|
|
|
|
* If CD-ROMs are unavailable for editing, the following message displays: *The virtual machine doesn't have any CD-ROMs attached.*
|
|
|
|
* If there are CD-ROMs available, you can remove a CD-ROM by clicking *-*.
|
|
|
|
. In the *Edit CD-ROM* window, do the following:
|
|
|
|
.. Select the type of CD-ROM configuration from the drop-down list for *Media Type*. CD-ROM configuration types are *Container*, *URL*, and *Persistent Volume Claim*.
|
|
|
|
.. Complete the required information for each *Type*.
|
|
|
|
.. When all CD-ROMs are added, click *Save*.
|
|
|
|
// Scrubbing all conditionals used in module
|
|
|
|
ifeval::["{context}" == "virt-edit-vms"]
|
|
:object!:
|
|
:object-gui!:
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "virt-editing-vm-template"]
|
|
:object!:
|
|
:object-gui!:
|
|
endif::[]
|