Closed AlanCoding closed 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)
@shanemcd started a branch POC at https://github.com/oVirt/ovirt-ansible-collection/compare/master...shanemcd:master
Some version of discussed packages got pulled in:
https://github.com/ansible/awx-ee/pull/11/files#diff-5de8bb9f837d453056237802439cf449de7737a2c34bb6d5f3045f3424aab4c6
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:
(this is all still speculative and relies on patches in other places being finalized)