ara-archive icon indicating copy to clipboard operation
ara-archive copied to clipboard

This repository is an historical archive of https://github.com/dmsimard/ara, please use https://github.com/openstack/ara instead.

Results 7 ara-archive issues
Sort by recently updated
recently updated
newest added

Hi there. Here are my thoughts. There should be config option to let ara fail silently - if it fails to do or log something, it should not break the...

I recently installed ara via pip on another machine (Ubuntu 16.04) As part of that install process, should it install a .ara directory under home? I have a .ara under...

Should the callback plugin be connecting directly to the database? That means that any machine that runs Ansible needs to have direct read/write access to the database server. I can...

When using containers, and building mysql + ara, it may take time to have mysql ready for connection, ara does not wait for this and fails in the boot process....

I'm running ansible 2.2.0.0, ara 0.11.0. I am having problems with ara_record. with ec2.py as my inventory library, and mysql as by ARA database. Currently 4 instances are returned. ```...

There is some kind of issue with ara using sqlalchemy. When I try to do even the simplest thing, like "ara help". I get: ``` /home/harosgr/workspace/venv/lib/python2.6/site-packages/sqlalchemy/sql/type_api.py:1258: SADeprecationWarning: The Binary type...

My use case is: We have a central jenkins server that usually runs ansible. However, some nodes are only reachable from our local network at first (until firewalls are opened...