X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=fuel-plugin%2Fdeployment_tasks.yaml;h=ab63a9b1f7e53ba642f73e5f54b1b342881c1f74;hb=4a69d386c55f01ef3645ad500d232f27fc7c2444;hp=fe51488c7066f6687ef680d6bfaa4f7768ef205c;hpb=0722c472962512a387b00640de50bad082370dbe;p=kvmfornfv.git diff --git a/fuel-plugin/deployment_tasks.yaml b/fuel-plugin/deployment_tasks.yaml index fe51488c7..ab63a9b1f 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: 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