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

Support Pack Install as a variable in stackstorm.st2 (py2) #250

Closed punkrokk closed 5 years ago

punkrokk commented 5 years ago

Closes #230

After looking at finishing https://github.com/StackStorm/ansible-st2/pull/230, it became clear that turning this into a role that supported py2 and py3 packs was desirable. That then required a task to install py3. I've modularized it so it's easy to remove when ST2 goes py3 only, and to only install if desired.

punkrokk commented 5 years ago

@armab any idea why CentOS is able to pull creds per your suggestion but not Ubuntu?

arm4b commented 5 years ago

@punkrokk Pay attention to build failure logs and warning around flush_handlers

punkrokk commented 5 years ago

@armab seems like ubuntu builds don't have st2 logged in where I need to install packs. Here's proof: https://travis-ci.org/StackStorm/ansible-st2/jobs/580017011#L1311

It works fine locally in vagrant thought. Not sure how to troubleshoot this one.