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

Modifications on EWC pages #1055

Merged
merged 1 commit into from
Feb 25, 2021
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
6 changes: 3 additions & 3 deletions docs/source/install/ansible.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ complete installation:
- ``mongodb`` - Main DB storage engine.
- ``rabbitmq`` - Message broker.
- ``st2repos`` - Adds |st2| PackageCloud repositories.
- ``st2`` - Install and configure |st2| itself.
- ``st2`` - Install and configure |st2| itself. This includes ``LDAP`` and ``RBAC`` in StackStorm >= 3.4, however these features will not be enabled by default.
- ``nginx`` - Dependency for ``st2web``.
- ``st2web`` - Nice & shiny WebUI for |st2|.
- ``st2web`` - Nice & shiny WebUI for |st2|. This includes Workflow Designer in StackStorm >= 3.4.
Copy link
Member

Choose a reason for hiding this comment

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

👍

- ``nodejs`` - Dependency for ``st2chatops``.
- ``st2chatops`` - Install and configure st2chatops for hubot adapter integration with |st2|.
- ``st2smoketests`` - Simple checks to see if |st2| is working.
Expand Down Expand Up @@ -154,5 +154,5 @@ If you are installing from behind a proxy, you can use the environment variables
.. note::

Please refer to https://github.com/StackStorm/ansible-st2 for updates and more detailed
examples, descriptions and code. Iff you're familiar with Ansible, and think you've found a
examples, descriptions and code. If you're familiar with Ansible, and think you've found a
bug, or would like to propose a feature or pull request, your contributions are very welcome!
4 changes: 1 addition & 3 deletions docs/source/install/common/ewc_intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
For StackStorm versions earlier than 3.3, Extreme Networks provided a commercial version of the StackStorm automation platform (EWC). EWC added priority
support, advanced features such as fine-tuned access control (RBAC), LDAP, and Workflow Designer.

Extreme Workflow Composer was donated to Linux Foundation, but those components are not yet integrated into the StackStorm release. Please visit https://stackstorm.com/2020/05/27/extreme-networks-donates-ewc-to-linux-foundation/ for more details.

These components are NOT available in the StackStorm 3.3 release, but will be integrated into the community edition of StackStorm in future release(s).
As these enterprise features were donated to the Linux Foundation, RBAC, LDAP and Workflow Designer components are now available in StackStorm Open Source since 3.4. The Workflow Designer is integrated into the StackStorm Web UI, and RBAC and LDAP components are installed (but not configured) with the default installation.