Merge "Change list of nodes to apply netboot flag"

This commit is contained in:
Jenkins 2016-09-21 11:26:45 +00:00 committed by Gerrit Code Review
commit e245904062

View File

@ -92,7 +92,7 @@
required_for: [node_reboot]
parameters:
cmd:
yaql_exp: 'concat("sh /etc/puppet/modules/osnailyfacter/modular/provision/netboot disable ", $.network_metadata.nodes.values().where($.uid = new($.uid)).name.first())'
yaql_exp: 'concat("sh /etc/puppet/modules/osnailyfacter/modular/provision/netboot disable ", $.provision.name)'
timeout: 180
- id: node_reboot