StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Add redis to install scripts #698

Closed m4dcoder closed 3 years ago

m4dcoder commented 3 years ago

The coordinator service is required in most cases for running workflows. Install redis-server and configure redis as the default coordinator backend used by tooz. This will avoid a number of workflow issues, especially for new StackStorm users.

m4dcoder commented 3 years ago

This PR pairs with https://github.com/StackStorm/st2/pull/5226.

arm4b commented 3 years ago

Looks good :+1:

We'll also need to include Redis in CI, Tests and docker-compose:

Kami commented 3 years ago

As @armab said, LGTM, just need to make sure we update all other affected places (sadly there are quite a lot of those and some of those we will only stumble upon in the future - e.g. st2web also uses docker compose setup for end to end tests, etc.).