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. >

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

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

2019-09-18 Thread Brian Bouterse
The Installer's molecule tests started failing yesterday-ish on master. We think it's related to the release of centos7.7 maybe, but that isn't confirmed. I'm trying to get help with two goals: 1) getting the tests passing <-- this is the immediate goal. 2) Getting more info on how to run the