Skip to content

Commit f75c67e

Browse files
committed
OSDOCS-4762: MicroShift: Fix OCP version reference in install command
This commit also removes the previously-defined `{ocp-version}` attribute, as this was duplicated effort and represents an unnecessary maintenance cost.
1 parent 5a41103 commit f75c67e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_attributes/attributes-microshift.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
:experimental:
55
:imagesdir: images
66
:OCP: OpenShift Container Platform
7-
:ocp-version: 4.12
87
:rhel-major: rhel-8
98
:op-system-first: Red Hat Enterprise Linux (RHEL)
109
:op-system: RHEL
1110
:op-system-ostree-first: Red Hat Enterprise Linux (RHEL) for Edge
1211
:op-system-ostree: RHEL for Edge
1312
:op-system-version: 8.7
1413
:op-system-ram: 2GB RAM
15-
:op-system-chip: two-core AMD64 1.5GHz processor
14+
:op-system-chip: two-core AMD64 1.5GHz processor

modules/microshift-installing-from-rpm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the following procedure to install {product-title} from an RPM package.
2020
[source,terminal,subs="attributes+"]
2121
----
2222
$ sudo subscription-manager repos \
23-
--enable rhocp-{ocp-version}-for-rhel-8-$(uname -i)-rpms \
23+
--enable rhocp-{product-version}-for-rhel-8-$(uname -i)-rpms \
2424
--enable fast-datapath-for-{rhel-major}-$(uname -i)-rpms
2525
----
2626

0 commit comments

Comments
 (0)