Alan Rominger

Results 256 comments of Alan Rominger

Issue was filed upstream for `bindep` here https://storyboard.openstack.org/#!/story/2008049 Ping @pabelanger, this can create situations which are _really_ difficult to debug. I mainly hit it where it would error without a...

I'm increasingly thinking that the best solution is to make `ansible-builder` depend on bindep as a python package and call it directly in code. ```python if depends is None: depends...

I am likely to combine this with https://github.com/ansible/ansible-builder/issues/201

What's the interface here? A file needs to be created, `/tmp/src/build-requirements.txt`. Where does that go in the process? It looks like it would be: - User maintains another python requirements...

Put up a demo at: https://github.com/AlanCoding/collection-dependencies-demo/tree/master/ee_imports Still no clear plans for how something like this might be used. This is only _an_ idea.

If we have a "default" location of `build-requirements.txt` top-level in a collection, then `test-requirements.txt` seems like the obvious place for test requirements. Of course, we would need a way to...

What environment variables would we need to forward into the container? The pattern we need is pretty off-the-shelf, we just apply it to the `galaxy` stage in our case. ```...

Copying from prior issue ---- We have a proposal that we would document certain bindep profiles that, if included by a collection, would trigger certain behavior by `ansible-builder`. We have...

We have never seriously looked into the engineering complexities of layering EEs on top of each other. This would be a major item of work that needs real planning.

We are using a stop-gap solution for several repos already. It's just that oVirt is the one that proves the general point because its repo is so specific to the...