Bug 1497412
| Summary: | Comment old registry params are called always | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> | ||||
| Component: | Logging | Assignee: | Jan Wozniak <jwozniak> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.7.0 | CC: | aos-bugs, jwozniak, rmeggins | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.7.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||
| Doc Text: |
undefined
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-11-28 22:14:33 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: | |||||||
| Attachments: |
|
||||||
|
Description
Anping Li
2017-09-30 08:29:40 UTC
Created attachment 1332642 [details]
The docker service was restarted for comment old registry params are called
Please ignore the last memory error, I will open another bug to trace it.
Could you please attach your inventory as well? I can't seem to reproduce this behavior, in my case the task 'Comment old registry params' is always skipped no matter what I do.
Also, could you please provide the output of "ansible --version" just to make sure we are on the same version?
TASK [docker : Comment old registry params in /etc/sysconfig/docker] **********************************************************************************************************************************************
task path: /home/test/openshift-ansible/roles/docker/tasks/package_docker.yml:64
Wednesday 04 October 2017 14:55:23 +0200 (0:00:00.028) 0:00:24.768 *****
skipping: [c1] => (item={u'reg_conf_var': u'ADD_REGISTRY'}) => {
"changed": false,
"item": {
"reg_conf_var": "ADD_REGISTRY"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
skipping: [c1] => (item={u'reg_conf_var': u'BLOCK_REGISTRY'}) => {
"changed": false,
"item": {
"reg_conf_var": "BLOCK_REGISTRY"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
skipping: [c1] => (item={u'reg_conf_var': u'INSECURE_REGISTRY'}) => {
"changed": false,
"item": {
"reg_conf_var": "INSECURE_REGISTRY"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
A fix was merged to the master https://github.com/openshift/openshift-ansible/pull/5629 Verified and pass with v3.7.0-0.143.2.0. 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/RHSA-2017:3188 |