Project

General

Profile

Bug #18290

Updated by Dominic Cleal about 7 years ago

On the proxy status page I get a tick, I can read the PuppetCA information I can see the reports but I cannot read the environments/classes,or import them. 

     

 Failure: ERF50-5345 [Foreman::WrappedException]: Unable to connect ([ProxyAPI::ProxyException]: ERF12-4115 [ProxyAPI::ProxyException]: Unable to get classes from Puppet for dev ([Rest...) 

 

  think I might have tracked this down to a limit of around 1024 classes in the import. If I remove a bunch of modules (any it seems) and bring it to under 1024 then the import (via rake task or UI) it works. If I move some more modules in past 1024 it throws the:- 

     

 ERF12-4115 [ProxyAPI::ProxyException]: Unable to get classes from Puppet for dev ([RestClient::ServiceUnavailable]: 503 Service Unavailable) for proxy <proxy>

Back