Project

Profile

Help

Issue #6274

Updated by mdepaulo@redhat.com about 4 years ago

Note: This issue is specificaly about running ansible-pulp against existing deployments of Pulp. 

 Manual testing with [centos 7 pulp_rpm images](https://quay.io/repository/pulp/pulp_rpm-ci-c7) reveals that we can modify /usr/local/lib/pulp/pyvenv.cfg to not use system-wide packages anymore, and then let the `pip install` pip install commands fix the missing dependencies. So this is the approach that ansible-pulp should take when `pulp_use_system_wide_pkgs` system-wide packages is false (or perhaps whenever centos 7 is in use.)

Back