aboutsummaryrefslogtreecommitdiffstats
path: root/laas/actions/workflows/update_workflow.yaml
blob: 725f1eed99ea4bc11a4d9d57fc913a870ad23143 (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
---
chain:

    -
        name: "imageHost"
        ref: "laas.fog_imageWorkflow"
        parameters:
            image: "{{image}}"
            os: "{{os}}"
            host: "{{host}}"
        on-success: "updateHost"

    -
        name: "updateHost"
        ref: "laas.update"
        parameters:
            hosts: "{{host}}"
        on-success: "captureHost"

    -
        name: "captureHost"
        ref: "laas.fog_captureWorkflow"
        parameters:
            host: "{{host}}"