Bug 1670483
Summary: | The openshift_master_image_policy_allowed_registries_for_import variable has not valid values in the file /usr/share/doc/openshift-ansible-docs-3.11.59/docs/example-inventories/hosts.example | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Oscar Casal Sanchez <ocasalsa> |
Component: | Documentation | Assignee: | Vikram Goyal <vigoyal> |
Status: | CLOSED NOTABUG | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | unspecified | Docs Contact: | Vikram Goyal <vigoyal> |
Priority: | unspecified | ||
Version: | 3.11.0 | CC: | aos-bugs, jokerman, klaas, lmartinh, mmccomas, rsandu, wsun |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-31 06:43:17 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
Oscar Casal Sanchez
2019-01-29 16:12:38 UTC
Hi, From the description of the problem, I have made a mistake with this lines: --- When it should be something like this: imagePolicyConfig: imagePolicyConfig: allowedRegistriesForImport: - domainName: docker.io - domainName: '*.docker.io' - domainName: '*.redhat.com' - ... --- But it should be something like this: --- When it should be something like this: imagePolicyConfig: allowedRegistriesForImport: - domainName: docker.io - domainName: '*.docker.io' - domainName: '*.redhat.com' - ... --- Regards, Oscar |