Skip to content

Commit 972a7c3

Browse files
committed
CNV-18196: CNV repo names for 4.11
1 parent 80c10f6 commit 972a7c3

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

modules/virt-enabling-virt-repos.adoc

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,26 @@
66
[id="virt-enabling-virt-repos_{context}"]
77
= Enabling {VirtProductName} repositories
88

9-
Red Hat offers {VirtProductName} repositories for both Red Hat Enterprise Linux 8
10-
and Red Hat Enterprise Linux 7:
9+
Enable the {VirtProductName} repository for your version of {op-system-base-full}.
1110

12-
* Red Hat Enterprise Linux 8 repository: `cnv-4.10-for-rhel-8-x86_64-rpms`
11+
.Prerequisites
1312

14-
* Red Hat Enterprise Linux 7 repository: `rhel-7-server-cnv-4.10-rpms`
15-
16-
The process for enabling the repository in `subscription-manager` is the same
17-
in both platforms.
13+
* Your system is registered to a Red Hat account with an active subscription to the "Red Hat Container Native Virtualization" entitlement.
1814
1915
.Procedure
2016

21-
* Enable the appropriate {VirtProductName} repository for your system by running the following command:
17+
* Enable the appropriate {VirtProductName} repository for your operating system by using the `subscription-manager` CLI tool.
18+
19+
** To enable the repository for {op-system-base} 8, run:
2220
+
2321
[source,terminal]
2422
----
25-
# subscription-manager repos --enable <repository>
23+
# subscription-manager repos --enable cnv-4.11-for-rhel-8-x86_64-rpms
24+
----
25+
26+
** To enable the repository for {op-system-base} 7, run:
27+
+
28+
[source,terminal]
2629
----
30+
# subscription-manager repos --enable rhel-7-server-cnv-4.11-rpms
31+
----

modules/virt-installing-virtctl-client-yum.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
Install the `virtctl` client from the `kubevirt-virtctl` package.
1010

11+
.Prerequisites
12+
13+
* You enabled an {VirtProductName} repository on your {op-system-base-full} system.
14+
1115
.Procedure
1216

1317
* Install the `kubevirt-virtctl` package:

virt/install/virt-enabling-virtctl.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ include::modules/virt-downloading-virtctl-client.adoc[leveloffset=+2]
1616

1717
include::modules/virt-installing-virtctl-client.adoc[leveloffset=+2]
1818

19-
[id="virtctl-additional-setup_{context}"]
20-
== Additional setup options
19+
[id="installing-virtctl-rpm_{context}"]
20+
== Installing the virtctl RPM package
2121

22-
include::modules/virt-installing-virtctl-client-yum.adoc[leveloffset=+2]
22+
You can install the `virtctl` client as an RPM after enabling the {VirtProductName} repository.
2323

2424
include::modules/virt-enabling-virt-repos.adoc[leveloffset=+2]
2525

26+
include::modules/virt-installing-virtctl-client-yum.adoc[leveloffset=+2]
27+
2628
[id="virt-enabling-virtctl-addtl-resources"]
2729
[role="_additional-resources"]
2830
== Additional resources

0 commit comments

Comments
 (0)