Skip to content
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
4 changes: 2 additions & 2 deletions docs/source/_redirects/install/deb.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<meta http-equiv="Refresh" content="0; url=u16.html" />
<meta http-equiv="Refresh" content="0; url=u18.html" />
</head>
<body>
<p>This page has moved to <a href="u16.html">here</a>.</p>
<p>This page has moved to <a href="u18.html">here</a>.</p>
</body>
</html>
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:`Ubuntu 18 </install/u18>`, :doc:`Ubuntu 20 </install/u20>`,
: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 @@ -91,7 +91,6 @@ For more details on reference deployments, or OS-specific installation instructi

Reference Deployment Overview <overview>
system_requirements
Ubuntu 16.04 <u16>
Ubuntu 18.04 <u18>
Ubuntu 20.04 <u20>
RHEL 7 / CentOS 7 <rhel7>
Expand Down
6 changes: 3 additions & 3 deletions docs/source/install/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ be automatically added when you install |st2|.
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Linux (64-bit) | Vagrant Box | Amazon AWS AMI |
+=======================================================================================================+==============================================================================+===================================================================================================================================================================+
| `Ubuntu 16.04 <https://www.ubuntu.com/download/server/thank-you?version=16.04.6&architecture=amd64>`_ | `bento/ubuntu-16.04 <https://app.vagrantup.com/bento/boxes/ubuntu-16.04>`_ | `Ubuntu 16.04 LTS - Xenial (HVM) <https://aws.amazon.com/marketplace/pp/B01JBL2M0O/>`_ |
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `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/>`_ |
+-------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `Ubuntu 20.04 <http://releases.ubuntu.com/focal/ubuntu-20.04.2-live-server-amd64.iso>`_ | `bento/ubuntu-20.04 <https://app.vagrantup.com/bento/boxes/ubuntu-20.04>`_ | `Ubuntu Server 20.04 LTS Focal <https://aws.amazon.com/marketplace/pp/B087QQNGF1>`_ |
Expand Down Expand Up @@ -72,9 +70,11 @@ Linux Distribution Support Policy
StackStorm only support Ubuntu and RHEL/CentOS Linux distributions. In general, it is supported
on the two most recent major supported releases for those distributions. Specifically:

* **Ubuntu**: Current LTS releases are supported. Today this is ``16.04``, ``18.04`` and ``20.04``.
* **Ubuntu**: Current LTS releases are supported. Today this is ``18.04`` and ``20.04``.

* **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.

Support for RHEL/CentOS ``6.x`` has been removed. |st2| 3.2 is the last release that supported RHEL/CentOS ``6.x``.

Support for Ubuntu ``16.04`` has been removed. |st2| 3.4 is the last release that supported RHEL/CentOS ``16.04``.
241 changes: 0 additions & 241 deletions docs/source/install/u16.rst

This file was deleted.

8 changes: 8 additions & 0 deletions docs/source/install/u18.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Setup Datastore Encryption

.. include:: common/datastore_crypto_key.rst

.. _ref-config-ssh-sudo-deb:

Configure SSH and SUDO
~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -87,6 +89,8 @@ Verify

.. include:: common/verify.rst

.. _ref-config-auth-deb:

Configure Authentication
------------------------

Expand All @@ -106,6 +110,8 @@ To set up authentication with file-based provider:

.. include:: common/configure_authentication.rst

.. _ref-install-webui-ssl-deb:

Install WebUI and Setup SSL Termination
---------------------------------------

Expand Down Expand Up @@ -142,6 +148,8 @@ Use your browser to connect to ``https://${ST2_HOSTNAME}`` and login to the WebU

.. include:: common/api_access.rst

.. _ref-setup-chatops-deb:

Setup ChatOps
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/install/uninstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ below. Only execute the instructions for your distribution.
1. Stop Services
----------------

* Ubuntu 16.04/18.04/20.04:
* Ubuntu 18.04/20.04:

.. sourcecode:: bash

Expand Down Expand Up @@ -69,7 +69,7 @@ below. Only execute the instructions for your distribution.
2. Remove Packages
------------------

* Ubuntu 16.04/18.04/20.04:
* Ubuntu 18.04/20.04:

If you are using StackStorm only:

Expand Down
19 changes: 10 additions & 9 deletions docs/source/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Roadmap
=======

|st2| is still under active development. We welcome community feedback, and encourage
contributions. Here's our plans for the next two releases.
contributions. Here's our plans for the next releases.


.. note::
Expand All @@ -16,16 +16,10 @@ contributions. Here's our plans for the next two releases.
the feature. Pull Requests are open to anyone.


3.5
3.6
---

* The roadmap for ``3.5`` is in the works, stay tuned!

Current plans include:

* Add support for Ubuntu 20.04, with Python 3.8
* Performance improvements
* Add Redis as a coordination backend
* The roadmap for ``3.6`` is in the works, stay tuned!

Monitor the `master branch <https://github.com/StackStorm/st2/>`_ to see how we're progressing.

Expand Down Expand Up @@ -64,6 +58,13 @@ Submit a PR!
Release History
---------------

.. rubric:: Done in v3.5

* **Ubuntu Focal:** Add support for Ubuntu 20.04, with Python 3.8 and Mongo 4.4
* **Ubuntu Xenial:** Remove support for Ubuntu 16.04
* **Performance improvements:** Performance improvements on JSON serialization/deserialization
* **Redis:** Add Redis as a coordination backend

.. rubric:: Done in v3.4

* **Python 2 deprecation:** Updated RHEL/CentOS 7.x and Ubuntu 16.04 to use Python 3.6, and update packs in StackStorm-Exchange
Expand Down
2 changes: 1 addition & 1 deletion docs/source/upgrade_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Upgrade Notes

* Node was upgraded from v10 to v14. Node 14 repository will be required to be
setup, prior to upgrade of st2chatops.
* Support for Ubuntu 16.04 (Xenial) was removed.
* Redis server is installed and configured as backend for the coordination service
by default to support workflows with multiple branches and tasks with items.
Upgrade requires coordination service to be setup manually.
Expand Down