From 4d46e95c059817fe06d3c9932679a6d4e655e660 Mon Sep 17 00:00:00 2001 From: Vincent Shen Date: Thu, 21 Mar 2024 21:40:00 -0700 Subject: [PATCH] CMP-2471: Disable rules on s390x There are some ocp rules are not applicable to s390x cluster, this commit disable those rules on s390x arch. --- .../openshift/master/file_groupowner_ovs_conf_db_lock/rule.yml | 2 +- .../openshift/master/file_groupowner_ovs_sys_id_conf/rule.yml | 2 +- .../openshift/master/file_permissions_cni_conf/rule.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/openshift/master/file_groupowner_ovs_conf_db_lock/rule.yml b/applications/openshift/master/file_groupowner_ovs_conf_db_lock/rule.yml index e6c41ca7047..f448daa98c7 100644 --- a/applications/openshift/master/file_groupowner_ovs_conf_db_lock/rule.yml +++ b/applications/openshift/master/file_groupowner_ovs_conf_db_lock/rule.yml @@ -1,7 +1,7 @@ documentation_complete: true -platform: ocp4-node +platform: ocp4-node and not_s390x_arch title: 'Verify Group Who Owns The Open vSwitch Configuration Database Lock' diff --git a/applications/openshift/master/file_groupowner_ovs_sys_id_conf/rule.yml b/applications/openshift/master/file_groupowner_ovs_sys_id_conf/rule.yml index 541afec7755..490e0e78a6f 100644 --- a/applications/openshift/master/file_groupowner_ovs_sys_id_conf/rule.yml +++ b/applications/openshift/master/file_groupowner_ovs_sys_id_conf/rule.yml @@ -1,7 +1,7 @@ documentation_complete: true -platform: ocp4-node +platform: ocp4-node and not_s390x_arch title: 'Verify Group Who Owns The Open vSwitch Persistent System ID' diff --git a/applications/openshift/master/file_permissions_cni_conf/rule.yml b/applications/openshift/master/file_permissions_cni_conf/rule.yml index ac3d1b5a777..f46ad2c0a34 100644 --- a/applications/openshift/master/file_permissions_cni_conf/rule.yml +++ b/applications/openshift/master/file_permissions_cni_conf/rule.yml @@ -1,7 +1,7 @@ documentation_complete: true -platform: ocp4-node +platform: ocp4-node and not_s390x_arch title: 'Verify Permissions on the OpenShift Container Network Interface Files'