aboutsummaryrefslogtreecommitdiffstats
path: root/laas/actions/workflows/fog_captureWorkflow.yaml
blob: 4641802f9666d6a2c19465c399f190cf26eb2bc3 (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: "laas.fog_captureHost"
        parameters:
            host: "{{host}}"
        on-success: "restartHost"
    -
        name: "restartHost"
        ref: "laas.restartHost"
        parameters:
            host: "{{host}}"
        on-success: "waitForCapture"
    -
        name: "waitForCapture"
        ref: "laas.fog_waitForCapture"
        parameters:
            host: "{{host}}"
            on-success: "waitForBoot"

    -
        name: "waitForBoot"
        ref: laas.waitForBoot
        parameters:
            host: "{{host}}"
            timeout: 60