Bug 1334148
Summary: | The parameter 'openshift_docker_hosted_registry_insecure' didn't take effect when it is set to false | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ma xiaoqiang <xiama> |
Component: | Installer | Assignee: | Devan Goodwin <dgoodwin> |
Status: | CLOSED ERRATA | QA Contact: | Ma xiaoqiang <xiama> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.2.0 | CC: | aos-bugs, dgoodwin, jokerman, mmccomas, xtian |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-07 10:55:57 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
Ma xiaoqiang
2016-05-09 02:57:32 UTC
Check on openshift-ansible-3.0.93-1 1. install env with following parameters: vim hosts <--snip--> openshift_master_portal_net='172.31.0.0/16' openshift_docker_hosted_registry_insecure=false <--snip--> $ ansible-playbook -i hosts openshift-ansible/playbooks/byo/config.yml -v 2. check the docker configuration cat /etc/sysconfig/docker <--snip--> OPTIONS=' --selinux-enabled' <--snip--> Get the expected result, move it to VERIFIED. 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-2016:1208 |