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
I would rather see the stackstorm and mistral specific features included in st2 specific roles so that there is still the possibility of either using an external postgres role (say, in a custom playbook) or reusing stackstorm's postgres role in external playbooks (ie in non-stackstorm playbooks).
Same goes for mongo and rabbitmq. I want to use the same roles to install those tools across my infrastructure (to maintain consistent variables across my inventory) and then add additional roles to setup app-specific databases/collections/queues after those services are installed.
Since we have own
postgresql
role, - let it handle DB creation forst2mistral
.Use native Ansible modules
postgresql_user
andpostgresql_db
instead ofinit_mistral_db
SQL template file.So after all
postgresql
+st2mistral
usage should look as following:Additionally, this will allow us to manage multi-node deployments #17 better in future.
The text was updated successfully, but these errors were encountered: