Skip to content

Commit dedf73a

Browse files
authored
Merge pull request #87109 from ousleyp/cnv-54819
CNV#54819: minor rework of virt description
2 parents c27df84 + bc3bd25 commit dedf73a

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

_attributes/common-attributes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ ifdef::openshift-origin[]
121121
:CNVSubscriptionSpecSource: community-operators
122122
:CNVSubscriptionSpecName: community-kubevirt-hyperconverged
123123
endif::[]
124+
// openshift virtualization engine (ove)
125+
:ove-first: Red Hat OpenShift Virtualization Engine
126+
:ove: OpenShift Virtualization Engine
124127
//distributed tracing
125128
:DTProductName: Red Hat OpenShift distributed tracing platform
126129
:DTShortName: distributed tracing platform

modules/virt-what-you-can-do-with-virt.adoc

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,31 @@
66
[id="virt-what-you-can-do-with-virt_{context}"]
77
= What you can do with {VirtProductName}
88

9-
{VirtProductName} is an add-on to {product-title} that allows you to run and manage virtual machine workloads alongside container workloads.
9+
ifndef::openshift-origin[]
10+
{VirtProductName} provides the scalable, enterprise-grade virtualization functionality in Red{nbsp}Hat OpenShift.
11+
endif::[]
12+
ifdef::openshift-origin[]
13+
{VirtProductName} provides the scalable, enterprise-grade virtualization functionality in {product-title}.
14+
endif::[]
15+
You can use it to manage virtual machines (VMs) exclusively or alongside container workloads.
16+
17+
ifndef::openshift-origin,openshift-rosa,openshift-dedicated[]
18+
[NOTE]
19+
====
20+
If you have a {ove-first} subscription, you can run unlimited VMs on subscribed hosts, but you cannot run application instances in containers. For more information, see the subscription guide section about link:https://www.redhat.com/en/resources/self-managed-openshift-subscription-guide#section-8[{ove-first} and related products].
21+
====
22+
endif::[]
1023

1124
{VirtProductName} adds new objects into your {product-title} cluster by using Kubernetes custom resources to enable virtualization tasks. These tasks include:
1225

13-
* Creating and managing Linux and Windows virtual machines (VMs)
26+
* Creating and managing Linux and Windows VMs
1427
* Running pod and VM workloads alongside each other in a cluster
15-
* Connecting to virtual machines through a variety of consoles and CLI tools
16-
* Importing and cloning existing virtual machines
17-
* Managing network interface controllers and storage disks attached to virtual machines
18-
* Live migrating virtual machines between nodes
28+
* Connecting to VMs through a variety of consoles and CLI tools
29+
* Importing and cloning existing VMs
30+
* Managing network interface controllers and storage disks attached to VMs
31+
* Live migrating VMs between nodes
1932

20-
An enhanced web console provides a graphical portal to manage these virtualized resources alongside the {product-title} cluster containers and infrastructure.
33+
You can manage your cluster and virtualization resources by using the *Virtualization* perspective of the {product-title} web console, and by using the {oc-first}.
2134

2235
ifndef::openshift-rosa,openshift-dedicated[]
2336
{VirtProductName} is designed and tested to work well with {rh-storage-first} features.

0 commit comments

Comments
 (0)