Skip to content

Commit 86d23b4

Browse files
authored
Backport of DOCSP-33624 to 6. 0 (#5239)
* (DOCSP-33624) Fixed links (#5237) * (DOCSP-33624) Fixed links * Fix the build warning for short titles in another topic * Added c2c version to 6.0 as well
1 parent 11141d2 commit 86d23b4

File tree

3 files changed

+31
-9
lines changed

3 files changed

+31
-9
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
'cloudmgr-url': 'cloud.mongodb.com',
135135
'autoagent-version': '6.5.1.5691-1',
136136
'bagent-version': '7.6.0.1059',
137+
'c2c-version': '6.0.8',
137138
'magent-version': '7.2.0.488-1',
138139
'mdbagent-version-cloud': '11.11.0.7355',
139140
'autoagent-version-cloud': '6.5.1.5691-1',

source/includes/extracts-firewall-configuration.yaml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ content: |
1919
domains to your access list.
2020
2121
|ipaddr| Addresses for ``GET`` and ``POST``
22-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2323
2424
Add the following |ipaddr| addresses to your access list:
2525
@@ -91,13 +91,34 @@ content: |
9191
The custom build's ``Git Version`` field must be set to the
9292
target binary's ``mongod --version``.
9393
94+
Domain for {+mdbagent+} Downloads and Updates
95+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96+
97+
If you restrict outbound access, you must grant your {+mdbagent+}s
98+
access to the following domain to download and update the
99+
{+mdbagent+}.
100+
101+
.. list-table::
102+
:header-rows: 1
103+
:widths: 30,30,40
104+
105+
* - Access List Domain
106+
- |ipaddr| Ranges
107+
- Service Provider
108+
109+
* - ``s3.amazonaws.com``
110+
- `IP ranges for AWS <https://docs.aws.amazon.com/vpc/latest/userguide/aws-ip-ranges.html#aws-ip-download>`_.
111+
112+
The |ipaddr| ranges for AWS change frequently.
113+
- |aws|
114+
94115
Required Inbound Access
95116
-----------------------
96117
97118
.. _alerts-webhook-ips:
98119
99120
|ipaddr| Addresses for Alert Webhooks
100-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
121+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101122
102123
You have the option to configure alerts to be delivered via webhook.
103124
This sends an |http| ``POST`` request to an endpoint for
@@ -191,7 +212,7 @@ content: |
191212
connection.
192213
193214
Open Ports to Access |onprem|
194-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195216
196217
|onprem| requires the following minimum network port requirements:
197218
@@ -301,7 +322,7 @@ content: |
301322
existing deployment.
302323
303324
Open Ports to Access |onprem| and MongoDB Hosts
304-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
325+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
305326
306327
Most |onprem| administration can be performed through the user
307328
interface. Some procedures require access to the operating system.
@@ -334,7 +355,7 @@ content: |
334355
- No
335356
336357
Open Ports to Back Up, Restore, and Query MongoDB Instances using |onprem|
337-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
358+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
338359
339360
|onprem| can back up MongoDB databases to one or more storage
340361
systems:
@@ -471,7 +492,7 @@ content: |
471492
.. include:: /includes/fact-snmp-heartbeat-configure.rst
472493
473494
Open Ports to Authenticate |onprem| Users using |ldap|
474-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
495+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
475496
476497
MongoDB Enterprise users :doc:`can authenticate Ops Manager users
477498
</tutorial/configure-for-ldap-authentication/>` using |ldap|. To
@@ -563,7 +584,7 @@ content: |
563584
database, see :ref:`configuration-kerberos-settings`.
564585
565586
Open Ports to Manage Encryption Keys using |kmip|
566-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
587+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
567588
568589
MongoDB Enterprise deployments using the WiredTiger storage engine
569590
supports a native encryption option. You can use a |kmip| service to

source/migration.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ later, you can migrate your data from a source cluster into a destination
2222
MongoDB cluster in |service-short| using one of the following types of
2323
guided live migration in the |service| UI:
2424

25-
- Live migration (push). For instructions, see :atlas:`Live Migrate Your MongoDB 6.0.5+ Cluster Monitored by Cloud Manager to Atlas <c2c-push-live-migration>`.
26-
- Live migration (pull). For instructions, see :atlas:`Live Migrate (Pull) a MongoDB 6.0.5+ Cluster into Atlas <c2c-pull-live-migration>`.
25+
- Live migration (push). For instructions, see :atlas:`Live Migrate Your MongoDB {+c2c-version+}+ Cluster Monitored by Cloud Manager to Atlas </import/c2c-push-live-migration/>`.
26+
- Live migration (pull). For instructions, see :atlas:`Live Migrate (Pull) a MongoDB {+c2c-version+}+ Cluster into Atlas </import/c2c-pull-live-migration/>`.
2727

2828
The choice between push and pull live migrations depends on whether the
2929
network for your deployment allows flexibility in ingress rules and allows

0 commit comments

Comments
 (0)