You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Aka IFTTT orchestration for Ops.
9
9
[](https://stackstorm.com/community-signup)
10
10
11
11
## Supported platforms
12
-
* Ubuntu Xenial (16.04)
13
12
* Ubuntu Bionic (18.04)
13
+
* Ubuntu Focal (20.04)
14
14
* RHEL7 / CentOS7
15
15
* RHEL8 / CentOS8
16
16
@@ -19,7 +19,7 @@ Aka IFTTT orchestration for Ops.
19
19
> In order to access StackStorm Web UI, please don't forget to ensure that http/https ports are opened in your firewall system.
20
20
21
21
## Requirements
22
-
At least 2GB of memory and 3.5GB of disk space is required, since StackStorm is shipped with RabbitMQ, Mongo and nginx.
22
+
At least 2GB of memory and 3.5GB of disk space is required, since StackStorm is shipped with RabbitMQ, Mongo, Redis and nginx.
23
23
24
24
## Installation
25
25
```sh
@@ -50,7 +50,6 @@ Below is the list of variables you can redefine in your playbook to customize st
50
50
| `st2_ldap` | [See `st2_ldap` variable in role defaults](roles/st2/defaults/main.yml) | Settings for LDAP authentication backend. `st2_ldap` is a dictionary and has one item `backend_kwargs`. `backend_kwargs` should be provided as exactly listed in ST2 documentation for [LDAP configuration](https://docs.stackstorm.com/authentication.html#ldap).
51
51
| `st2_packs` | `[ st2 ]` | List of packs to install. This flag does not work with a `--python3` only pack.
52
52
| `st2_python_packages` | `[ ]` | List of python packages to install into the `/opt/stackstorm/st2` virtualenv. This is needed when deploying alternative auth or coordination backends which depend on Python modules to make them work.
53
-
| `st2_u16_add_insecure_py3_ppa` | `false` | Whether permission is granted to install the deadsnakes Python3.6 PPA for Ubuntu 16.
54
53
| **st2web**
55
54
| `st2web_version` | `latest` | st2web version to install. `present` to install available package, `latest` to get automatic updates, or pin it to numeric version like `2.2.0` or with revision like `2.2.0-1`.
56
55
| `st2web_ssl_certificate` | `null` | String with custom SSL certificate (`.crt`). If not provided, self-signed certificate will be generated.
@@ -93,8 +92,8 @@ st2smoketests, you will need to disable proxy for localhost.
93
92
There are a few requirements when developing on `ansible-st2`.
94
93
95
94
These are the platforms we must support (must pass end-to-end testing):
96
-
- Ubuntu Xenial
97
95
- Ubuntu Bionic
96
+
- Ubuntu Focal
98
97
- CentOS7
99
98
- CentOS8
100
99
- RHEL7 (via AWS)
@@ -109,7 +108,7 @@ vagrant up
109
108
110
109
Other distros:
111
110
```sh
112
-
vagrant up ubuntu16
111
+
vagrant up ubuntu20
113
112
vagrant up centos7
114
113
vagrant up centos8
115
114
```
@@ -120,8 +119,8 @@ You might be interested in other methods to deploy StackStorm engine:
0 commit comments