X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=stor4nfv.git;a=blobdiff_plain;f=ci%2Fansible%2Froles%2Fnbp-installer%2Ftasks%2Fmain.yml;fp=ci%2Fansible%2Froles%2Fnbp-installer%2Ftasks%2Fmain.yml;h=09764a51dd924cc835c7d4e00dd34bc732482ed4;hp=dd13195e3b43ebd0bce12ac037199393729f3c49;hb=4ced57eae63a52ea517d4087662726d942da8441;hpb=401c7f3eae51c8bdf95fc8a2c4232969ac1f0b2f diff --git a/ci/ansible/roles/nbp-installer/tasks/main.yml b/ci/ansible/roles/nbp-installer/tasks/main.yml index dd13195..09764a5 100644 --- a/ci/ansible/roles/nbp-installer/tasks/main.yml +++ b/ci/ansible/roles/nbp-installer/tasks/main.yml @@ -19,6 +19,7 @@ state: present with_items: - open-iscsi + when: nbp_plugin_type != "hotpot_only" - name: create nbp work directory if it doesn't exist file: @@ -27,14 +28,15 @@ mode: 0755 with_items: - "{{ nbp_work_dir }}" + when: nbp_plugin_type != "hotpot_only" - name: include scenarios/repository.yml when installing from repository include: scenarios/repository.yml - when: install_from == "repository" + when: install_from == "repository" and nbp_plugin_type != "hotpot_only" - name: include scenarios/release.yml when installing from release include: scenarios/release.yml - when: install_from == "release" + when: install_from == "release" and nbp_plugin_type != "hotpot_only" - name: include scenarios/flexvolume.yml when nbp plugin type is flexvolume include: scenarios/flexvolume.yml