Skip to content

Commit f8e80ed

Browse files
committed
DOCS-13983 platform support add amzn linux2 3.6
1 parent 5893ff1 commit f8e80ed

13 files changed

+91
-19
lines changed

source/administration/production-notes.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Recommended Platforms
7373
~~~~~~~~~~~~~~~~~~~~~
7474

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

78-
- Amazon Linux
78+
- Amazon Linux 2
7979
- Debian 8 and 9
80-
- RHEL / CentOS 6, 7, and 8
80+
- :abbr:`RHEL (Red Hat Enterprise Linux)` / CentOS 6, 7, and 8
8181
- SLES 12
82-
- Ubuntu LTS 16.04
82+
- Ubuntu LTS 18.04 and 16.04
8383
- Windows Server 2016
8484

8585
.. seealso:: :ref:`prod-notes-platform-considerations`

source/includes/fact-check-amazon-linux-community.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ following command on the command-line:
55
66
grep ^NAME /etc/*release
77
8-
The result should be **Amazon Linux AMI**. If using a different Linux
9-
distribution, please see the
8+
The result should be **Amazon Linux** or **Amazon Linux AMI**. If using
9+
a different Linux distribution, please see the
1010
:doc:`install instructions for your platform
1111
</administration/install-on-linux>`.

source/includes/fact-check-amazon-linux-enterprise.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ following command on the command-line:
55
66
grep ^NAME /etc/*release
77
8-
The result should be **Amazon Linux AMI**. If using a different Linux
9-
distribution, please see the
8+
The result should be **Amazon Linux** or **Amazon Linux AMI**. If using
9+
a different Linux distribution, please see the
1010
:doc:`install instructions for your platform
1111
</administration/install-enterprise-linux>`.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
MongoDB {+version+} Community Edition supports the following
2-
:red:`64-bit` Amazon Linux release on
2+
:red:`64-bit` Amazon Linux releases on
33
:ref:`x86_64<prod-notes-supported-platforms-x86_64>` architecture:
44

5+
- Amazon Linux 2
56
- Amazon Linux (2013.03 or later)
67

7-
MongoDB only supports the 64-bit version of this platform.
8+
MongoDB only supports the 64-bit version of these platforms.
89

910
See :ref:`prod-notes-supported-platforms` for more information.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
MongoDB {+version+} Enterprise Edition supports the following
2-
:red:`64-bit` Amazon Linux release on
2+
:red:`64-bit` Amazon Linux releases on
33
:ref:`x86_64<prod-notes-supported-platforms-x86_64>` architecture:
44

5+
- Amazon Linux 2
56
- Amazon Linux (2013.03 or later)
67

7-
MongoDB only supports the 64-bit version of this platform.
8+
MongoDB only supports the 64-bit version of these platforms.
89

910
See :ref:`prod-notes-supported-platforms` for more information.

source/includes/fact-platform-x86_64.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
- 3.4 Community & Enterprise
2929
- 3.2 Community & Enterprise
3030

31+
* - Amazon Linux 2
32+
- 3.6.22+
33+
-
34+
-
35+
3136
* - Amazon Linux 2013.03 and later
3237
- |checkmark|
3338
- |checkmark|

source/includes/steps-install-mongodb-enterprise-on-amazon.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
title: Configure repository.
2-
ref: install-repository
31
stepnum: 1
42
level: 4
53
source:
@@ -13,6 +11,7 @@ replacement:
1311
distro_num: "2013.03"
1412
---
1513
stepnum: 2
14+
level: 4
1615
source:
1716
file: steps-install-mongodb-enterprise-on-red-hat.yaml
1817
ref: install
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
stepnum: 1
2+
level: 4
3+
source:
4+
file: steps-install-mongodb-enterprise-on-amazon.yaml
5+
ref: install-repository
6+
replacement:
7+
distro_release: "2"
8+
distro_version: "Amazon Linux 2"
9+
distro_num: "2"
10+
---
11+
stepnum: 2
12+
level: 4
13+
source:
14+
file: steps-install-mongodb-enterprise-on-red-hat.yaml
15+
ref: install
16+
...

source/includes/steps-install-mongodb-on-amazon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-on-red-hat.yaml
45
ref: config-yum
@@ -10,6 +11,7 @@ replacement:
1011
distro_num: "2013.03"
1112
---
1213
stepnum: 2
14+
level: 4
1315
source:
1416
file: steps-install-mongodb-on-red-hat.yaml
1517
ref: install
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
stepnum: 1
2+
level: 4
3+
source:
4+
file: steps-install-mongodb-on-amazon.yaml
5+
ref: config-yum
6+
replacement:
7+
distro_release: "2"
8+
distro_version: "Amazon Linux 2"
9+
distro_num: "2"
10+
---
11+
stepnum: 2
12+
level: 4
13+
source:
14+
file: steps-install-mongodb-on-amazon.yaml
15+
ref: install
16+
...

0 commit comments

Comments
 (0)