Refactor #5395
Refactor smart proxy registration to use the new foreman_api
Description
Also make sure that HTTP timeout is set to at least 5 minutes.
Putting this on the sprint since this annoys Katello devs, Foreman + Katello usually timeouts.
Associated revisions
History
#1
Updated by Tomáš Strachota almost 9 years ago
New dynamic bindings for foreman allow setting timeouts with ease:
ApipieBindings::API.new({:timeout => 300}) # in seconds, set 0 for infinity
https://github.com/Apipie/apipie-bindings/blob/master/lib/apipie_bindings/api.rb#L38
#2
Updated by Anonymous almost 9 years ago
- Target version changed from 1.8.4 to 1.8.3
#3
Updated by Lukas Zapletal almost 9 years ago
This one is the relevant: https://github.com/theforeman/puppet-foreman/pull/181
#4
Updated by Lukas Zapletal almost 9 years ago
- Status changed from New to Ready For Testing
#5
Updated by Dominic Cleal almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
- Legacy Backlogs Release (now unused) set to 10
fixes #5395 - smart proxy provider V2 API w/ timeout