Skip to content

Commit 6a6d34c

Browse files
authored
(DOCSP-46636) Remove outdated references to Atlas. (#959)
1 parent 0f23206 commit 6a6d34c

File tree

8 files changed

+10
-70
lines changed

8 files changed

+10
-70
lines changed

source/configure.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Configure the {+mcli+}
2121
Customize Output </configure/custom-output>
2222

2323
You can define the settings that the {+mcli+} uses to interact with
24-
MongoDB services like |service|, |cloud-short|, and |onprem| by using
24+
MongoDB services like |cloud-short|, and |onprem| by using
2525
the :ref:`mongocli-auth-login` or :ref:`mongocli-config` command. The
2626
first time you run one of these commands, the {+mcli+} creates a
2727
:ref:`configuration file <mcli-config-file>` called ``config.toml``
@@ -67,11 +67,6 @@ Procedure
6767

6868
.. tabs::
6969

70-
.. tab:: Atlas
71-
:tabid: atlas
72-
73-
.. include:: /includes/steps/configure-mcli-atlas.rst
74-
7570
.. tab:: Cloud Manager
7671
:tabid: cloud-manager
7772

source/configure/autocomplete.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,17 @@ output resembles the following:
149149
.. code-block:: none
150150
:copyable: false
151151

152-
atlas -- Atlas operations.
153152
cloud-manager -- Cloud Manager operations.
154153
completion -- Generate shell completion scripts
155154
config -- Configure a profile to store access settings for your MongoDB deployment.
156155
help -- Help about any command
157156
iam -- Organization and projects operations.
158157
ops-manager -- Ops Manager operations.
159158

160-
If you type a specific property such as ``atlas`` as part of your
161-
command, you can see autocompletion options for your selected
162-
property.
159+
If you type a specific property such as as part of your command, you
160+
can see autocompletion options for your selected property.
163161

164-
For example, when you type ``mongocli atlas`` in your shell and press
162+
For example, when you type ``mongocli cloud-manager`` in your shell and press
165163
:kbd:`Tab`, the output resembles the following:
166164

167165
.. code-block:: none

source/configure/configuration-file.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ The following example configuration file contains the path to the
9898
MongoDB Shell, {+mongosh+}, and two profiles, ``default`` and
9999
``myOpsManager``.
100100

101-
The ``default`` profile connects to an |service| deployment and contains
102-
the following settings:
101+
The ``default`` profile connects to a |cloud-short| deployment and
102+
contains the following settings:
103103

104104
- An organization ID
105105
- |api| keys

source/configure/custom-output.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ or through a separate file for a complex output. For information on the
1717
template, see `Package template <https://golang.org/pkg/text/template/>`__.
1818
For information on the types and properties available for each response, see:
1919

20-
- `Atlas types <https://go.mongodb.org/atlas/mongodbatlas/>`__
2120
- `Cloud Manager types <https://go.mongodb.org/ops-manager/opsmngr/>`__
2221
- `Ops Manager types <https://go.mongodb.org/ops-manager/opsmngr/>`__
2322

@@ -66,28 +65,6 @@ Examples
6665

6766
Count: 2
6867

69-
.. _quick-start-atlas-retrieve-conection-string:
70-
71-
Retrieve Your |service| Cluster Connection String
72-
`````````````````````````````````````````````````
73-
74-
75-
The following ``mongocli-atlas-clusters-describe`` command
76-
uses the template to retrieve the connection string for an
77-
|service| cluster named ``getStarted``. It uses the default
78-
profile for accessing |service|.
79-
80-
.. code-block:: sh
81-
82-
mongocli atlas clusters describe getStarted -o go-template="Parse: {{.SrvAddress}}"
83-
84-
The previous command returns a string similar to the following:
85-
86-
.. code-block:: sh
87-
:copyable: false
88-
89-
Parse: mongodb+srv://getstarted.example.mongodb.net
90-
9168
You can use the MongoDB Shell, {+mongosh+}, to connect to the
9269
``getStarted``
9370
cluster with the ``srvAddress`` and the :manual:`connection

source/configure/environment-variables.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ The {+mcli+} supports the following environment variables:
6767
* - Value
6868
- Service
6969

70-
* - | ``cloud``
71-
| *default*
72-
- |service-fullname|
73-
7470
* - ``cloudgov``
7571
- {+cloudgov+}
7672

source/install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Install or Update the {+mcli+}
1515
:class: singlecol
1616

1717
You can use the {+mcli-long+} to deploy and manage MongoDB clusters in
18-
|service|, |cloud-short|, and |onprem|. For operating system and MongoDB
19-
service version requirements, see :ref:`mcli-compatibility`.
18+
|cloud-short|, and |onprem|. For operating system and MongoDB service
19+
version requirements, see :ref:`mcli-compatibility`.
2020

2121
To verify packages before installation, see :ref:`verify-packages`.
2222

source/install/compatibility.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ MongoDB Service Versions
5353
------------------------
5454

5555
{+mcli+} versions 1.0 and later are compatible with the following
56-
versions of |service|, |cloud-short|, |onprem|, and MongoDB server.
56+
versions of |cloud-short|, |onprem|, and MongoDB server.
5757

5858
.. list-table::
5959
:header-rows: 1
@@ -75,4 +75,4 @@ versions of |service|, |cloud-short|, |onprem|, and MongoDB server.
7575
- Any `released and stable version
7676
<https://www.mongodb.com/support-policy/lifecycles>`__ that has
7777
not reached its End of Life date. {+mcli+} doesn't support rapid
78-
release MongoDB versions.
78+
release MongoDB versions.

source/troubleshooting.txt

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -79,37 +79,11 @@ is not on the :atlas:`access list
7979
</configure-api-access>`
8080
for the requested project.
8181

82-
404 (request "Not Found") An invalid group ID <group-id> was specified.
83-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
84-
85-
The project ID entered with the command does not exist. Check your
86-
project ID by navigating to the :guilabel:`Settings` sub-section of the
87-
:guilabel:`Project` section in the |service| left-side navigation.
88-
89-
.. note::
90-
91-
``group ID`` and ``project ID`` are synonymous in MongoDB cloud services.
92-
93-
404 (request "Not Found") Organization <org-id> is not an Atlas organization.
94-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95-
96-
To use the {+mcli+} with |com|, you must specify the service in your
97-
:ref:`configuration file <mcli-configure>`. If you don't specify a
98-
service, {+mcli+} defaults to ``Atlas``.
99-
100-
Unsupported service: <service-name>
101-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
102-
103-
Some operations are available only for |service|, while others are
104-
available only for |com|. This error might appear if you request an
105-
operation which is not available for the specified service.
106-
10782
Alert Config Not Deleted
10883
~~~~~~~~~~~~~~~~~~~~~~~~~
10984
This error might appear if {+mcli+} cannot delete the alert configuration
11085
specified by the ID.
11186

112-
11387
Configuration Errors
11488
--------------------
11589

0 commit comments

Comments
 (0)