fuel-qa/fuelweb_test/config_templates/custom_yaql_tasks.yaml
Alexandr Kostrikov 38fcbec420 Custom graphs deployment
Check that graphs are isolated and generated
from release and cluster tasks.

Change-Id: Ie4454e742693dda8452ec9db90a6eafa8b97d42d
Closes-bug: #1567519
(cherry picked from commit b992294505)
2016-05-19 11:18:25 +00:00

10 lines
264 B
YAML

- id: custom_task_on_all_nodes
type: shell
version: 2.0.0
condition:
yaql_exp: '$.uid in added($.nodes).uid'
role: ['/.*/']
requires: ['custom_task_on_controller']
parameters:
cmd: 'echo "yaql_task_on_all_nodes" >> /tmp/yaql_task_on_all_nodes'