Skip to content

DOCS-13983 platform support add amzn linux2 3.6 #4900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ Recommended Platforms
~~~~~~~~~~~~~~~~~~~~~

While MongoDB supports a variety of platforms, the following operating
systems are recommended for production use:
systems are recommended for production use on ``x86_64`` architecture:

- Amazon Linux
- Amazon Linux 2
- Debian 8 and 9
- RHEL / CentOS 6, 7, and 8
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 6, 7, and 8
- SLES 12
- Ubuntu LTS 16.04
- Ubuntu LTS 18.04 and 16.04
- Windows Server 2016

.. seealso:: :ref:`prod-notes-platform-considerations`
Expand Down
4 changes: 2 additions & 2 deletions source/includes/fact-check-amazon-linux-community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ following command on the command-line:

grep ^NAME /etc/*release

The result should be **Amazon Linux AMI**. If using a different Linux
distribution, please see the
The result should be **Amazon Linux** or **Amazon Linux AMI**. If using
a different Linux distribution, please see the
:doc:`install instructions for your platform
</administration/install-on-linux>`.
4 changes: 2 additions & 2 deletions source/includes/fact-check-amazon-linux-enterprise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ following command on the command-line:

grep ^NAME /etc/*release

The result should be **Amazon Linux AMI**. If using a different Linux
distribution, please see the
The result should be **Amazon Linux** or **Amazon Linux AMI**. If using
a different Linux distribution, please see the
:doc:`install instructions for your platform
</administration/install-enterprise-linux>`.
5 changes: 3 additions & 2 deletions source/includes/fact-platform-support-amazon.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
MongoDB {+version+} Community Edition supports the following
:red:`64-bit` Amazon Linux release on
:red:`64-bit` Amazon Linux releases on
:ref:`x86_64<prod-notes-supported-platforms-x86_64>` architecture:

- Amazon Linux 2
- Amazon Linux (2013.03 or later)

MongoDB only supports the 64-bit version of this platform.
MongoDB only supports the 64-bit version of these platforms.

See :ref:`prod-notes-supported-platforms` for more information.
5 changes: 3 additions & 2 deletions source/includes/fact-platform-support-enterprise-amazon.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
MongoDB {+version+} Enterprise Edition supports the following
:red:`64-bit` Amazon Linux release on
:red:`64-bit` Amazon Linux releases on
:ref:`x86_64<prod-notes-supported-platforms-x86_64>` architecture:

- Amazon Linux 2
- Amazon Linux (2013.03 or later)

MongoDB only supports the 64-bit version of this platform.
MongoDB only supports the 64-bit version of these platforms.

See :ref:`prod-notes-supported-platforms` for more information.
10 changes: 5 additions & 5 deletions source/includes/fact-platform-x86_64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
- 3.4 Community & Enterprise
- 3.2 Community & Enterprise

* - Amazon Linux 2
- 3.6.22+
-
-

* - Amazon Linux 2013.03 and later
- |checkmark|
- |checkmark|
Expand Down Expand Up @@ -58,11 +63,6 @@
- |checkmark|
- |checkmark|

* - RHEL/CentOS/Oracle Linux [#oracle-linux]_ 8.0 and later
- 3.6.17+
-
-

* - SLES 12
- |checkmark|
- |checkmark|
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
title: Configure repository.
ref: install-repository
stepnum: 1
level: 4
source:
Expand All @@ -13,6 +11,7 @@ replacement:
distro_num: "2013.03"
---
stepnum: 2
level: 4
source:
file: steps-install-mongodb-enterprise-on-red-hat.yaml
ref: install
16 changes: 16 additions & 0 deletions source/includes/steps-install-mongodb-enterprise-on-amazon2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
stepnum: 1
level: 4
source:
file: steps-install-mongodb-enterprise-on-amazon.yaml
ref: install-repository
replacement:
distro_release: "2"
distro_version: "Amazon Linux 2"
distro_num: "2"
---
stepnum: 2
level: 4
source:
file: steps-install-mongodb-enterprise-on-red-hat.yaml
ref: install
...
2 changes: 2 additions & 0 deletions source/includes/steps-install-mongodb-on-amazon.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
stepnum: 1
level: 4
source:
file: steps-install-mongodb-on-red-hat.yaml
ref: config-yum
Expand All @@ -10,6 +11,7 @@ replacement:
distro_num: "2013.03"
---
stepnum: 2
level: 4
source:
file: steps-install-mongodb-on-red-hat.yaml
ref: install
Expand Down
16 changes: 16 additions & 0 deletions source/includes/steps-install-mongodb-on-amazon2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
stepnum: 1
level: 4
source:
file: steps-install-mongodb-on-amazon.yaml
ref: config-yum
replacement:
distro_release: "2"
distro_version: "Amazon Linux 2"
distro_num: "2"
---
stepnum: 2
level: 4
source:
file: steps-install-mongodb-on-amazon.yaml
ref: install
...
12 changes: 11 additions & 1 deletion source/tutorial/install-mongodb-enterprise-on-amazon-tarball.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,17 @@ Prerequisites

.. include:: /includes/fact-tarball-dependencies.rst

.. include:: /includes/extracts/install-mongodb-enterprise-manually-redhat-6.rst
.. tabs::

.. tab:: Amazon Linux 2
:tabid: amazon-linux-2

.. include:: /includes/extracts/install-mongodb-enterprise-manually-redhat-7.rst

.. tab:: Amazon Linux 2013.03+
:tabid: amazon-linux-2013.03

.. include:: /includes/extracts/install-mongodb-enterprise-manually-redhat-6.rst

Procedure
~~~~~~~~~
Expand Down
15 changes: 13 additions & 2 deletions source/tutorial/install-mongodb-enterprise-on-amazon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,20 @@ Install MongoDB Enterprise Edition
----------------------------------

Follow these steps to install MongoDB |edition| Edition using the
|package-manager| package manager.
|package-manager| package manager. Select the tab for your version of
Amazon Linux:

.. include:: /includes/steps/install-mongodb-enterprise-on-amazon.rst
.. tabs::

.. tab:: Amazon Linux 2
:tabid: amazon-linux-2

.. include:: /includes/steps/install-mongodb-enterprise-on-amazon2.rst

.. tab:: Amazon Linux (2013.03+)
:tabid: amazon-linux

.. include:: /includes/steps/install-mongodb-enterprise-on-amazon.rst

Run MongoDB Enterprise Edition
------------------------------
Expand Down
15 changes: 13 additions & 2 deletions source/tutorial/install-mongodb-on-amazon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,20 @@ Install MongoDB Community Edition
---------------------------------

Follow these steps to install MongoDB |edition| Edition using the
|package-manager| package manager.
|package-manager| package manager. Select the tab for your version of
Amazon Linux:

.. include:: /includes/steps/install-mongodb-on-amazon.rst
.. tabs::

.. tab:: Amazon Linux 2
:tabid: amazon-linux-2

.. include:: /includes/steps/install-mongodb-on-amazon2.rst

.. tab:: Amazon Linux (2013.03+)
:tabid: amazon-linux

.. include:: /includes/steps/install-mongodb-on-amazon.rst

Run MongoDB Community Edition
-----------------------------
Expand Down