blob: 0f2fece67e5582b63e348f01fbb081f524c68902 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
chain:
-
name: "startCapture"
ref: "pharoslaas.fog_captureHost"
parameters:
host: "{{host}}"
on-success: "restartHost"
-
name: "restartHost"
ref: "pharoslaas.restartHost"
parameters:
host: "{{host}}"
on-success: "waitForCapture"
-
name: "waitForCapture"
ref: "pharoslaas.fog_waitForCapture"
parameters:
host: "{{host}}"
on-success: "waitForBoot"
-
name: "waitForBoot"
ref: pharoslaas.waitForBoot
parameters:
host: "{{host}}"
timeout: 60
|