X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin%2Fdeployment_tasks.yaml;h=94dce117ad3fff428cee30eb0dbae54ffcc5f3c5;hb=cce751aaf6856787ad417d027894d9b768f67165;hp=f6e31e3ee4d5bbab3bd1be18735d4e0ddba14795;hpb=8647dbbe9db84d71610f42cec6ff619783d99800;p=kvmfornfv.git diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml index f6e31e3ee..94dce117a 100644 --- a/fuel-plugin/deployment_tasks.yaml +++ b/fuel-plugin/deployment_tasks.yaml @@ -1,10 +1,23 @@ - id: kvm_install type: puppet - version: 2.0.0 - groups: [compute] - required_for: [firewall] - requires: [tools] + 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: 720 + 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