Bug 1642002
Summary: | cockpit-docker is installed (and docker as dependency) even if you just want to use cri-o | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Eduardo Minguez <eminguez> |
Component: | Installer | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED ERRATA | QA Contact: | Qin Ping <piqin> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.11.0 | CC: | aos-bugs, gpei, jokerman, mmccomas |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 3.11.z | ||
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: | 2018-11-20 03:11:52 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
Eduardo Minguez
2018-10-23 11:07:39 UTC
Just in case: rpm -qR cockpit-docker /usr/bin/docker /usr/lib/systemd/system/docker.service cockpit-bridge >= 122 cockpit-shell >= 122 python2 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 Thanks, the workaround would be to disable cockpit. osm_use_cockpit=false Since this is removed from the product in 4.0 and 3.11 has already shipped I don't see us fixing this. I'm not sure if that's enough as the cockpit-docker package is in the 'default_r_openshift_node_image_prep_packages' variable in https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_node/defaults/main.yml#L69 Just in case I've created this PR https://github.com/openshift/openshift-ansible/pull/10501 https://github.com/openshift/openshift-ansible/pull/10524 release-3.11 backport Verified with configuration: openshift_use_crio_only: true openshift_use_crio: true osm_use_cockpit=false openshift-ansible version: openshift-ansible-docs-3.11.38-1.git.0.d146f83.el7.noarch.rpm # rpm -qR cockpit-docker package cockpit-docker is not installed 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-2018:3537 |