Hi Jonathon
For my newest external foreman proxy
# foreman-rake console
`/usr/share/foreman` is not writable.
Bundler will use `/tmp/bundler20210803-4783-eoj6t4783' as your home directory temporarily.
Loading production environment (Rails 6.0.3.7)
irb(main):001:0> Katello::Ping.pulp3_without_auth(SmartProxy.find(3).pulp3_url)
Traceback (most recent call last):
3: from lib/tasks/console.rake:5:in `block in <top (required)>'
2: from (irb):1
1: from katello (4.1.0) app/models/katello/ping.rb:201:in `pulp3_without_auth'
RuntimeError (Not all necessary pulp workers running at https://foremanproxy02.fishy.com/pulp/api/v3.)
For my external foreman proxy that was just upgraded
irb(main):002:0> Katello::Ping.pulp3_without_auth(SmartProxy.find(2).pulp3_url)
Traceback (most recent call last):
4: from lib/tasks/console.rake:5:in `block in <top (required)>'
3: from (irb):1
2: from (irb):2:in `rescue in irb_binding'
1: from katello (4.1.0) app/models/katello/ping.rb:201:in `pulp3_without_auth'
RuntimeError (Not all necessary pulp workers running at https://foremanproxy01.fishy.com/pulp/api/v3.)
For the main Foreman/Katello proxy
irb(main):003:0> Katello::Ping.pulp3_without_auth(SmartProxy.find(1).pulp3_url)
=> {"versions"=>[{"component"=>"core", "version"=>"3.11.2"}, {"component"=>"rpm", "version"=>"3.11.0"}, {"component"=>"file", "version"=>"1.6.0"}, {"component"=>"deb", "version"=>"2.11.2"}, {"component"=>"container", "version"=>"2.5.3"}, {"component"=>"certguard", "version"=>"1.2.0"}, {"component"=>"ansible", "version"=>"0.7.3"}], "onli
... and lots more