ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
137 stars 161 forks source link

Fix incomplete metadata in ovirt.ovirt collection #9

Closed AlanCoding closed 3 years ago

AlanCoding commented 3 years ago

Closed https://github.com/ansible/awx-ee/pull/6 that had some details. We need to submit a patch to the ovirt collection that:

Adds compile time dependencies:

Mark these as needing the EPEL repo:

Then we will remove these from the EE definition here, being added in https://github.com/ansible/awx-ee/pull/5


Like:

libxml2-devel [platform:rpm]
gcc-c++ [compile platform:rpm]
python3-devel [compile platform:rpm]
python3-pycurl [platform:rpm]
python3-netaddr [platform:rpm]
python3-jmespath [platform:rpm]
python3-passlib [epel platform:rpm]
qemu-img [platform:rpm]

(this is all still speculative and relies on patches in other places being finalized)

AlanCoding commented 3 years ago

@shanemcd started a branch POC at https://github.com/oVirt/ovirt-ansible-collection/compare/master...shanemcd:master

AlanCoding commented 3 years ago

Some version of discussed packages got pulled in:

https://github.com/ansible/awx-ee/pull/11/files#diff-5de8bb9f837d453056237802439cf449de7737a2c34bb6d5f3045f3424aab4c6