Skip to content

Commit 574c787

Browse files
authored
DOCSP-48667-verify-package-steps-v8.0-backport (861) (#876)
# Backport This will backport the following commits from `master` to `v8.0`: - [DOCSP-48667-verify-package-steps (#861)](10gen/docs-ops-manager#861) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent a96e84b commit 574c787

File tree

4 files changed

+29
-14
lines changed

4 files changed

+29
-14
lines changed

source/includes/fact-version-arch.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
In the following command, replace:
22

3-
- ``<version>`` with the version of the |onprem| package.
4-
- ``<architecture>`` with the CPU architecture for the package. This value
5-
must be ``x86_64``.
3+
- ``<download>`` with the file name for the |onprem| package you downloaded.

source/includes/steps-verify-om-deb-package.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ source:
1414
stepnum: 2
1515
replacement:
1616
keyfile: https://pgp.mongodb.com/opsmanager-<version>.asc
17+
pre: |
18+
19+
In the following command, replace ``<version>`` with the major version of
20+
the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
1721
1822
---
1923

@@ -26,8 +30,8 @@ replacement:
2630
sigfile: https://downloads.mongodb.com/on-prem-mms/deb/mongodb-mms-<version>_x86_64.deb.sig
2731
pre: |
2832
29-
In the following command, replace ``<version>`` with the version of
30-
the |onprem| package.
33+
In the following command, replace ``<version>`` with the major version of
34+
the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
3135
3236
---
3337

@@ -53,8 +57,7 @@ replacement:
5357
verify: |
5458
.. code-block:: sh
5559
56-
gpg --verify mongodb-mms-<version>_x86_64.deb.sig \
57-
mongodb-mms-<version>_x86_64.deb
60+
gpg --verify <download>.sig \ <download>.deb
5861
5962
response: |
6063
@@ -77,6 +80,5 @@ replacement:
7780
Primary key fingerprint: D657 EF0E F51C 41B7 AE11 1CAF 056A B6A9 0E47 FE40
7881
pre: |
7982
80-
In the following command, replace ``<version>`` with the version of
81-
the |onprem| package.
83+
In the following command, replace ``<download>`` with the file name for the |onprem| package you downloaded.
8284
...

source/includes/steps-verify-om-rpm-package.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ source:
1414
stepnum: 2
1515
replacement:
1616
keyfile: https://pgp.mongodb.com/opsmanager-<version>.asc
17+
pre: |
18+
19+
In the following command, replace ``<version>`` with the major version of
20+
the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
1721
1822
---
1923

@@ -27,6 +31,10 @@ replacement:
2731
.. code-block:: sh
2832
2933
sudo rpm --import opsmanager-<version>.asc
34+
pre: |
35+
36+
In the following command, replace ``<version>`` with the major version of
37+
the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
3038
3139
---
3240

@@ -42,13 +50,13 @@ replacement:
4250
verify: |
4351
.. code-block:: sh
4452
45-
sudo rpm -K mongodb-mms-<version>.<architecture>.rpm
53+
sudo rpm -K <download>.rpm
4654
4755
response: |
4856
4957
.. code-block:: sh
5058
:copyable: false
5159
52-
mongodb-mms-<version.arch>.rpm: rsa sha1 (md5) pgp md5 OK
60+
<download>.rpm: rsa sha1 (md5) pgp md5 OK
5361
5462
...

source/includes/steps-verify-om-tar-gz-archive.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ source:
1414
stepnum: 2
1515
replacement:
1616
keyfile: https://pgp.mongodb.com/opsmanager-<version>.asc
17+
pre: |
18+
19+
In the following command, replace ``<version>`` with the major version of
20+
the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
1721
1822
---
1923

@@ -23,7 +27,7 @@ source:
2327
ref: download-signature
2428
stepnum: 3
2529
replacement:
26-
sigfile: https://downloads.mongodb.com/on-prem-mms/tar/mongodb-mms-<version>.<architecture>.tar.gz.sig
30+
sigfile: https://downloads.mongodb.com/on-prem-mms/tar/<download>.tar.gz.sig
2731
pre: |
2832
2933
.. include:: /includes/fact-version-arch.rst
@@ -39,6 +43,10 @@ replacement:
3943
.. code-block:: sh
4044
4145
gpg --import opsmanager-<version>.asc
46+
pre: |
47+
48+
In the following command, replace ``<version>`` with the major version of
49+
the |onprem| package. For example, use 7.0 for any release in the 7.x release series.
4250
4351
---
4452

@@ -51,8 +59,7 @@ replacement:
5159
verify: |
5260
.. code-block:: sh
5361
54-
gpg --verify mongodb-mms-<version>.<architecture>.tar.gz.sig \
55-
mongodb-mms-<version>.<architecture>.tar.gz
62+
gpg --verify <download>.tar.gz.sig \ <download>.tar.gz
5663
5764
response: |
5865

0 commit comments

Comments
 (0)