Bug 1543129
| Summary: | Installer needs a way to configure the local registry adapter for additional projects, more than just 'openshift' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wolfgang Kulhanek <wkulhane> |
| Component: | Service Broker | Assignee: | Dylan Murray <dymurray> |
| Status: | CLOSED ERRATA | QA Contact: | Zihan Tang <zitang> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.7.0 | CC: | aos-bugs, jmatthew, jokerman, mmccomas, vrutkovs |
| Target Milestone: | --- | ||
| Target Release: | 3.11.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-11 07:19:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Wolfgang Kulhanek
2018-02-07 19:21:49 UTC
For now I am going to expose a new var `ansible_service_broker_local_registry_namespaces` which is a list of namespaces that can be used and defaults to ['openshift`]. +1 to the idea of specifying "*" and having the broker search all namespaces it has access to. Since this will be a more involved change and outside the scope of the installer I will create a separate bug for that. Commits pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/bf2c042dc08786377fd31644f050bb6d4eb5eb95 Bug 1543129 - Add configuration option for ASB local registry namespaces https://github.com/openshift/openshift-ansible/commit/728b2be34cc82799ec4c62fd7893cea9b0aaa0ae Merge pull request #9485 from dymurray/namespaces Bug 1543129 - Add configuration option for ASB local registry namespaces Verified.
openshift-ansible-3.11.0-0.25.0
when set :
ansible_service_broker_local_registry_namespaces=['openshift','apb']
the openshift registry will be :
- type: local_openshift
name: localregistry
white_list: []
namespaces: [openshift, apb]
and asb pod starts successfully.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2652 |