From a677f5ef2a1bdf817f233fa99ce01e511e97830b Mon Sep 17 00:00:00 2001 From: Pradip Rawat Date: Tue, 25 Oct 2016 14:50:09 +0530 Subject: [PATCH] Updated deployment_tasks.yaml file Change-Id: I6425af3c035ca000e569de9de4603145a3149adf Co-Authored-By: Chaithanya Kopparthi --- deployment_tasks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index 49eafc7..f3c5627 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -43,6 +43,8 @@ groups: [compute] requires: [top-role-compute,enable_nova_compute_service] required_for: [deploy_end] + condition: + yaql_exp: "changedAny($.get('cinder_kaminario').enable_multipath_0 ,$.get('cinder_kaminario').enable_multipath_1 ,$.get('cinder_kaminario').enable_multipath_2 ,$.get('cinder_kaminario').enable_multipath_3 ,$.get('cinder_kaminario').enable_multipath_4 ,$.get('cinder_kaminario').enable_multipath_5)" parameters: puppet_manifest: puppet/manifests/cinder_multipath.pp puppet_modules: puppet/modules:/etc/puppet/modules