Skip to content

Commit a52cff0

Browse files
(DOCSP-10491): remote mode tutorial (#294) (#329)
* (DOCSP-10491): remote mode tutorial (#294) * (DOCSP-10491): remote mode tutorial * (DOCSP-10491): fixes * (DOCSP-10491): tech review feedback * (DOCSP-10491): small tweak * (DOCSP-10491): typo fix * (om-remote-mode): update versions * fix typo * Om remote mode (#332) * (om-remote-mode): update versions * (om-remote-mode): copy review feedback * (om-remote-mode): fix typo
1 parent 79e7e22 commit a52cff0

11 files changed

+636
-53
lines changed

source/includes/steps-deploy-k8s-opsmgr-local-mode.yaml

Lines changed: 48 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ content: |
1818
:opsmgrkube:`spec.configuration` to enable Local Mode.
1919
2020
- Defines a |k8s-pv| for the |onprem| StatefulSet to store the
21-
MongoDB installation tarball. {+mdbagent+}\s running in MongoDB
22-
database resource containers that you create with the
23-
|k8s-op-short| download these tarballs from |onprem| instead of from
24-
the Internet.
21+
MongoDB installation archive. {+mdbagent+}\s running in MongoDB
22+
database resource containers that you create with the |k8s-op-short|
23+
download the installation archives from |onprem| instead of from the
24+
Internet.
2525
2626
.. literalinclude:: /reference/k8s/example-opsmgr-local-mode.yaml
2727
:language: yaml
@@ -87,9 +87,9 @@ content: |
8787
the resource's connection |url|. You use this value when you create a
8888
|k8s-configmap| later in the procedure.
8989
---
90-
title: "Download the MongoDB installation tarballs to your local machine."
90+
title: "Download the MongoDB installation archive to your local machine."
9191
level: 4
92-
ref: download-mdb-tarball
92+
ref: download-mdb-archive
9393
stepnum: 7
9494
content: |
9595
@@ -111,45 +111,45 @@ content: |
111111
:tabid: k8s
112112
113113
a. Download the Ubuntu 16.04 installation tarball for the
114-
MongoDB database version you want the |k8s-op-short| to
115-
deploy. For example, to download the ``4.2.0`` release:
114+
MongoDB Server version you want the |k8s-op-short| to
115+
deploy. For example, to download the ``4.4.0`` release:
116116
117117
.. code-block:: sh
118118
119-
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.2.0.tgz
119+
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz
120120
121121
#. If you deployed |onprem| 4.4.0 and later, you must also
122122
download the Ubuntu 16.04 MongoDB Database Tools installation
123-
tarball. For example, to download the ``100.0.1`` release:
123+
tarball. For example, to download the ``100.1.0`` release:
124124
125125
.. code-block:: sh
126126
127-
curl -OL https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz
127+
curl -OL https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz
128128
129129
.. tab:: OpenShift
130130
:tabid: os
131131
132132
a. Download the RHEL 7 installation tarball for the MongoDB
133133
database version you want the |k8s-op-short| to deploy. For
134-
example, to download the ``4.2.0`` release:
134+
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.2.0.tgz
138+
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.4.0.tgz
139139
140140
#. If you deployed |onprem| 4.4.0 and later, you must also
141141
download the RHEL 7 MongoDB Database Tools installation
142-
tarball. For example, to download the ``100.0.1`` release:
142+
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.0.1.tgz
146+
curl -OL https://fastdl.mongodb.org/tools/db/mongodb-database-tools-rhel70-x86_64-100.1.0.tgz
147147
148148
---
149149

150-
title: "Copy the MongoDB installation tarballs to the |onprem| Persistent Volume for each |onprem| :opsmgrkube:`replica <spec.replicas>` you deployed."
150+
title: "Copy the MongoDB installation archive to the |onprem| Persistent Volume for each |onprem| :opsmgrkube:`replica <spec.replicas>` you deployed."
151151
level: 4
152-
ref: copy-mdb-tarball
152+
ref: copy-mdb-archive
153153
stepnum: 8
154154
content: |
155155
@@ -167,82 +167,88 @@ content: |
167167
.. tab:: Vanilla Kubernetes
168168
:tabid: k8s
169169
170-
a. Copy the MongoDB database installation tarball to the
171-
|onprem| PersistentVolume. For example, to copy the ``4.2.0``
170+
To copy the MongoDB ``4.2.0`` installation archive to the
171+
|onprem| PersistentVolume:
172+
173+
a. Copy the MongoDB Server installation tarball to the
174+
|onprem| PersistentVolume. For example, to copy the ``4.4.0``
172175
release:
173176
174177
| Replica 0:
175178
176179
.. code-block:: sh
177180
178-
kubectl cp mongodb-linux-x86_64-ubuntu1604-4.2.0.tgz \
179-
"ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-4.2.0.tgz"
181+
kubectl cp mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz \
182+
"ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz"
180183
181184
| Replica 1:
182185
183186
.. code-block:: sh
184187
185-
kubectl cp mongodb-linux-x86_64-ubuntu1604-4.2.0.tgz \
186-
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-4.2.0.tgz"
188+
kubectl cp mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz \
189+
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz"
187190
188191
#. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
189192
Database Tools installation tarball to the |onprem|
190-
PersistentVolume. For example, to copy the ``100.0.1``
193+
PersistentVolume. For example, to copy the ``100.1.0``
191194
release:
192195
193196
| Replica 0:
194197
195198
.. code-block:: sh
196199
197-
kubectl cp mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz \
198-
"ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz"
200+
kubectl cp mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz \
201+
"ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz"
199202
200203
| Replica 1:
201204
202205
.. code-block:: sh
203206
204-
kubectl cp mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz \
205-
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz"
207+
kubectl cp mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz \
208+
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz"
206209
207210
.. tab:: OpenShift
208211
:tabid: os
209212
210-
a. Copy the MongoDB database installation tarball to the
211-
|onprem| PersistentVolume. For example, to copy the ``4.2.0``
213+
To copy the MongoDB ``4.2.0`` installation archive to the
214+
|onprem| PersistentVolume:
215+
216+
a. Copy the MongoDB Server installation tarball to the
217+
|onprem| PersistentVolume. For example, to copy the ``4.4.0``
212218
release:
213219
214220
| Replica 0:
215221
216222
.. code-block:: sh
217223
218-
oc rsync "ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel70-4.2.0.tgz" \
219-
mongodb-linux-x86_64-rhel70-4.2.0.tgz
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
220226
221227
| Replica 1:
222228
223229
.. code-block:: sh
224230
225-
oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel70-4.2.0.tgz" \
226-
mongodb-linux-x86_64-rhel70-4.2.0.tgz
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
227233
228234
#. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
229235
Database Tools installation tarball to the |onprem|
230-
PersistentVolume. For example, to copy the ``100.0.1``
236+
PersistentVolume. For example, to copy the ``100.1.0``
231237
release:
232238
233239
| Replica 0:
234240
235241
.. code-block:: sh
236242
237-
kubectl cp mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz \
238-
"ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-ubuntu1604-x86_64-100.0.1.tgz"
243+
kubectl cp mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz \
244+
"ops-manager-localmode-0:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-ubuntu1604-x86_64-100.1.0.tgz"
239245
240246
| Replica 1:
241247
242248
.. code-block:: sh
243249
244-
kubectl cp mongodb-database-tools-rhel70-x86_64-100.0.1.tgz \
245-
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-database-tools-rhel70-x86_64-100.0.1.tgz"
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"
246252
247253
---
248254
title: "Deploy a MongoDB Database Resource."
@@ -267,8 +273,8 @@ content: |
267273
the secret you created that contains an |onprem| programmatic
268274
API key pair.
269275
270-
The |k8s-op-short| downloads the installation tarballs for
271-
the MongoDB Database resources from the |onprem| Persistent Volumes
272-
instead of from the Internet.
276+
{+mdbagent+}\s running in MongoDB database resource containers that
277+
you create with the |k8s-op-short| download the installation archives
278+
from |onprem| instead of from the Internet.
273279
274280
...

0 commit comments

Comments
 (0)