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

expand callback to send results to central ara server from multiple points

Open senorsmile opened this issue 8 years ago • 1 comments

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 from aws) and we have to run jobs temporarily from our laptops. This leaves no audit trail.

Ideally the callback could be given a hostname/ip of a central ARA server that receives the results of runs, inserts the info into its database and presents it in the UI.

I saw that a possibly realted issue to build a rest API that was opened then closed: https://github.com/dmsimard/ara/issues/19

senorsmile avatar Jun 18 '16 03:06 senorsmile

This can be done right now when using a central database such as MySQL instead of sqlite. There's a documented example here: http://ara.readthedocs.io/en/latest/configuration.html#ara-database

There will be an API, eventually.

dmsimard avatar Jun 18 '16 04:06 dmsimard