Skip to content

Commit 8b4193a

Browse files
DOCSP-48454-update-binaries-download-urls (#790)
Updates binaries [downloads URLs](https://www.mongodb.com/docs/ops-manager/current/core/requirements/) list in the following pages: - [Configure Local Mode](https://www.mongodb.com/docs/ops-manager/current/tutorial/configure-local-mode/) - [Configure - Version Management](https://www.mongodb.com/docs/ops-manager/current/reference/config/ui-settings/#mongodb-version-management) - [Configuration Settings - Version Management - baseUrl](https://www.mongodb.com/docs/ops-manager/current/reference/configuration/#mongodb-setting-automation.versions.download.baseUrl) ### Jira Ticket - [DOCSP-48454](https://jira.mongodb.org/browse/DOCSP-48454) ### Staging - [Configure Local Mode](https://deploy-preview-790--docs-ops-manager.netlify.app/tutorial/configure-local-mode/#configure-mongodb-agents-to-use-remote--hybrid--or-local-downloads) - [Configure - Version Management](https://deploy-preview-790--docs-ops-manager.netlify.app/reference/config/ui-settings/#mongodb-version-management) - [Configuration Settings - Version Management - baseUrl](https://deploy-preview-790--docs-ops-manager.netlify.app/reference/configuration/#mongodb-setting-automation.versions.download.baseUrl) ### Build Log - [LATEST BUILD LOG](https://app.netlify.com/sites/docs-ops-manager/deploys/67e1f2a8d0206f0008bf0a2d) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [x] Proofread for spelling and grammatical errors. - [x] Check staging for rendering issues. - [x] Confirm links are working.
1 parent 1a6a47e commit 8b4193a

4 files changed

+11
-11
lines changed

source/includes/setting-fileConf-automation.versions.download.baseUrl.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
*Type*: string
44

5-
*Default*: mongodb.com, fastdl.mongodb.org
5+
*Default*: downloads.mongodb.com, downloads.mongodb.org, fastdl.mongodb.org, opsmanager.mongodb.com
66

77

88
HTTP(S) endpoint to fetch MongoDB binaries from. If the endpoint is
99
an HTTPS endpoint, the |certauth| file specified by
1010
:setting:`httpsCAFile` will be used to validate the certificate. If
11-
``automation.versions.download.baseUrl`` is unset, the remote URLs
12-
for mongodb binaries are **mongodb.com** and **fastdl.mongodb.org**.
11+
``automation.versions.download.baseUrl`` is unset, MongoDB uses the
12+
default remote URLs for MongoDB binaries.
1313

1414
Corresponds to :setting:`Base URL`.
1515

source/includes/setting-uiConf-base-url.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
*Type*: string
44

5-
*Default*: mongodb.com, fastdl.mongodb.org
5+
*Default*: downloads.mongodb.com, downloads.mongodb.org, fastdl.mongodb.org, opsmanager.mongodb.com
66

77

88
HTTP(S) endpoint to fetch MongoDB binaries from. If the endpoint is
99
an HTTPS endpoint, the |certauth| file specified by
1010
:setting:`httpsCAFile` will be used to validate the certificate. If
11-
:guilabel:`Base URL` is unset, the remote URLs for mongodb binaries
12-
are **mongodb.com** and **fastdl.mongodb.org**.
11+
:guilabel:`Base URL` is unset, MongoDB uses the default remote URLs
12+
for MongoDB binaries.
1313

1414
Corresponds to :setting:`automation.versions.download.baseUrl`.
1515

source/includes/setting-uiConf-installer-download-source.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818

1919
You can specify the remote source for downloading MongoDB
2020
binaries with the :setting:`Base URL` field. If you don't,
21-
:guilabel:`Base URL` defaults to **mongodb.com** and
22-
**fastdl.mongodb.org**.
21+
:guilabel:`Base URL` defaults to the remote URLs for downloading
22+
MongoDB binaries as listed in the :ref:`Network Requirements <network-requirements>`.
2323

2424
* - :guilabel:`hybrid`
2525
- Agents get MongoDB binaries from |onprem|, which fetches
2626
binaries from a remote source.
2727

2828
You can specify the remote source for downloading MongoDB
2929
binaries with the :setting:`Base URL` field. If you don't,
30-
:guilabel:`Base URL` defaults to **mongodb.com** and
31-
**fastdl.mongodb.org**.
30+
:guilabel:`Base URL` defaults to the remote URLs for downloading
31+
MongoDB binaries as listed in the :ref:`Network Requirements <network-requirements>`.
3232

3333
* - :guilabel:`local`
3434
- Agents get MongoDB binaries from |onprem|, which has them

source/includes/steps-configure-remote-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ content: |
3636
endpoint uses |https|, |mms| validates the certificate using
3737
the |certauth| file set in :setting:`httpsCAFile`. If
3838
unset, |mms| downloads MongoDB binaries from the remote
39-
URLs of **mongodb.com** and **fastdl.mongodb.org**.
39+
URLs as listed in the :ref:`Network Requirements <network-requirements>`.
4040
4141
|application| hosts require an internet connection.
4242

0 commit comments

Comments
 (0)