David Moreau Simard

Results 496 comments of David Moreau Simard

The workaround is the same: put an nginx in front of the container which takes care of modifying URLs to be under a subdirectory.

the ara-collection integration tests are failing because of a task status issue: https://github.com/ansible-community/ara/issues/433

Just rebased on top of the latest master.

Cross-tested against collection: https://github.com/ansible-community/ara-collection/pull/59

I will spend some amount of time on this because it is meant to work /at least/ when using the serial strategy -- things get "fun" when running from threads...

I was finally able to reliably reproduce the issue so I could work on a fix which I've proposed in https://github.com/ansible-community/ara/pull/436 via https://github.com/ansible-community/ara/pull/436/commits/7b825df3dbaffff7f9e8ad2dc135e3e44c270823. I'll need to do more testing to...

Dropping this out of the 1.6.0 milestone since I believe the implementation is good enough for now but I suspect there may still be edge cases (especially with the free...

Hi @nerijus and thanks for the issue. Could you tell us a bit more about how you are running into the error ? Can you provide the steps to reproduce...

Providing ``ARA_DEBUG=true`` and ``ARA_LOG_LEVEL=DEBUG`` to the server side (gunicorn) should hopefully provide more logging, if not, can you try running without gunicorn and the default API client (``offline``) ? It...

@nerijus thanks for the additional logging. Some questions: - Do you have playbooks in the web interface at all ? - Does the playbook use ``serial`` ? - Assuming you...