diff options
Diffstat (limited to 'pharoslaas/actions/workflows/fog_imageWorkflow.yaml')
-rw-r--r-- | pharoslaas/actions/workflows/fog_imageWorkflow.yaml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/pharoslaas/actions/workflows/fog_imageWorkflow.yaml b/pharoslaas/actions/workflows/fog_imageWorkflow.yaml deleted file mode 100644 index 52eff63..0000000 --- a/pharoslaas/actions/workflows/fog_imageWorkflow.yaml +++ /dev/null @@ -1,39 +0,0 @@ ---- -chain: - - - name: "changeImage" - ref: "pharoslaas.fog_changeImage" - parameters: - image: "{{image}}" - host: "{{host}}" - os: "{{os}}" - on-success: "startImaging" - - - - name: "startImaging" - ref: pharoslaas.fog_startImaging - parameters: - host: "{{host}}" - on-success: "restartHost" - - - - name: "restartHost" - ref: pharoslaas.restartHost - parameters: - host: "{{host}}" - on-success: "waitForImaging" - - - - name: "waitForImaging" - ref: pharoslaas.fog_waitForImaging - parameters: - host: "{{host}}" - timeout: 180 - on-success: "waitForBoot" - - - - name: "waitForBoot" - ref: pharoslaas.waitForBoot - parameters: - host: "{{host}}" - timeout: 60 |