X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fnbp-ansible%2Fclean.yml;fp=ci%2Fnbp-ansible%2Fclean.yml;h=6e5f629460296550687cd8a236d7c8f2fe7189c4;hb=1dc4e57ae38ea5a4989aeb382c3450a26363ead5;hp=0000000000000000000000000000000000000000;hpb=c032cadb1e645bf60cfd9276ed2660cc602a0e25;p=stor4nfv.git diff --git a/ci/nbp-ansible/clean.yml b/ci/nbp-ansible/clean.yml new file mode 100644 index 0000000..6e5f629 --- /dev/null +++ b/ci/nbp-ansible/clean.yml @@ -0,0 +1,12 @@ +--- +# Defines some clean processes when banishing the cluster. + +- name: destory all opensds nbp files + hosts: worker-nodes + remote_user: root + vars_files: + - group_vars/common.yml + gather_facts: false + become: True + roles: + - cleaner