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
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Aka IFTTT orchestration for Ops.
10
10
11
11
## Supported platforms
12
12
* Ubuntu Xenial (16.04)
13
-
* RHEL6 / CentOS6
14
13
* RHEL7 / CentOS7
15
14
* RHEL8 / CentOS8
16
15
@@ -45,7 +44,7 @@ Below is the list of variables you can redefine in your playbook to customize st
45
44
| `st2_auth_username` | `testu` | Username used by StackStorm standalone authentication.
46
45
| `st2_auth_password` | `testp` | Password used by StackStorm standalone authentication.
47
46
| `st2_save_credentials` | `yes` | Save credentials for local CLI in `/root/.st2/config` file.
48
-
| `st2_packs` | `[ st2 ]` | List of packs to install. This flag does not work on CentOS6 or with a `--python3` only pack.
47
+
| `st2_packs` | `[ st2 ]` | List of packs to install. This flag does not work with a `--python3` only pack.
49
48
| **st2mistral**
50
49
| `st2mistral_version` | `latest` | st2mistral version to install. `present` to install available package, `latest` to get automatic updates, or pin it to numeric version like `2.2.0`.
51
50
| `st2mistral_db` | `mistral` | PostgreSQL DB name that will be created for Mistral.
@@ -101,10 +100,8 @@ There are a few requirements when developing on `ansible-st2`.
101
100
102
101
These are the platforms we must support (must pass end-to-end testing):
103
102
- Xenial
104
-
- CentOS6
105
103
- CentOS7
106
104
- CentOS8
107
-
- RHEL6 (via AWS)
108
105
- RHEL7 (via AWS)
109
106
- RHEL8 (via AWS)
110
107
@@ -117,7 +114,6 @@ vagrant up
117
114
118
115
Other distros:
119
116
```sh
120
-
vagrant up centos6
121
117
vagrant up centos7
122
118
vagrant up centos8
123
119
```
@@ -132,7 +128,6 @@ You might be interested in other methods to deploy StackStorm engine:
0 commit comments