Do not modify imagestreams
The `openshift_examples_modify_imagestreams` ansible variable controls
whether openshift-ansible changes the imagestream registry hosts to be
the same as where the openshift images are pulled. In our case this
points to the container image registry on the undercloud by default.
However, due to how this feature was implemented in openshift-ansible
[1], the imagestreams are only modified when the original value is
registry.redhat.com, i.e. when deploying openshift-enterprise,
explaining why this issue remained unnoticed until now.
[1] 95bc2d2e61/roles/openshift_examples/tasks/main.yml (L52-L55)
Change-Id: I4949f53e966872f775833b8d36d96ef72cf13845
This commit is contained in:
parent
26c108b174
commit
a17b245049
@ -182,7 +182,6 @@ outputs:
|
||||
# Fatal and Errors only
|
||||
debug_level: 0
|
||||
# Local Registry
|
||||
openshift_examples_modify_imagestreams: true
|
||||
oreg_url:
|
||||
yaql:
|
||||
expression:
|
||||
|
Loading…
Reference in New Issue
Block a user