@@ -18,10 +18,10 @@ content: |
18
18
:opsmgrkube:`spec.configuration` to enable Local Mode.
19
19
20
20
- 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.
25
25
26
26
.. literalinclude:: /reference/k8s/example-opsmgr-local-mode.yaml
27
27
:language: yaml
@@ -87,9 +87,9 @@ content: |
87
87
the resource's connection |url|. You use this value when you create a
88
88
|k8s-configmap| later in the procedure.
89
89
---
90
- title : " Download the MongoDB installation tarballs to your local machine."
90
+ title : " Download the MongoDB installation archive to your local machine."
91
91
level : 4
92
- ref : download-mdb-tarball
92
+ ref : download-mdb-archive
93
93
stepnum : 7
94
94
content : |
95
95
@@ -111,45 +111,45 @@ content: |
111
111
:tabid: k8s
112
112
113
113
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:
116
116
117
117
.. code-block:: sh
118
118
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
120
120
121
121
#. If you deployed |onprem| 4.4.0 and later, you must also
122
122
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:
124
124
125
125
.. code-block:: sh
126
126
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
128
128
129
129
.. tab:: OpenShift
130
130
:tabid: os
131
131
132
132
a. Download the RHEL 7 installation tarball for the MongoDB
133
133
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:
135
135
136
136
.. code-block:: sh
137
137
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
139
139
140
140
#. If you deployed |onprem| 4.4.0 and later, you must also
141
141
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:
143
143
144
144
.. code-block:: sh
145
145
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
147
147
148
148
---
149
149
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."
151
151
level : 4
152
- ref : copy-mdb-tarball
152
+ ref : copy-mdb-archive
153
153
stepnum : 8
154
154
content : |
155
155
@@ -167,82 +167,88 @@ content: |
167
167
.. tab:: Vanilla Kubernetes
168
168
:tabid: k8s
169
169
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``
172
175
release:
173
176
174
177
| Replica 0:
175
178
176
179
.. code-block:: sh
177
180
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"
180
183
181
184
| Replica 1:
182
185
183
186
.. code-block:: sh
184
187
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"
187
190
188
191
#. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
189
192
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 ``
191
194
release:
192
195
193
196
| Replica 0:
194
197
195
198
.. code-block:: sh
196
199
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"
199
202
200
203
| Replica 1:
201
204
202
205
.. code-block:: sh
203
206
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"
206
209
207
210
.. tab:: OpenShift
208
211
:tabid: os
209
212
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``
212
218
release:
213
219
214
220
| Replica 0:
215
221
216
222
.. code-block:: sh
217
223
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
220
226
221
227
| Replica 1:
222
228
223
229
.. code-block:: sh
224
230
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
227
233
228
234
#. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
229
235
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 ``
231
237
release:
232
238
233
239
| Replica 0:
234
240
235
241
.. code-block:: sh
236
242
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"
239
245
240
246
| Replica 1:
241
247
242
248
.. code-block:: sh
243
249
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"
246
252
247
253
---
248
254
title : " Deploy a MongoDB Database Resource."
@@ -267,8 +273,8 @@ content: |
267
273
the secret you created that contains an |onprem| programmatic
268
274
API key pair.
269
275
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.
273
279
274
280
...
0 commit comments