Task #7516
closedpulp_devel should install distro-specific packages in parallel
100%
Description
Currently, pulp_installer's pulp_devel role is running 4 separate package install tasks for the distro specific package (EL7, EL8, Fedora or Debian). Even though they use the distro-neutral package module.
When run in CI (molecule) or when run against multiple hosts of different distros, these 4 tasks run in sequence, which takes unnecessarily long. If they were combined into 1 task with a distro-specific var for the package list, that 1 task would run against all systems in parallel.
Added by Mike DePaulo about 4 years ago
Added by Mike DePaulo about 4 years ago
Revision f4b207a4 | View on GitHub
pulp_devel role now installs distro-specific packages in parallel
for better performance when run against hosts running multiple distros (like our molecule CI).
fixes: #7516
Updated by pulpbot about 4 years ago
- Status changed from NEW to POST
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|f4b207a4d2ca698b464c2c76383f41e384b5242f.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
pulp_devel role now installs distro-specific packages in parallel
for better performance when run against hosts running multiple distros (like our molecule CI).
fixes: #7516