From 50dbec6184e3f4d986704b38c9156c2423218c42 Mon Sep 17 00:00:00 2001 From: Georgy Kibardin Date: Wed, 16 Nov 2016 15:04:05 +0300 Subject: [PATCH] Remove reboot task This task isn't needed for example purposes but it indirectly conflicts with other task which are cruicial for tests. These tasks create files in /tmp but the reboot task makes them disappear. Change-Id: Iff09fb84c04737813455cc7cc75502f14c992e90 Closes-Bug: #1625244 --- examples/fuel_plugin_example_v3/deployment_tasks.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/fuel_plugin_example_v3/deployment_tasks.yaml b/examples/fuel_plugin_example_v3/deployment_tasks.yaml index 47b9b01..bcbb2e2 100644 --- a/examples/fuel_plugin_example_v3/deployment_tasks.yaml +++ b/examples/fuel_plugin_example_v3/deployment_tasks.yaml @@ -84,10 +84,3 @@ puppet_modules: "." timeout: 3600 retries: 2 - -- id: fuel_plugin_example_v3-legacy-6 - role: '*' - stage: pre_deployment - type: reboot - parameters: - timeout: 600