X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.ansible%2Fvpp_device.yaml;h=21676811c72d1d4e4f4ba6e05d51704ea2173b7f;hb=HEAD;hp=ae54669ae9a30399aae2b1dd5cd4789b29959f2f;hpb=8843893ca7531cbb2212a5ed79882909c8374381;p=csit.git diff --git a/fdio.infra.ansible/vpp_device.yaml b/fdio.infra.ansible/vpp_device.yaml index ae54669ae9..21676811c7 100644 --- a/fdio.infra.ansible/vpp_device.yaml +++ b/fdio.infra.ansible/vpp_device.yaml @@ -3,7 +3,7 @@ - hosts: vpp_device remote_user: localadmin - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -18,10 +18,14 @@ tags: baremetal - role: common tags: common +# - role: kernel +# tags: kernel - role: intel tags: intel - role: docker tags: docker + - role: docker_images + tags: docker_images - role: nomad tags: nomad - role: consul @@ -34,7 +38,5 @@ tags: vpp_device - role: kernel_vm tags: kernel_vm - - role: csit_sut_image - tags: csit_sut_image - role: cleanup tags: cleanup