Merge "Minor fix of update-glusterfs-cluster-op-version job specification"
diff --git a/jenkins/client/job/deploy/update/update_glusterfs_cluster_op_version.yml b/jenkins/client/job/deploy/update/update_glusterfs_cluster_op_version.yml
index e35e4fa..24b1217 100644
--- a/jenkins/client/job/deploy/update/update_glusterfs_cluster_op_version.yml
+++ b/jenkins/client/job/deploy/update/update_glusterfs_cluster_op_version.yml
@@ -29,11 +29,9 @@
---
SALT_MASTER_URL: "${_param:jenkins_salt_api_url}"
SALT_MASTER_CREDENTIALS: "salt"
- # Salt compound target to match nodes to be updated [*, G@osfamily:debian].
- TARGET_SERVERS: "I@glusterfs:server:role:primary"
# GlusterFS cluster.op-verion option to set. Leave it empty to get proper version from cluster.max-op-version if available.
CLUSTER_OP_VERSION: ''
- # Does not validate that all clients have been updated
- IGNORE_CLIENT_VERSION: false
# Does not validate that all servers have been updated
IGNORE_SERVER_VERSION: false
+ # Does not validate that all clients have been updated
+ IGNORE_CLIENT_VERSION: false