Skip to content

CNV#62423: Adding missing content types pre-DITA migration #94982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/support/virt-troubleshooting.adoc

:_mod-docs-content-type: CONCEPT
[id="virt-analyzing-datavolume-conditions-and-events_{context}"]
= Analyzing data volume conditions and events

Expand Down
1 change: 1 addition & 0 deletions modules/virt-assigning-vgpu-vm-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/advanced_vm_management/virt-configuring-virtual-gpus.adoc

:_mod-docs-content-type: PROCEDURE
[id="virt-assigning-vgpu-vm-web_{context}"]
= Assigning a vGPU to a VM by using the web console

Expand Down
1 change: 1 addition & 0 deletions modules/virt-automatic-certificates-renewal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/about_virt/virt-security-policies.adoc

:_mod-docs-content-type: CONCEPT
[id="virt-automatic-certificates-renewal_{context}"]
= TLS certificates

Expand Down
1 change: 1 addition & 0 deletions modules/virt-cdi-supported-operations-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// * virt/virtual_machines/importing_vms/virt-importing-virtual-machine-images-datavolumes-block.adoc
// * virt/virtual_machines/virtual_disks/virt-uploading-local-disk-images-web.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-cdi-supported-operations-matrix_{context}"]
= CDI supported operations matrix

Expand Down
1 change: 1 addition & 0 deletions modules/virt-cloud-init-fields-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/creating_vm/virt-creating-vms-from-templates.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-cloud-init-fields-web_{context}"]
= Cloud-init fields

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-bond-nncp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-bond-nncp_{context}"]
= Example: Bond interface node network configuration policy

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-bridge-nncp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-bridge-nncp_{context}"]
= Example: Linux bridge interface node network configuration policy

Expand Down
3 changes: 2 additions & 1 deletion modules/virt-example-configmap-tls-certificate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
//
// * virt/virtual_machines/importing_vms/virt-tls-certificates-for-dv-imports.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-configmap-tls-certificate_{context}"]
= Example: Config map created from a TLS certificate

The following example is of a config map created from `ca.pem` TLS certificate.
The following example is of a config map created from `ca.pem` TLS certificate.

[source,yaml]
----
Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-ethernet-nncp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-ethernet-nncp_{context}"]
= Example: Ethernet interface node network configuration policy

Expand Down
7 changes: 4 additions & 3 deletions modules/virt-example-host-vrf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
//
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-host-vrf_{context}"]
= Example: Network interface with a VRF instance node network configuration policy

Associate a Virtual Routing and Forwarding (VRF) instance with a network interface by applying a `NodeNetworkConfigurationPolicy` custom resource (CR).
Associate a Virtual Routing and Forwarding (VRF) instance with a network interface by applying a `NodeNetworkConfigurationPolicy` custom resource (CR).

:FeatureName: Associating a VRF instance with a network interface
include::snippets/technology-preview.adoc[]
Expand All @@ -29,9 +30,9 @@ kind: NodeNetworkConfigurationPolicy
metadata:
name: vrfpolicy <1>
spec:
nodeSelector:
nodeSelector:
vrf: "true" <2>
maxUnavailable: 3
maxUnavailable: 3
desiredState:
interfaces:
- name: ens4vrf <3>
Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-nmstate-multiple-interfaces.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-nmstate-multiple-interfaces_{context}"]
= Example: Multiple interfaces in the same node network configuration policy

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-vlan-nncp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * networking/k8s_nmstate/k8s-nmstate-updating-node-network-config.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-vlan-nncp_{context}"]
= Example: VLAN interface node network configuration policy

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-vm-node-placement-node-affinity.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/advanced_vm_management/virt-specifying-nodes-for-vms.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-vm-node-placement-node-affinity_{context}"]
= Example: VM node placement with node affinity

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-vm-node-placement-node-selector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/advanced_vm_management/virt-specifying-nodes-for-vms.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-vm-node-placement-node-selector_{context}"]
= Example: VM node placement with nodeSelector

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-vm-node-placement-pod-affinity.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/advanced_vm_management/virt-specifying-nodes-for-vms.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-vm-node-placement-pod-affinity_{context}"]
= Example: VM node placement with pod affinity and pod anti-affinity

Expand Down
1 change: 1 addition & 0 deletions modules/virt-example-vm-node-placement-tolerations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/advanced_vm_management/virt-specifying-nodes-for-vms.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-example-vm-node-placement-tolerations_{context}"]
= Example: VM node placement with tolerations

Expand Down
1 change: 1 addition & 0 deletions modules/virt-how-fs-overhead-affects-space-vm-disks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/storage/virt-reserving-pvc-space-fs-overhead.adoc

:_mod-docs-content-type: CONCEPT
[id="virt-how-fs-overhead-affects-space-vm-disks_{context}"]
= How file system overhead affects space for virtual machine disks

Expand Down
1 change: 1 addition & 0 deletions modules/virt-maintaining-bare-metal-nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// virt/nodes/virt-node-maintenance.adoc

:_mod-docs-content-type: CONCEPT
[id="virt-maintaining-bare-metal-nodes_{context}"]
= Maintaining bare metal nodes

Expand Down
1 change: 1 addition & 0 deletions modules/virt-operations-requiring-scratch-space.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/storage/virt-preparing-cdi-scratch-space.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-operations-requiring-scratch-space_{context}"]
= CDI operations that require scratch space

Expand Down
1 change: 1 addition & 0 deletions modules/virt-policy-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// * virt/virtual_machines/advanced_vm_management/virt-schedule-vms.adoc
//

:_mod-docs-content-type: REFERENCE
[id="policy-attributes_{context}"]
= Policy attributes

Expand Down
3 changes: 2 additions & 1 deletion modules/virt-querying-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/support/virt-prometheus-queries.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-querying-metrics_{context}"]
= Virtualization metrics

Expand All @@ -21,7 +22,7 @@ ifndef::openshift-rosa,openshift-dedicated[]
The following query can identify virtual machines that are waiting for Input/Output (I/O):

`kubevirt_vmi_vcpu_wait_seconds_total`::
Returns the wait time (in seconds) on I/O for vCPUs of a virtual machine. Type: Counter.
Returns the wait time (in seconds) on I/O for vCPUs of a virtual machine. Type: Counter.


A value above '0' means that the vCPU wants to run, but the host scheduler cannot run it yet. This inability to run indicates that there is an issue with I/O.
Expand Down
1 change: 1 addition & 0 deletions modules/virt-storage-wizard-fields-web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// * virt/creating_vm/virt-creating-vms-from-templates.adoc
// * virt/managing_vms/virt-edit-vms.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-storage-wizard-fields-web_{context}"]
= Storage fields

Expand Down
1 change: 1 addition & 0 deletions modules/virt-supported-cluster-version.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// * virt/about_virt/about-virt.adoc
// * virt/virt_release_notes/virt-2-4-release-notes.adoc

:_mod-docs-content-type: CONCEPT
[id="virt-supported-cluster-version_{context}"]
= Supported cluster versions for {VirtProductName}

Expand Down
2 changes: 1 addition & 1 deletion modules/virt-template-fields-for-boot-source.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Module included in the following assemblies:
//


:_mod-docs-content-type: REFERENCE
[id="virt-template-fields-for-boot-source_{context}"]
= Virtual machine template fields for adding a boot source

Expand Down
1 change: 1 addition & 0 deletions modules/virt-troubleshooting-cert-rotation-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * virt/virtual_machines/advanced_vm_management/virt-configuring-certificate-rotation.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-troubleshooting-cert-rotation-parameters_{context}"]
= Troubleshooting certificate rotation parameters

Expand Down
1 change: 1 addition & 0 deletions modules/virt-vm-storage-volume-types.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// * virt/creating_vm/virt-creating-vms-from-templates.adoc
// * virt/managing_vms/virt-edit-vms.adoc

:_mod-docs-content-type: REFERENCE
[id="virt-vm-storage-volume-types_{context}"]
= Storage volume types

Expand Down
1 change: 1 addition & 0 deletions modules/virt-what-you-can-do-with-virt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// * virt/about-virt.adoc
// * virt/virt_release_notes/virt-2-4-release-notes.adoc

:_mod-docs-content-type: CONCEPT
[id="virt-what-you-can-do-with-virt_{context}"]
= What you can do with {VirtProductName}

Expand Down