blob: 132266fef2900047da00204d08fcc093b0ddf1df (
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: "pharoslaas.fog_imageWorkflow"
parameters:
image: "{{image}}"
os: "{{os}}"
host: "{{host}}"
on-success: "updateHost"
-
name: "updateHost"
ref: "pharoslaas.update"
parameters:
hosts: "{{host}}"
on-success: "captureHost"
-
name: "captureHost"
ref: "pharoslaas.fog_captureWorkflow"
parameters:
host: "{{host}}"
|