@@ -129,21 +129,21 @@ content: |
129129 .. tab:: OpenShift
130130 :tabid: os
131131
132- a. Download the RHEL 7 installation tarball for the MongoDB
132+ a. Download the RHEL installation tarball for the MongoDB
133133 database version you want the |k8s-op-short| to deploy. For
134134 example, to download the ``4.4.0`` release:
135135
136136 .. code-block:: sh
137137
138- curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70 -4.4.0.tgz
138+ curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel<version> -4.4.0.tgz
139139
140140 #. If you deployed |onprem| 4.4.0 and later, you must also
141- download the RHEL 7 MongoDB Database Tools installation
141+ download the RHEL MongoDB Database Tools installation
142142 tarball. For example, to download the ``100.1.0`` release:
143143
144144 .. code-block:: sh
145145
146- curl -OL https://fastdl.mongodb.org/tools/db/mongodb-database-tools-rhel70 -x86_64-100.1.0.tgz
146+ curl -OL https://fastdl.mongodb.org/tools/db/mongodb-database-tools-rhel<version> -x86_64-100.1.0.tgz
147147
148148 ---
149149
@@ -221,15 +221,15 @@ content: |
221221
222222 .. code-block:: sh
223223
224- oc rsync "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel70 -4.4.0.tgz" \
225- mongodb-linux-x86_64-rhel70 -4.4.0.tgz
224+ oc rsync "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel<version> -4.4.0.tgz" \
225+ mongodb-linux-x86_64-rhel<version> -4.4.0.tgz
226226
227227 | Replica 1:
228228
229229 .. code-block:: sh
230230
231- oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel70 -4.4.0.tgz" \
232- mongodb-linux-x86_64-rhel70 -4.4.0.tgz
231+ oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel<version> -4.4.0.tgz" \
232+ mongodb-linux-x86_64-rhel<version> -4.4.0.tgz
233233
234234 #. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
235235 Database Tools installation tarball to the |onprem|
@@ -247,8 +247,8 @@ content: |
247247
248248 .. code-block:: sh
249249
250- kubectl cp mongodb-database-tools-rhel70 -x86_64-100.1.0.tgz \
251- "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-rhel70 -x86_64-100.1.0.tgz"
250+ kubectl cp mongodb-database-tools-rhel<version> -x86_64-100.1.0.tgz \
251+ "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-rhel<version> -x86_64-100.1.0.tgz"
252252
253253 ---
254254title : " Deploy a MongoDB Database Resource."
0 commit comments