Bug 1484544

Summary: [RFE] Add config option to skip container_images
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: ProvidersAssignee: Adam Grare <agrare>
Status: CLOSED CURRENTRELEASE QA Contact: Einat Pacifici <epacific>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.7.0CC: gblomqui, jfrey, jhardy, obarenbo
Target Milestone: GAKeywords: FutureFeature, RFE, TestOnly, ZStream
Target Release: 5.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.9.0.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1484548 1484549 (view as bug list) Environment:
Last Closed: 2018-03-06 15:01:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1484548, 1484549    

Description Satoe Imaishi 2017-08-23 20:11:22 UTC
In some OpenShift environments the number of container images can result in extremely large API responses to the point where the connection will timeout, as well as save_inventory times can be dramatically longer.

This adds a config option that if set to false will not request container images from the /ImageList endpoint and will not parse them in the RefreshParser.

PR: https://github.com/ManageIQ/manageiq/pull/14606

Comment 4 Einat Pacifici 2018-02-07 10:43:52 UTC
Verified. 
Under Advanced settings, the default is set to true. Refresh works as expected