This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Stackstorm installation failing using Ansible

Hi, I’m trying to install new version of Stackstorm and using ansible for that and playbook is failing b’coz of below error. Can anyone help?

TASK [StackStorm.mongodb : apt | Install mongodb] ********************************************************************************************************************************************************************************************
FAILED - RETRYING: apt | Install mongodb (5 retries left).
FAILED - RETRYING: apt | Install mongodb (4 retries left).
FAILED - RETRYING: apt | Install mongodb (3 retries left).
FAILED - RETRYING: apt | Install mongodb (2 retries left).
FAILED - RETRYING: apt | Install mongodb (1 retries left).
[WARNING]: Could not find aptitude. Using apt-get instead

fatal: [localhost]: FAILED! => {“attempts”: 5, “changed”: false, “msg”: “No package matching ‘mongodb-org’ is available”}

ST2-Ansible git: Ansible Playbooks — StackStorm 3.0.0 documentation and I’m running ansible 2.9.0.dev0 ansible version and I’m trying to install on Ubuntu-16.04

We’ve seen the same behavior today caused by upstream MongoDB repo issues.
Based on Slack conversation, it was temporary upstream failure and Ansible deployment works OK now.