b992294505
Check that graphs are isolated and generated from release and cluster tasks. Change-Id: Ie4454e742693dda8452ec9db90a6eafa8b97d42d Closes-bug: #1567519
28 lines
601 B
YAML
28 lines
601 B
YAML
- id: custom_task_on_controller
|
|
type: shell
|
|
version: 2.0.0
|
|
role: ['/(primary-)?controller/']
|
|
parameters:
|
|
cmd: 'echo "controller" >> /tmp/custom_task_log'
|
|
|
|
- id: custom_task_on_compute
|
|
type: shell
|
|
version: 2.0.0
|
|
role: ['compute']
|
|
parameters:
|
|
cmd: 'echo "compute" >> /tmp/custom_task_log'
|
|
|
|
- id: custom_task_on_cinder
|
|
type: shell
|
|
version: 2.0.0
|
|
role: ['cinder']
|
|
parameters:
|
|
cmd: 'echo "cinder" >> /tmp/custom_task_log'
|
|
|
|
- id: custom_task_on_ceph-osd
|
|
type: shell
|
|
version: 2.0.0
|
|
role: ['ceph-osd']
|
|
parameters:
|
|
cmd: 'echo "ceph-osd" >> /tmp/custom_task_log'
|