Fixes the idf and pdf templates so that we can deploy opnfv
[pharos-tools.git] / laas-fog / pharoslaas / actions / workflows / fog_captureWorkflow.yaml
1 ---
2 chain:
3     -
4         name: "startCapture"
5         ref: "pharoslaas.fog_captureHost"
6         parameters:
7             host: "{{host}}"
8         on-success: "restartHost"
9     -
10         name: "restartHost"
11         ref: "pharoslaas.restartHost"
12         parameters:
13             host: "{{host}}"
14         on-success: "waitForCapture"
15     -
16         name: "waitForCapture"
17         ref: "pharoslaas.fog_waitForCapture"
18         parameters:
19             host: "{{host}}"
20             on-success: "waitForBoot"
21
22     -
23         name: "waitForBoot"
24         ref: pharoslaas.waitForBoot
25         parameters:
26             host: "{{host}}"
27             timeout: 60