Katello / katello-client-bootstrap

Bootstrap Script for migrating systems to Foreman & Katello
GNU General Public License v2.0
52 stars 63 forks source link

allow configuring timeout for API calls and subscription-manager #237

Closed sideangleside closed 6 years ago

sideangleside commented 6 years ago

To make bootstrap.py more tolerant to busy Katello instances, this PR:

mccun934 commented 6 years ago

🥇 💯

sideangleside commented 6 years ago

@evgeni On removal of the katello-ca-consumer package we run: test -f /etc/rhsm/rhsm.conf.kat-backup && command cp /etc/rhsm/rhsm.conf.kat-backup /etc/rhsm/rhsm.conf so if the user had a custom (or no) value set, it would be restored.