summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_tasks.yaml
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-06-22 08:47:04 -0700
committerGuo Ruijing <ruijing.guo@intel.com>2017-06-22 08:47:21 -0700
commit10e9106094d2989909eaa0015a45574137b7776c (patch)
tree8a9f3163b91a7e761497680c03fd42dabacfb009 /fuel-plugin/deployment_tasks.yaml
parent465249b61b72d33fe1fad8d43da332faef22bec0 (diff)
cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: I5e0687008c53ee03973da5a3b58880b9b7c7de1c Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'fuel-plugin/deployment_tasks.yaml')
-rw-r--r--fuel-plugin/deployment_tasks.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml
deleted file mode 100644
index 94dce117a..000000000
--- a/fuel-plugin/deployment_tasks.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-- id: kvm_install
- type: puppet
- version: 2.1.0
- role: [compute]
- requires: [pre_deployment_start]
- required_for: [pre_deployment_end]
- condition:
- yaql_exp: &kvm changed($.get('fuel-plugin-kvm'))
- parameters:
- puppet_manifest: puppet/manifests/kvm-install.pp
- puppet_modules: puppet/modules:/etc/puppet/modules
- timeout: 300
-
-- id: kvm_node_reboot
- type: reboot
- version: 2.1.0
- role: [compute]
- requires: [kvm_install]
- required_for: [pre_deployment_end]
- condition:
- yaql_exp: *kvm
- parameters:
- timeout: 900