Skip to content

Commit

Permalink
Merge pull request #5226 from StackStorm/redis-coordinator-default
Browse files Browse the repository at this point in the history
Make redis the default coordinator backend
  • Loading branch information
m4dcoder authored Apr 9, 2021
2 parents 4f28540 + b0a6cb6 commit 4519fa8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Added

Contributed by @Kami.

* Make redis the default coordinator backend.

Changed
~~~~~~~

Expand Down
1 change: 1 addition & 0 deletions conf/st2.dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ protocol = udp
# / cross server functionality
#url = redis://localhost
#url = kazoo://localhost
url = redis://127.0.0.1:6379

[webui]
# webui_base_url = https://mywebhost.domain
Expand Down
1 change: 1 addition & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ python-keyczar==0.716
pytz==2021.1
pywinrm==0.3.0
pyyaml==5.4
redis==3.5.3
requests[security]==2.25.1
retrying==1.3.3
routes==2.4.1
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ python-statsd==2.1.0
pytz==2021.1
pywinrm==0.3.0
pyyaml==5.4
redis==3.5.3
rednose
requests[security]==2.25.1
retrying==1.3.3
Expand Down
2 changes: 2 additions & 0 deletions st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ tooz
# Required by tooz - on new versions of tooz, all the backend dependencies need
# to be installed manually
zake
# default coordinator backend configured for tooz
redis
routes
flex
webob
Expand Down
1 change: 1 addition & 0 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pymongo==3.11.3
python-dateutil==2.8.1
python-statsd==2.1.0
pyyaml==5.4
redis==3.5.3
requests[security]==2.25.1
retrying==1.3.3
routes==2.4.1
Expand Down

0 comments on commit 4519fa8

Please sign in to comment.