Skip to content

Commit 9a89d0f

Browse files
committed
Fix 3.7 repos
1 parent e406a59 commit 9a89d0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli_reference/get_started_cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Enterprise subscription on your Red Hat account:
186186
# subscription-manager register
187187
# subscription-manager refresh
188188
# subscription-manager attach --pool=<pool_ID> <1>
189-
# subscription-manager repos --enable="rhel-7-server-ose-3.6-rpms"
189+
# subscription-manager repos --enable="rhel-7-server-ose-3.7-rpms"
190190
# yum install atomic-openshift-clients
191191
----
192192
<1> Pool ID for an active OpenShift Enterprise subscription

getting_started/install_openshift.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ that are necessary in order to install {product-title}. You may have already ena
9595
the first two repositories in this example.
9696

9797
----
98-
$ subscription-manager repos --enable="rhel-7-server-rpms" --enable="rhel-7-server-extras-rpms" --enable="rhel-7-server-ose-3.6-rpms" --enable="rhel-7-fast-datapath-rpms"
98+
$ subscription-manager repos --enable="rhel-7-server-rpms" --enable="rhel-7-server-extras-rpms" --enable="rhel-7-server-ose-3.7-rpms" --enable="rhel-7-fast-datapath-rpms"
9999
----
100100

101101
[NOTE]
102102
====
103-
The previous command is for OpenShift Container Platform 3.6.
103+
The previous command is for OpenShift Container Platform 3.7.
104+
If you are using OpenShift Container Platform 3.6 use `rhel-7-server-ose-3.6-rpms`.
104105
If you are using OpenShift Container Platform 3.5 use `rhel-7-server-ose-3.5-rpms`.
105-
If you are using OpenShift Container Platform 3.4 use `rhel-7-server-ose-3.4-rpms`.
106106
====
107107

108108
This command tells your RHEL system that the tools required to install

0 commit comments

Comments
 (0)