X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin%2Fdeployment_tasks.yaml;h=94dce117ad3fff428cee30eb0dbae54ffcc5f3c5;hb=cce751aaf6856787ad417d027894d9b768f67165;hp=fe51488c7066f6687ef680d6bfaa4f7768ef205c;hpb=0722c472962512a387b00640de50bad082370dbe;p=kvmfornfv.git diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml index fe51488c7..94dce117a 100644 --- a/fuel-plugin/deployment_tasks.yaml +++ b/fuel-plugin/deployment_tasks.yaml @@ -1 +1,23 @@ -[] +- 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