Change list of nodes to apply netboot flag

Change-Id: I694aa170d3de8ff4c3ef5ece88426c87d62f45f1
Closes-Bug: #1623459
This commit is contained in:
Stanislaw Bogatkin 2016-09-14 14:42:09 +03:00
parent 3054fc4b53
commit 5ad53f243c
1 changed files with 1 additions and 1 deletions

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