StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Add support for mongodb 4.0 to align with current installer script #193

Closed nmaludy closed 4 years ago

nmaludy commented 6 years ago

https://github.com/StackStorm/st2/issues/4098

Tasks

punkrokk commented 4 years ago

@nmaludy @armab What if we edited this to be: Support Mongo 4.0 as installed mongodb version? and default this with EL8/U18

arm4b commented 4 years ago

I'm good with any compatibility matrix if it mimics and follows the default versions in scripted installer. Which is currently 4.0 for EL8/U18, but MongoDB 3.4 for everything else. If we upgrade versions in default installer it's best to propagate the changes to other installers like ansible-st2 or anything else.

arm4b commented 4 years ago

Resolved by the https://github.com/StackStorm/ansible-st2/pull/266, thanks @amanda11 MongoDB 4.0 is now consistently used all the way through StackStorm OS platforms.