Browse Source

Merge pull request #10501 from e-minguez/remove_default_cockpit_packages

Don't install cockpit unless required
Scott Dodson 6 years ago
parent
commit
4569c02cd3

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

@@ -37,10 +37,6 @@ class PackageAvailability(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
 r_openshift_node_image_prep_packages: "{{ default_r_openshift_node_image_prep_packages | union(openshift_node_image_prep_packages | default([])) }}"