Skip to content

OKD docs for OLM referencing Redhat #20653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/installing-olm-using-ansible.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for separate instructions.
- Ansible playbooks provided by the latest `openshift-ansible` installer

.Procedure

ifdef::openshift-enterprise[]
. In the inventory file used to install and manage your {product-title} cluster,
add the `openshift_additional_registry_credentials` variable in the
`[OSEv3:vars]` section, setting credentials required to pull the Operator
Expand All @@ -45,6 +45,7 @@ Hat Customer Portal at link:https://access.redhat.com[].
+
The `test_image` represents an image that will be used to test the credentials
you provided.
endif::openshift-enterprise[]

. Change to the playbook directory and run the registry authorization playbook using your inventory file to authorize
your nodes using your credentials from the previous step:
Expand Down