Bug 1420070

Summary: [Doc] Add a note about increasing max number of images in ImageStream for CFME images for OpenShift
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: DocumentationAssignee: Dayle Parker <dayleparker>
Status: CLOSED CURRENTRELEASE QA Contact: Suyog Sainkar <ssainkar>
Severity: low Docs Contact:
Priority: high    
Version: 5.8.0CC: adahms, bazulay, cpelland, fbladilo, hhudgeon, jhardy, obarenbo, simaishi, ssainkar
Target Milestone: GA   
Target Release: 5.7.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: container
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-27 07:11:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Container Management Target Upstream Version:
Embargoed:

Description Satoe Imaishi 2017-02-07 17:09:15 UTC
From: https://github.com/ManageIQ/manageiq-pods/pull/89

Increase maximum number of imported images on ImageStream

By default OpenShift will import 5 images per ImageStream, we build and use more than 5 images in our repos for MIQ deployments.

You can modify these settings on the master node at /etc/origin/master/master-config.yml, add the following at the end of the file and re-start the master service:

...
imagePolicyConfig:
  maxImagesBulkImportedPerRepository: 100

$ systemctl restart atomic-openshift-master



The downstream images don't have this problem yet, but will probably hit this soon, as we build more images in the future. Opening this BZ now, so this won't be forgotten.

Comment 2 Andrew Dahms 2017-02-13 01:39:04 UTC
Assigning to Dayle for review.

Comment 8 Andrew Dahms 2017-02-27 07:11:41 UTC
This content is live on the Customer Portal.

Closing.