Skip to content
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

Deprecate support for EL6 #994

Merged
merged 11 commits into from
Jul 23, 2020
11 changes: 5 additions & 6 deletions docs/source/install/__mongodb_note.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
.. note::

The currently supported versions of MongoDB are 3.4 and 4.0. This is the version installed by
the installer script. MongoDB 4.0 is installed by default on Ubuntu 18.04 and RHEL/CentOS8.
The currently supported version of MongoDB is 4.0. This is the version installed by
the installer script.

MongoDB 3.6 is also supported by StackStorm >= 3.0.0, but we have observed some
performance regressions with MongoDB 3.6 so the default version which is installed on Ubuntu
Xenial (16.04) and EL7 (CentOS 7 and RHEL 7) is still 3.4.

MongoDB 3.4 and 3.6 are also supported by StackStorm >= 3.0.0, but we have observed some
performance regressions with MongoDB 3.6.
arm4b marked this conversation as resolved.
Show resolved Hide resolved

1 change: 0 additions & 1 deletion docs/source/install/ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Our Ansible playbooks support the same platforms as manual installation, i.e.:

* Ubuntu Xenial (16.04)
* Ubuntu Bionic (18.04)
* RHEL 6/CentOS 6
* RHEL 7/CentOS 7
* RHEL 8/CentOS 8

Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/ewc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ replacing ``${EWC_LICENSE_KEY}`` with the license key you received when register
./install.sh --user=st2admin --password='Ch@ngeMe' --license=${EWC_LICENSE_KEY}

To understand the full details of the installation procedure, or to install |ewc| manually, follow
the installation guide for your Linux version: :doc:`/install/u16`, :doc:`/install/u18`, :doc:`/install/rhel6`, :doc:`/install/rhel7`,
the installation guide for your Linux version: :doc:`/install/u16`, :doc:`/install/u18`, :doc:`/install/rhel7`, :doc:`/install/rhel8`,
or :doc:`/install/rhel8`. It will walk you through installing and configuring StackStorm and |ewc|.
The last step of the instructions is "Upgrade to |ewc|".

Expand Down
3 changes: 1 addition & 2 deletions docs/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here's an overview of the options:
<ref-one-line-install>` section below for details.
* **Manual Installation:** Have custom needs? Maybe no Internet access from your servers? Or just
don't like using scripted installs? Read the manual installation instructions for your OS
(:doc:`Ubuntu 16 </install/u16>`, :doc:`Ubuntu 18 </install/u18>`, :doc:`RHEL/CentOS 6 </install/rhel6>`,
(:doc:`Ubuntu 16 </install/u16>`, :doc:`Ubuntu 18 </install/u18>`,
:doc:`RHEL/CentOS 7 </install/rhel7>`, :doc:`RHEL/CentOS 8 </install/rhel8>`) and adapt them to
your needs. Here's some `additional guidance
<https://stackstorm.com/2017/02/10/installing-stackstorm-offline-systems/>`_ for setting up an
Expand Down Expand Up @@ -87,7 +87,6 @@ For more details on reference deployments, or OS-specific installation instructi
system_requirements
Ubuntu 16.04 <u16>
Ubuntu 18.04 <u18>
RHEL 6 / CentOS 6 <rhel6>
RHEL 7 / CentOS 7 <rhel7>
RHEL 8 / CentOS 8 <rhel8>
Kubernetes / HA <k8s_ha>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/puppet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The Puppet module supports the same platforms as manual installation, i.e.:

* Ubuntu Trusty (14.04)
* Ubuntu Xenial (16.04)
* RHEL 6/CentOS 6
* RHEL 7/CentOS 7
* RHEL 8 /CentOS 8
arm4b marked this conversation as resolved.
Show resolved Hide resolved

amanda11 marked this conversation as resolved.
Show resolved Hide resolved
The same system size :doc:`requirements </install/system_requirements>` also apply.

Expand Down
309 changes: 0 additions & 309 deletions docs/source/install/rhel6.rst

This file was deleted.

13 changes: 4 additions & 9 deletions docs/source/install/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ be automatically added when you install |st2|.
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `Ubuntu 18.04 <http://cdimage.ubuntu.com/releases/18.04.2/release/ubuntu-18.04.2-server-amd64.iso>`_ | `bento/ubuntu-18.04 <https://app.vagrantup.com/bento/boxes/ubuntu-18.04>`_ | `Ubuntu Server 18.04 LTS Bionic <https://aws.amazon.com/marketplace/pp/B07CQ33QKV/>`_ |
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `RHEL 8 <https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux>`_ / | `bento/centos-8.1 <https://app.vagrantup.com/bento/boxes/centos-8.1>`_ | `Red Hat Enterprise Linux (RHEL) 8 (HVM) <https://aws.amazon.com/marketplace/pp/B07T4SQ5RZ?qid=1581005023484&sr=0-5&ref_=brs_res_product_title>`_ |
| `CentOS 8.1 <http://mirrors.rit.edu/centos/8.1.1911/isos/x86_64/>`_ | | |
| `RHEL 8 <https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux>`_ / | `bento/centos-8.2 <https://app.vagrantup.com/bento/boxes/centos-8.2>`_ | `Red Hat Enterprise Linux (RHEL) 8 (HVM) <https://aws.amazon.com/marketplace/pp/B07T4SQ5RZ?qid=1581005023484&sr=0-5&ref_=brs_res_product_title>`_ |
| `CentOS 8.2 <http://mirrors.rit.edu/centos/8.2.2004/isos/x86_64/>`_ | | |
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `RHEL 7 <https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux>`_ / | `bento/centos-7.4 <https://app.vagrantup.com/bento/boxes/centos-7.4>`_ | `Red Hat Enterprise Linux (RHEL) 7.2 (HVM) <https://aws.amazon.com/marketplace/pp/B019NS7T5I/ref=srh_res_product_title?ie=UTF8&sr=0-2&qid=1457037671547>`_ |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On line 25 above, can you update for RHEL/CentOS 8.2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated 8.2 centos. The only 8.2 AWS EC2 I could find is one from pro-computers. The AWS marketplace one is still the one above. Which do we want to link to?

| `CentOS 7 <http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso>`_ | | |
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `RHEL 6 <https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux>`_ / | `bento/centos-6.7 <https://app.vagrantup.com/bento/boxes/centos-6.9>`_ | `Red Hat Enterprise Linux (RHEL) 6 (HVM) <https://aws.amazon.com/marketplace/pp/B00CFQWLS6/ref=srh_res_product_title?ie=UTF8&sr=0-8&qid=1457037733401>`_ |
| `CentOS 6 <http://mirror.centos.org/centos/6/isos/x86_64/>`_ | | |
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+

This is the recommended minimum sizing for testing and deploying |st2|:

Expand Down Expand Up @@ -78,9 +75,7 @@ on the two most recent major supported releases for those distributions. Specifi
Support for Ubuntu ``14.04`` has been removed, as it is now End of Life. |st2| 3.0 is the last
release that supports Ubuntu ``14.04``.

* **RHEL/CentOS**: We currently support RHEL/CentOS ``6.x`` and ``7.x``. In general, we recommend using
* **RHEL/CentOS**: We currently support RHEL/CentOS ``7.x`` and ``8.x``. In general, we recommend using
the most recent version in that series, but any version may be used.

We are now beginning testing with RHEL ``8.0``. We anticipate adding support with |st2| 3.2. When
we add that support, we will remove support for RHEL ``6.x``. We expect that |st2| 3.1 will be
the last version that supports RHEL ``6.x``.
Support for RHEL/CentOS ``6.x`` has been removed. |st2| 3.2 is the last release that supported RHEL/CentOS ``6.x``.
Loading