Skip to content

Commit 6afe468

Browse files
DOCSP-43519 -- Add supported operating systems and architectures for local deployment of Atlas (#676)
* DOCSP-43519 -- Add supported operating systems and architecutes for local deployment of atlas * DOCSP-43519 -- remove public preview warning (banner) * DOCSP-43519 -- add Windows to supported OS list * DOCSP-43519 -- remove all instances of public preview banner * DOCSP-43519 -- delete public preview include file * DOCSP-43519 -- add Podman minimum supported version * DOCSP-43519 -- remove banner
1 parent fa356ab commit 6afe468

7 files changed

+23
-29
lines changed

snooty.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,3 @@ value = """\
123123
**Data Lake is deprecated.** \
124124
As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see :adl:`Migration Guide </data-lake-deprecation/>`\
125125
"""
126-
127-
[[banners]]
128-
targets = ["command/atlas-deployments*.txt"]
129-
variant = "warning"
130-
value = """\
131-
**Public Preview.** \
132-
The ``atlas deployments`` command and subsequent related commands are available as a Public Preview. The feature and corresponding documentation may change at any time in the Public Preview stage. To ask questions and provide feedback, see the `Atlas CLI Local Development Community Forum <https://www.mongodb.com/community/forums/tag/local-dev-atlas-cli>`__.\
133-
"""

source/atlas-cli-deploy-local.txt

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ create a local |service| deployment. In this tutorial, we will deploy a
2121
single-node replica set on your local computer. You can then manage
2222
your deployment, and use |fts| and {+avs+}.
2323

24-
You should use local deployments for testing and development only.
25-
26-
.. include:: /includes/fact-atlas-deployments-preview.rst
27-
2824
Supported OS for Local Atlas Deployments
2925
----------------------------------------
3026

@@ -49,10 +45,29 @@ Supported OS for Local Atlas Deployments
4945
- 2
5046
- 2
5147

52-
.. note::
48+
* - Ubuntu
49+
- 22.04, 24.04
50+
- x86-64, ARM
51+
- 2
52+
- 2
53+
54+
* - Debian
55+
- 11, 12
56+
- x86-64, ARM
57+
- 2
58+
- 2
5359

54-
Windows and Ubuntu are not fully supported for local |service|
55-
deployments during the Public Preview stage.
60+
* - Amazon Linux
61+
- 2023
62+
- x86-64, ARM
63+
- 2
64+
- 2
65+
66+
* - Windows
67+
- 10, 11
68+
- x86
69+
- 2
70+
- 2
5671

5772
.. _atlas-cli-deploy-local-reqs:
5873

source/atlas-cli-local-cloud.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Use the {+atlas-cli+} to work with |service|, including using |fts|
2020
and {+avs+}, throughout the entire software development lifecycle from
2121
your local environment to the cloud.
2222

23-
.. include:: /includes/fact-atlas-deployments-preview.rst
24-
2523
With the ``atlas deployments`` commands, you can perform the following
2624
actions:
2725

source/atlas-cli-tutorials.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ You can also go straight to the :ref:`{+atlas-cli+} Commands
4343
- Find tutorials for the ``atlas deployments`` command, which lets
4444
you create and manage local and cloud |service| deployments.
4545

46-
.. include:: /includes/fact-atlas-deployments-preview.rst
47-
4846
* - :ref:`atlas-cli-ephemeral-cluster`
4947
- Create an ephemeral project and {+cluster+} to test automations.
5048

source/includes/fact-atlas-deployments-preview.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

source/includes/fact-deploy-tutorial-prereqs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ Before you begin, complete the following prerequisites:
6262
Docker requires a network connection for pulling and caching
6363
MongoDB images.
6464

65-
`Podman <https://podman.io>`__ is also supported for Linux RHEL versions.
65+
`Podman v5.0+ <https://podman.io>`__ is also supported for Linux RHEL versions.

source/telemetry.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ package.
2323
The following information also applies to local MongoDB deployments. To
2424
learn more, see :ref:`atlas-cli-local-cloud`.
2525

26-
.. include:: /includes/fact-atlas-deployments-preview.rst
27-
2826
Learn What the {+atlas-cli+} Tracks
2927
-----------------------------------
3028

0 commit comments

Comments
 (0)