소스 검색

Don't install cockpit unless required

To avoid installing docker as dependency of cockpit-docker as in 
https://bugzilla.redhat.com/show_bug.cgi?id=1642002
Neither check the availability as it shouldn't check it for nodes with 
cri-o
Eduardo Minguez Perez 6 년 전
부모
커밋
15f5f8b0b9
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 4
      roles/openshift_health_checker/openshift_checks/package_availability.py
  2. 0 4
      roles/openshift_node/defaults/main.yml

+ 0 - 4
roles/openshift_health_checker/openshift_checks/package_availability.py

@@ -38,10 +38,6 @@ class PackageAvailability(NotContainerizedMixin, OpenShiftCheck):
             "{rpm_prefix}-clients".format(rpm_prefix=rpm_prefix),
             "{rpm_prefix}-hyperkube".format(rpm_prefix=rpm_prefix),
             "bash-completion",
-            "cockpit-bridge",
-            "cockpit-docker",
-            "cockpit-system",
-            "cockpit-ws",
             "httpd-tools",
         ]
 

+ 0 - 4
roles/openshift_node/defaults/main.yml

@@ -63,10 +63,6 @@ default_r_openshift_node_image_prep_packages:
 - glusterfs-fuse
 - device-mapper-multipath
 - nfs-utils
-- cockpit-ws
-- cockpit-system
-- cockpit-bridge
-- cockpit-docker
 - iscsi-initiator-utils
 - ceph-common
 - atomic