Feature #16253
closedAdd installer support for max_speed on the yum-importer plugin
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1348572
Description of problem:
Customer has a requirement for using pulp max_speed option on the yum-importer plugin but it is not an option in the katello answers file or on the command line. Can we please add this as a supported option?
Please see this case for docs bug: https://bugzilla.redhat.com/show_bug.cgi?id=1348570
To set, modify /etc/pulp/server/plugins.conf.d/yum_importer.json
and set:
"max_speed": X
where x is an integer of bytes per second (this needs to be confirmed by pulp developers as pulp manual and source code differ).
Version-Release number of selected component (if applicable):
6.1.X
6.2.X
How reproducible:
Easy to reproduce.
Steps to Reproduce:
1. Run the katello/capsule installer and install product
2. Modify pulp config for max_speed option
3. Upgrade or modify product options through installer
4. Custom config for max_speed is removed.
Actual results:
Customer cannot set max_speed without it being removed by installer.
Expected results:
Customer should be able to set max_speed and keep the config consistent after upgrades/updates etc.
Additional info: