manageiq icon indicating copy to clipboard operation
manageiq copied to clipboard

Need to upgrade ansible-runner

Open Fryguy opened this issue 3 years ago • 2 comments

We are currently using ansible-runner 1.4.7, which we are getting from ansible's yum repo. However, as of 2.0.0 they moved away from that repo and moved to Fedora repos. They are now on version 2.1.1, and we should upgrade.

Fryguy avatar Feb 21 '22 23:02 Fryguy

Is this the right location: https://pypi.org/project/ansible-runner for the ansible-runner versions?

The AnsibleRunner documentation install section should be our guide.

chessbyte avatar Feb 22 '22 15:02 chessbyte

Yes, I think pypi is the right one, but it makes upgrades harder, since we aren't the ones installing it directly. That is, you'd have to do it in some kind of post-script or part of the image build itself. The other option that @bdunne suggested is we vendor is as part of the manageiq-ansible-venv rpm, which we haven't completed yet, but that might isolate it.

Fryguy avatar Feb 22 '22 16:02 Fryguy