Project

Profile

Help

Issue #6189

Updated by dkliban@redhat.com about 4 years ago

The pulp_version variable in ansible-pulp specifies which version of pulpcore should be installed. Before performing an installation of that version of pulpcore and installing any plugins, the installer should use pip-compile to detect version conflicts. first try the install in a temporary virtualenv. If pip-compile the install fails or If the install finishes and pipdeptree reports conflicts between installed packages, the user should be notified that one of the plugins is not compatible with the version of pulpcore requested. If no conflicts are found, the installer should continue with install into the install. real virtualenv. The installer should clean up the temporary virtualenv and exit.

Back