--- 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