Merge "Revert "Fix condition for disabling old Murano services""

This commit is contained in:
Jenkins 2016-10-10 19:34:55 +00:00 committed by Gerrit Code Review
commit a17bf3b4ca
1 changed files with 2 additions and 3 deletions

View File

@ -180,10 +180,9 @@
condition:
yaql_exp: >
$.get('detach-murano', {}).get('metadata', {}).get('enabled', false) and
$.network_metadata.nodes.values().any(
$.murano.enabled and $.network_metadata.nodes.values().any(
('murano-node' in $.node_roles) or
('primary-murano-node' in $.node_roles)) and ($.murano.enabled or
changedAny($.murano.enabled))
('primary-murano-node' in $.node_roles))
required_for: [murano-controller-end]
parameters:
puppet_manifest: manifests/murano_disable_old.pp