-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ara #19
Comments
I've had a brief look at this and it looks like I'd need to improve the plugin story of Suitable. Currently you can only install strategy plugins (for Mitogen support): Lines 263 to 280 in 1cea463
Then the plugins could be registered as described in Ara's documentation: |
Note that you might be able to get this working using the environment variables (I haven't tested it), as described in the docs: $ python -m ara.setup.env
export ANSIBLE_CALLBACK_PLUGINS=/usr/lib/python2.7/site-packages/ara/plugins/callbacks
export ANSIBLE_ACTION_PLUGINS=/usr/lib/python2.7/site-packages/ara/plugins/actions
export ANSIBLE_LIBRARY=/usr/lib/python2.7/site-packages/ara/plugins/modules |
There seems to be an issue with Ara itself (for me at least) so I'm just letting this one go. Their git repo doesn't have an issues section either. Sucks. I'll just give Suitable and Mito a whirl. 💃 |
@chopraaa can you provide a script or a procedure to reproduce the issue ? It would allow me to investigate and verify if there is indeed a problem with ARA. Thanks ! |
Has anyone managed to get openstack/ara to work with Suitable?
Right off the bat, this is what you get without any configuration:
The text was updated successfully, but these errors were encountered: