mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/virtual_machines/advanced_vm_management/virt-dedicated-resources-vm.adoc
|
|
// * virt/vm_templates/virt-dedicated-resources-vm-template.adoc
|
|
|
|
// Establishing conditionals so content can be re-used for editing VMs
|
|
// and VM templates.
|
|
|
|
ifeval::["{context}" == "virt-dedicated-resources-vm-template"]
|
|
:virt-vm-template:
|
|
:object: virtual machine template
|
|
:object-gui: Virtual Machine Template
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "virt-dedicated-resources-vm"]
|
|
:virt-vm:
|
|
:object: virtual machine
|
|
:object-gui: Virtual Machine
|
|
endif::[]
|
|
|
|
[id="virt-enabling-dedicated-resources_{context}"]
|
|
= Enabling dedicated resources for a {object}
|
|
|
|
You can enable dedicated resources for a {object} in the
|
|
*{object-gui} Overview* page of the web console.
|
|
|
|
.Procedure
|
|
|
|
. Click *Workloads* -> *{object-gui}s* from the side menu.
|
|
. Select a {object} to open the *{object-gui} Overview* page.
|
|
. Click the *Details* tab.
|
|
. Click the pencil icon to the right of the *Dedicated Resources* field to open
|
|
the *Dedicated Resources* window.
|
|
. Select *Schedule this workload with dedicated resources (guaranteed policy)*.
|
|
. Click *Save*.
|
|
|
|
// Unsetting all conditionals used in module
|
|
|
|
ifeval::["{context}" == "virt-dedicated-resources-vm"]
|
|
:virt-vm!:
|
|
:object!:
|
|
:object-gui!:
|
|
endif::[]
|
|
|
|
ifeval::["{context}" == "virt-dedicated-resources-vm-template"]
|
|
:virt-vm-template!:
|
|
:object!:
|
|
:object-gui!:
|
|
endif::[]
|