Document URL: https://cnv_setup--ocpdocs.netlify.com/openshift-enterprise/latest/cnv_install/cnv_install.html Section Number and Name: Describe the issue: We are using APBs but did not say that the whitelist needed to include them. I believe we'd need it for both registries. Suggestions for improvement: One option is to say during the OpenShift install the ansible_service_broker_registry_whitelist=['.*-apb$'] ansible_service_broker_local_registry_whitelist=['.*-apb$'] Another, for an installed system would be to edit the config map to include the apbs in the whitelist. And make sure the broker pod is restarted. oc edit configmap/broker-config Additional information:
Andrew can you help us with this? It boils down to add the improvements that Steve mentioned above (probably in the suggested OpenShift inventory section). cc'ing Audrey and Ali for visibility.
I've added this to the CNV Prerequisites section of the Install Guide. Change can be viewed here: https://cnv_setup--ocpdocs.netlify.com/openshift-enterprise/latest/cnv_install/cnv_install.html#cnv_installguide_prerequisites It seems cleaner to have this included in the cluster install rather than modifying.
LGTM.