Bug 1426155
Summary: | docker-excluder should not be installed by mistake after upgrade ocp | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
Component: | Cluster Version Operator | Assignee: | Jan Chaloupka <jchaloup> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Anping Li <anli> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.5.0 | CC: | aos-bugs, jokerman, mmccomas |
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: | 2017-03-13 12:03:19 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
liujia
2017-02-23 10:22:47 UTC
In all situations we expect that docker-excluder is installed and enabled. We need to update docs for that. blocked verify by bug1430231 Upstream PR: https://github.com/openshift/openshift-ansible/pull/3529 Now, the docker-excluder is installed only when `enable_docker_excluder` is set to true. If the variable is not set, the docker-excluder is not installed. Version: atomic-openshift-utils-3.5.28-1.git.0.103513e.el7.noarch 1. Check roles/openshift_excluder/tasks/status.yml to ensure the root cause of this issue has been fixed. "{{ openshift.common.service_type }}-excluder" has been changed to "{{ openshift.common.service_type }}-docker-excluder" in [Determine if docker packages are installed] task. 2. Docker-excluder will be installed and enabled after upgrade which is the expected result for the latest design about upgrade. According to above, the original issue has been fixed. Change bug status to verify. |