[Pulp-dev] RPM plugin meeting notes

2019-09-19 Thread Tatiana Tereshchenko
General: - Make the meeting optional? +1 - Make sure to fill the agenda and updates at least the day before, so others will know whether they should attend or not - Don’t plan anything on purpose for this time, in case you’ll be needed for a discussion

Re: [Pulp-dev] Pulp3 Installer CI Blocked -- Need Help

2019-09-19 Thread Mike DePaulo
Thu, Sep 19, 2019 at 11:01 AM Austin Macdonald wrote: [...] > I opened a vanilla PR to test ansible-pulp. > https://travis-ci.org/pulp/ansible-pulp/jobs/586633453#L888 > > I've never seen this error before, but this comment (even though they are > using mitogen) seems helpful. > https://github.

Re: [Pulp-dev] Pulp3 Installer CI Blocked -- Need Help

2019-09-19 Thread Austin Macdonald
In addition to your user being a member of the docker group, there is some weirdness (irritatingly hidden, even in debug mode). Molecule requires libselinux-python, which has its own issues. The easiest way to fix this is to enable system-site-packages in your venv. Bmbouter: > > 2) Getting more

Re: [Pulp-dev] Pulp3 Installer CI Blocked -- Need Help

2019-09-19 Thread Matthias Dellweg
I use `molecule test` from a venv and it works like charm. You need to make sure, it can access your docker infrastructure though. I cannot remember if i needed to install some python-docker related things though. On Wed, 18 Sep 2019 17:12:23 -0400 Brian Bouterse wrote: > The Installer's molecul